/*
Theme Name: Jorge Aragão
Theme URI: http://www.blogdojorgearagao.com.br
Author: Robert Pereira
Author URI: http://www.robertpereira.com/
Description: 
Version: 2.0
License: 
License URI:
Tags:
Text Domain: jorgearagao
*/

/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
      -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button { overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input { line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea { overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup { font-weight: bold; }

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

html, body {
	background: #fff;
	min-height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #444;
}

a {
	text-decoration: none;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 972px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 11px;
	margin-right: 11px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .col-1 { width:59px; }
.container .col-2 { width:140px; }
.container .col-3 { width:221px; }
.container .col-4 { width:302px; }
.container .col-5 { width:383px; }
.container .col-6 { width:464px; }
.container .col-7 { width:545px; }
.container .col-8 { width:626px; }
.container .col-9 { width:707px; }
.container .col-10 { width:788px; }
.container .col-11 { width:869px; }
.container .col-12 { width:950px; }

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .prefix_1 { padding-left:81px; }
.container .prefix_2 { padding-left:162px; }
.container .prefix_3 { padding-left:243px; }
.container .prefix_4 { padding-left:324px; }
.container .prefix_5 { padding-left:405px; }
.container .prefix_6 { padding-left:486px; }
.container .prefix_7 { padding-left:567px; }
.container .prefix_8 { padding-left:648px; }
.container .prefix_9 { padding-left:729px; }
.container .prefix_10 { padding-left:810px; }
.container .prefix_11 { padding-left:891px; }

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .suffix_1 { padding-right:81px; }
.container .suffix_2 { padding-right:162px; }
.container .suffix_3 { padding-right:243px; }
.container .suffix_4 { padding-right:324px; }
.container .suffix_5 { padding-right:405px; }
.container .suffix_6 { padding-right:486px; }
.container .suffix_7 { padding-right:567px; }
.container .suffix_8 { padding-right:648px; }
.container .suffix_9 { padding-right:729px; }
.container .suffix_10 { padding-right:810px; }
.container .suffix_11 { padding-right:891px; }

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .push_1 { left:81px; }
.container .push_2 { left:162px; }
.container .push_3 { left:243px; }
.container .push_4 { left:324px; }
.container .push_5 { left:405px; }
.container .push_6 { left:486px; }
.container .push_7 { left:567px; }
.container .push_8 { left:648px; }
.container .push_9 { left:729px; }
.container .push_10 { left:810px; }
.container .push_11 { left:891px; }

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .pull_1 { left:-81px; }
.container .pull_2 { left:-162px; }
.container .pull_3 { left:-243px; }
.container .pull_4 { left:-324px; }
.container .pull_5 { left:-405px; }
.container .pull_6 { left:-486px; }
.container .pull_7 { left:-567px; }
.container .pull_8 { left:-648px; }
.container .pull_9 { left:-729px; }
.container .pull_10 { left:-810px; }
.container .pull_11 { left:-891px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
	*zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Default wordpress */
.wp-caption {
  background-color: #f3f3f3;
}
.wp-caption img {
  display: block;
  padding: 5px;
}
.wp-caption p.wp-caption-text {
  padding: 0 5px 5px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft, img.alignleft {
  float: left;
  margin-right: 22px;
}
.alignright, img.alignright {
  float: right;
  margin-left: 22px;
}

::-moz-selection,
::selection {
    color: #FFF;
    background: #2A80B9;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #d6d6d6;
}
:-moz-placeholder,
::-moz-placeholder { /* Mozilla Firefox 4 to 18 and 19+ */
  color: #d6d6d6;
  opacity:  1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #d6d6d6;
}

/*
 * Form
 */
.search-form {
	padding: 15px 25px;
	margin: 0;
}

.field-text {
  background-color: #fff;
  border: none;
  color: #3F5164;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  outline: none;
  padding: 0 10px;
  min-width: 140px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  

}

.search-form .search-field{
  float: left;
  margin-right: 5px;
  width: 140px;
}

.search-form .search-submit {}

.btn,
.comment-reply-link {
  border: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin: 0;
  max-height: 32px;
  outline: none;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  width: auto !important;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  

  -webkit-transition: background-color 300ms;
     -moz-transition: background-color 300ms;
          transition: background-color 300ms;

  /*ie*/
  *display: inline;
  *overflow: visible;
}

.btn:active,
.comment-reply-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.100);
     -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.100);
      box-shadow: inset 0 1px 2px rgba(0,0,0,.100);
}

.btn-padrao {
  background-color: #2A80B9;
  color: #fff;
}
.btn-padrao:hover {
  background-color: #449BD5;
}
.btn-padrao:active {
  background-color: #2572A5;
}

.comment-reply-link {
	background-color: #F1F2F6;
	color: #333;
}
.comment-reply-link:hover {
	background-color: #F8F8FA;
}
.comment-reply-link:active {
	background-color: #E8EAF0;
}

/*
 * Blog
 */
.social-media {
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: inline-block;
}
.social-media li {
	float: left;
	margin-left: 5px;
}
.social-media :first-child {
	margin-left: 0;
}
.social-media li a {
	background-image:url(assets/images/icon-social-media-top.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: block;
	width: 34px;
	height: 34px;
}
.social-media li.facebook a {
	background-position: -35px 0;
}
.social-media li.google a {
	background-position: -70px 0;
}
.social-media li.rss a {
	background-position: -105px 0;
}

.blogs-parceiros {
	list-style: none;
	margin: 0;
	padding: 0;
	right: 0;
	top: 25px;
	position: absolute;
	overflow: hidden;
	display: inline-block;
}
.blogs-parceiros li {
	float: left;
	margin-left: 20px;
}
.blogs-parceiros li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	-webkit-transition: color 300ms;
	        transition: color 300ms;
}
.blogs-parceiros li a:hover {
	color: #C0CAD6;
}

/*
 Blog header
*/
.navbar-top {
	background-color: #425164;
	height: 70px;
	position: relative;
	-webkit-transition: top 100ms ease-in-out;
	transition: top 100ms ease-in-out;
}

.header-bg {
	background-color: transparent;
	background-image: url(assets/images/bg_header.png);
	background-attachment: scroll;
	background-position: center 0;
	background-repeat: no-repeat;
	width: 100%;
	/*height: 392px;*/
	position: relative;
	margin-bottom: 10px;
}

.header-link {}


.header-container {
	text-align: center;
	overflow: hidden;
}

.header-img {
  position: relative;
  bottom: 0;
  display: block;
  margin: 29px auto 0;
}


/*
 Post
*/
.post {
	border-bottom: 2px solid #F4F4F4;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.post-title,
.post-title a {
	color: #2A80B9;
	line-height: 45px;
	-webkit-transition: color 300ms;
	        transition: color 300ms;
}

.post-title {
	margin: 0 0 20px;
	font-size: 40px;
	font-weight: 300;
}

.post-title a:hover {
	color: #444;
}

.post-content p {
	text-align: justify;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding-bottom: 20px;
}

.post-content p a {
	color: #2A80B9;
}

.post-toolbar {
	font-size: 14px;
	margin-bottom: 20px;
}

.post-toolbar .author strong {
	font-weight: 700;
}

.post-social-media {
	margin: 0;
	list-style: none;
	padding: 0;
	border-left: 1px solid #ddd;
	padding-left: 14px;
	margin-left: 14px;
	overflow: hidden;
	display: inline-block;
	margin-top: 4px;
}

.post-social-media li {
	float: left;
	margin-left: 8px;
}

.post-social-media li.whatsapp {
	display: none;
}

.post-social-media :first-child {
	margin-left: 0;
}

.post-social-media li a {
	display: block;
	width: 28px;
	height: 28px;
	background-color: transparent;
	background-image: url(assets/images/icon-social.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.post-social-media li.facebook a {
	background-position: -29px 0;
}
.post-social-media li.google a {
	background-position: -58px 0;
}

.post-social-media li.whatsapp a {
	background-position: -87px 0;
}

.post-social-media li.comment a {
	background-position: -116px 0;
}

.post-meta {}
.post-meta ul.post-tags {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 26px;
	list-style: none;
}

.post-meta ul.post-tags li,
.post-meta ul.post-tags li span {
  background-image: url(assets/images/bg_tags.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
}
.post-meta ul.post-tags li {
  background-position: left top;
  float: left;
  padding-left: 14px;
  margin-right: 10px;
  position: relative;
}
.post-meta ul.post-tags li span {
  background-position: right top;
  top: 0;
  width: 14px;
  right: -14px;
  position: absolute;
}
.post-meta ul.post-tags li a {
	display:block;
	color: #444444;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: color 300ms;
	        transition: color 300ms;
}
.post-meta ul.post-tags li a:hover {
	color: #2A80B9;
}

/*
 * Banner
 */
.super-banner-topo {
	width: 970px;
	margin: 0 auto;
    text-align: center;
}

.super-banner-topo > img {
	display: inline-block;
}

/*
 * Paginação
 */
.wp-pagenavi {
  margin-bottom: 20px;
}
.wp-pagenavi * {
  background-color: #F1F2F6;
  color: #444;
  height: 32px;
  max-height: 32px;
  position: relative;
  min-width: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.wp-pagenavi :first-child {
	margin-left: 0;
}


.wp-pagenavi a:hover {
	background-color: #E8EAF0;
	color: #2A80B9;
}


.wp-pagenavi .current {
	background-color: #2A80B9;
	color: #fff;
}


.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	padding: 0 5px;
}

/*
 * Rodapé
 */
.footer-blog {
	background-color: #425164;
}
.footer-blog p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	max-height: 50px;
	text-align: center;
}

/*
	Widget's
*/
.widget {
	background-color: #F1F2F6;
	margin-bottom: 30px;
}
.widget .widget-title {
	font-size: 18px;
	line-height: 45px;
	/*
	background-attachment: scroll;
	background-image: url(assets/images/bg_widget_302.png);
	*/
	background-color: #425164;
	font-weight: 400;
	height: 45px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.widget ul {
  margin: 0;
  padding: 15px 25px;
  list-style: none;
}
.widget ul li a {
  background-image: url(assets/images/point-list.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 20px;
}
.widget ul li a:hover {
  background-position: 0px -37px;
}
.widget a {
	color: #3F5164;
	outline: none;
	text-decoration: none;

	-webkit-transition: color 300ms;
	        transition: color 300ms;

}

.widget a:hover {
	color: #287FB8;
}

/*
 * Widget Whatsapp
 */

.widget_whatsapp {}
.widget_whatsapp .widget-body {
  background-image: url(assets/images/bg_widget_whatsapp.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: scroll;
  height: 78px;
  text-align: center;
}
.widget_whatsapp .widget-body span {
  background-image: url(assets/images/bg_widget_whatsapp2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: scroll;
  display: inline-block;
  padding-left: 40px;
  font-size: 24px;
  height: 33px;
  margin-top: 24px;
  font-weight: 300;
  font-style: italic;
}

/*
 * Widget calendar
 */
#calendar_wrap {
  padding: 10px 0;
}

#wp-calendar {
  margin: 0 auto;
  text-align: center;
  width: 75%;
}

#wp-calendar caption {
  text-transform: uppercase;
  padding-bottom: 8px;
}

#wp-calendar td {
  padding: 4px 0;
}

#wp-calendar td a {
	display: block;
}

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

#wp-calendar tbody td a {
  color: #2A80B9;
}

#wp-calendar tbody td#today {
  background-color: #2A80B9;
  color: #fff;
}

#wp-calendar tbody td#today a {
  color: #fff;
}

#wp-calendar tfoot #prev {
  text-align: left;
}

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

.widget_text .textwidget {
  padding: 15px 25px;
}
.widget_text .textwidget p {
  margin: 0 0 10px 0;
}

/*
 * Comentários
 */

/**
 * A área de comentários do tema "TwentyFourteen"
 * com algumas edições necessárias.
 */
.comments-area {
  margin-bottom: 25px;
}

.comments-title {
	background-image: url(assets/images/bg_comments_title.png);
	padding: 0 0 0 15px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	font-size: 18px;
	color: #415164;
}
 
.comment-body  {
	word-break: break-word;
}
.comment-body .reply > a {}
 
.comment-list {
	margin: 0;
	list-style: none;
	padding: 0;
}

.comment-list .comment {
	border-top: 1px solid #f4f4f4;
	margin-bottom: 20px;
	padding-top: 20px;
}

.comment-list .comment ol {
  margin: 20px 0 0 40px;
  list-style: none;
  padding: 0;
}

.comment-metadata {}
.comment-metadata > a,
.comment-meta > a { color: #999; font-weight: 300; }
.comment-metadata .edit-link > a { color: #000; }
.comment-metadata .edit-link > a:hover { color: #555; }

.comment-author { position: relative; }
.comment-author .avatar { display: none; }
.comment-author .fn,
.comment-author .fn a { font-style:normal; font-weight: 700; color: #2A80B9;  }
.comment-author .says { display: none; }

.comment-content {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;

  word-wrap: break-word;
}
 
 
.comment-respond {
	padding: 20px;
	background-color: #F1F2F6;
}
 
.comment .comment-respond { margin: 0; }
.comment-respond h3 { margin: 0; }
.comment-respond h3 > a {}
 
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}
 
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
}

.comment-info {
	color: #555;
	font-size: 14px;
}
 
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 18px;
}
 
.comment-form p {
	padding: 10px 0 0;
	margin: 0;
}
.comment-form label {
	display: block;
}

.comment-form textarea {
  display: inherit;
  width: 93%;
  resize: none;
  height: 100px;
}
 
.required { color: #c0392b; }
 
.comment-reply-title small a {
	color: #2b2b2b;
	float: none;
	overflow: hidden;
	font-size: 12px;
	display: block;
	clear: both;
}
 
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
 
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}
 
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
 
#comment-nav-above {
	margin: 15px 0;
}

/*
 * menor que 972px
 */
@media only screen and (max-width: 971px) {

	embed, iframe, object {
		max-width: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
	}
	
	.container {
		width: 100%;
		margin: 0;
	}
	
	.container .col-1,
	.container .col-2,
	.container .col-3,
	.container .col-4,
	.container .col-5,
	.container .col-6,
	.container .col-7,
	.container .col-8,
	.container .col-9,
	.container .col-10,
	.container .col-11,
	.container .col-12 {
		width: auto;
		float: none;
		display: block;
	}
	
	.header-link {}
	
	/*
	 * Nav blog parceiros
	 */
	.nav-blogs-parceiros {
		height: 70px;
		width: 70px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.nav-blogs-parceiros.close {
		background-color: #495B71;
	}
	.nav-blogs-parceiros a {
		display: block;
		background-image: url(assets/images/icon_open_close.png);
		background-repeat: no-repeat;
		background-position: center -48px;
		background-attachment: scroll;
		width: 70px;
		height: 70px;
	}
	.nav-blogs-parceiros.close a {
		background-position: center 22px;
	}
	
	.blogs-parceiros {
		background-color: #495B71;
		position: absolute;
		left: 0;
		color: #fff;
		top: -800px;
		z-index: 100;
		-webkit-transition: all 300ms ease-in-out;
		   -moz-transition: all 300ms ease-in-out;
		    -ms-transition: all 300ms ease-in-out;
		     -o-transition: all 300ms ease-in-out;
		        transition: all 300ms ease-in-out;
	}
	.blogs-parceiros.active {
		top: 70px;
	}
	.blogs-parceiros li {
		text-align: center;
		float: none;
		margin: 0;
		white-space: nowrap;
	}
	.blogs-parceiros li > a {	
		display: block;
		color: #fff;
		text-shadow: 0px -1px 1px rgba(0,00,00,0.89);
		padding: 14px 20px 14px 23px;
		border-bottom: 1px solid rgba(0,0,0,0.11);
		border-top: 1px solid rgba(116,150,152,0.2);
	}	

	.super-banner-topo {
		display: none;
	}
	
	.post-social-media li.whatsapp {
		display: block;
	}

	.wp-caption {
		max-width: 100%;
	}

	.wp-caption img[class*="wp-image-"] {
	  display: block;
	  margin: 1.2% auto 0;
	  max-width: 98%;
	  padding: 0;
	}

}

.wp-audio-shortcode {
    visibility: visible !important;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #425164;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #425164;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* comentarios padrao do wp */
ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist li.comment {
	margin-top: 20px;
}

ul.children {
	list-style: none;
}

.form-submit .submit {
	border: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	margin: 0;
	max-height: 32px;
	outline: 0;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
	width: auto!important;
	background-color: #425164;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
}

.form-submit .submit:hover,
.form-submit .submit:focus {
	background-color: #2a80b9;
}

.comment-respond {
	margin-top: 20px;
	margin-bottom: 20px;
}

.widget_media_image img {
	display: block;
	margin: auto;
}

.post-content .google-auto-placed {
	margin-bottom: 20px;
}