/*
Theme Name: Miseri
Theme URI: http://misericordia.org.br/
Author: Doppos
Author URI: http://doppos.com/
Description: Theme developed for Apostolado da Divina Misericórida by Doppos.
Version: 1.0
License: 
License URI: 
Text Domain: miseri
Tags:

Miseri is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

@font-face {
    font-family: 'proxima_nova_altsemibold';
    src: url('fonts/proxima_nova_alt_semibold-webfont.eot');
    src: url('fonts/proxima_nova_alt_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_alt_semibold-webfont.woff') format('woff'),
         url('fonts/proxima_nova_alt_semibold-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_alt_semibold-webfont.svg#proxima_nova_altsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_altlight';
    src: url('fonts/proxima_nova_alt_light-webfont.eot');
    src: url('fonts/proxima_nova_alt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_alt_light-webfont.woff') format('woff'),
         url('fonts/proxima_nova_alt_light-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_alt_light-webfont.svg#proxima_nova_altlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #f3f3f3; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "proxima_nova_altlight", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 1em;
	line-height: 1.2;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-family: "proxima_nova_altsemibold", sans-serif;
	color: #475965;
	color: inherit;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	padding-left: 1.5em;
	margin: 0 1.5em;
	border-left: 2px solid #999;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

a,
a:visited {
	color: #7d8e9a;
	color: inherit;
	text-decoration: none;
	text-decoration: inherit;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 40px;
	padding: 13px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	border: 0;
	/*background-color: #c21b17;*/
	background-color: #404040;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

/*.page-template-page-apostolado-php button,
.page-template-page-apostolado-php input[type="button"],
.page-template-page-apostolado-php input[type="reset"],
.page-template-page-apostolado-php input[type="submit"] {
	background-color: #4d0302;
}

.page-template-page-editora-php button,
.page-template-page-editora-php input[type="button"],
.page-template-page-editora-php input[type="reset"],
.page-template-page-editora-php input[type="submit"] {
	background-color: #0b396d;
}

.page-template-page-marianos-php button,
.page-template-page-marianos-php input[type="button"],
.page-template-page-marianos-php input[type="reset"],
.page-template-page-marianos-php input[type="submit"] {
	background-color: #0176b1;
}

.page-template-page-santuario-php button,
.page-template-page-santuario-php input[type="button"],
.page-template-page-santuario-php input[type="reset"],
.page-template-page-santuario-php input[type="submit"] {
	background-color: #4d0301;
}*/

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	height: 38px;
	padding: 12px;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #dfdfdf;
	background: #f7f7f7;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #fff;
}

input[type="search"] {
	height: auto;
	padding-bottom: 11px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	min-height: 152px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
	float: left;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	float: left;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation li li {
	float: none;
	display: block;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul {
	/*left: auto;*/
}

.main-navigation ul ul li:hover > ul {
	/*left: 100%;*/
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
5.0 Site header
--------------------------------------------------------------*/
.site-header {
	padding-top: 10px;
}

.page-template-page-apostolado-php .site-header {
	background: #6f0603;
}

.page-template-page-editora-php .site-header {
	background: #1b4f7f;
}

.page-template-page-marianos-php .site-header {
	background: #0093dd;
}

.page-template-page-santuario-php .site-header {
	background: #6f0604;
}

.site-branding,
.social-search {
	/*margin-bottom: 0px;*/
}

.site-title {
	margin: 0;
}

.site-title .icon {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 15px;
	margin-bottom: 15px;
	/*border-radius: 50%;*/
	/*background: #ecc200;*/
}

.site-title .tipo {
	float: left;
	padding: 48px 0;
	font-size: 24px;
	font-family: "proxima_nova_altlight", sans-serif;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}

.social-search .social {
	float: right;
	margin-bottom: 35px;
}

.page-template .social-search {
	float: right;
	padding: 40px 0;
}

.page-template .social-search .social {
	float: left;
	padding: 3px 5px 3px 2px;
	margin-bottom: 0;
	background: rgba(0,0,0,0.15);
}

/*.page-template-page-apostolado-php .social-search .social {
	background: #4d0302;
}

.page-template-page-editora-php .social-search .social {
	background: #193f66;
}

.page-template-page-marianos-php .social-search .social {
	background: #0077b2;
}

.page-template-page-santuario-php .social-search .social {
	background: #4d0301;
}*/

.social-search .social .icon {
	float: left;
	width: 35px;
	height: 35px;
	margin-left: 3px;
	text-indent: -999em;
	background: url(img/i-social.png) no-repeat left center;
}

.page-template .social-search .social .icon {
	background-image: url(img/i-social-white.png);
}

.social-search .social .icon.twitter {
	background-position: -47px center;
}

.social-search .social .icon.youtube {
	background-position: -91px center;
}

.social-search .social .icon.googleplus {
	background-position: -136px center;
}

.social-search .social .icon.instagram {
	background-position: -183px center;
}

.social-search .search-form {
	clear: both;
	float: right;
}

.page-template .social-search .search-form {
	clear: none;
	float: left;
}

.social-search .search-field,
.social-search .search-submit {
	float: left;
}

.social-search .search-field {
	width: 190px;
	max-width: 75%;
}

.social-search .search-submit {
	width: 40px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
	text-indent: -999em;
	background-image: url(img/glass.png);
	background-repeat: no-repeat;
	background-position: center;
}

.social-search .header-phone {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.site-branding {
		text-align: center;
	}

	.social-search .search-form {
		float: none;
		width: 260px;
		margin: 0 auto;
	}

	.social-search .header-phone {
		text-align: center;
	}
}

/*--------------------------------------------------------------
5.1 Top menu
--------------------------------------------------------------*/
/*#top-navigation {
	background: #c21b17 !important;
}

.page-template #top-navigation {
	background: #f3f3f3 !important;
}*/

/*#top-navigation > ul {
	width: 100%;
	text-align: center;
	background: #c21b17;
}

.page-template #top-navigation > ul {
	background: #f3f3f3;
}

#top-navigation li {
	float: none;
	display: inline-block;
	margin: 0 35px;
	line-height: 1;
	font-family: "proxima_nova_altsemibold", sans-serif;
}

#top-navigation a {
	height: 40px;
	padding-top: 12px;
	color: #f7f7f7;
}

.page-template #top-navigation a {
	color: #222;
}

#top-navigation a:hover,
#top-navigation .current_page_item > a,
#top-navigation .current-menu-item > a {
	color: #fff;
}

.page-template #top-navigation a:hover,
.page-template #top-navigation .current_page_item > a,
.page-template #top-navigation .current-menu-item > a {
	color: #000;
}*/

/*--------------------------------------------------------------
5.1 Primary menu
--------------------------------------------------------------*/
#site-navigation {
	font-size: 1.25em;
	border-bottom: 3px solid #c21b17;
	background: #dfdfdf;
}

.page-template #site-navigation {
	border-top: 2px dotted #f7f7f7;
	border-bottom-color: rgba(0,0,0,0.2);
	background: none;
}

/*.page-template-page-apostolado-php #site-navigation {
	border-bottom-color: #4d0302;
}

.page-template-page-editora-php #site-navigation {
	border-bottom-color: #0c3a6e;
}

.page-template-page-marianos-php #site-navigation {
	border-bottom-color: #0077b2;
}

.page-template-page-santuario-php #site-navigation {
	border-bottom-color: #4d0301;
}*/

#site-navigation > ul {
	float: right;
}

#site-navigation li {
	line-height: 1;
	font-family: "proxima_nova_altsemibold", sans-serif;
}

#site-navigation a {
	height: 44px;
	padding: 12px 30px 0;
	color: #475965;
	/*text-transform: lowercase;*/
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.page-template #site-navigation a {
	color: #f7f7f7;
}

#site-navigation li:hover > a {
	color: #f7f7f7;
	background: #475965;
}

.page-template #site-navigation li:hover > a {
	color: #222;
	background: #f7f7f7;
}

#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a {
	color: #fff;
	background: #c21b17;
}

.page-template #site-navigation .current_page_item > a,
.page-template #site-navigation .current-menu-item > a {
	color: #ecc200;
	background: rgba(0,0,0,0.2);
}

/*.page-template-page-apostolado-php #site-navigation .current_page_item > a,
.page-template-page-apostolado-php #site-navigation .current-menu-item > a {
	background: #4d0302;
}

.page-template-page-editora-php #site-navigation .current_page_item > a,
.page-template-page-editora-php #site-navigation .current-menu-item > a {
	background: #0c3a6e;
}

.page-template-page-marianos-php #site-navigation .current_page_item > a,
.page-template-page-marianos-php #site-navigation .current-menu-item > a {
	background: #0077b2;
}

.page-template-page-santuario-php #site-navigation .current_page_item > a,
.page-template-page-santuario-php #site-navigation .current-menu-item > a {
	background: #4d0301;
}*/

#site-navigation ul ul {
	top: 44px;
	font-size: .85em;
	background: #f7f7f7;
}

#site-navigation ul ul ul {
	top: 0;
	font-size: 1em;
}

#site-navigation ul ul a {
	height: auto;
	min-height: 20px;
	padding: 7.5px 15px;
	color: #808080 !important;
	line-height: 1;
	background: #f7f7f7
}

#site-navigation ul ul li:hover > a,
#site-navigation ul ul .current_page_item > a,
#site-navigation ul ul .current-menu-item > a {
	color: #404040 !important;
	background: #f7f7f7;
}

#site-navigation ul li:hover > ul {
	left: auto;
}

#site-navigation ul ul li:hover > ul {
	left: 100%;
}

/* Small menu */
#site-navigation .menu-toggle {
	display: none;
}

/*@media screen and (max-width: 600px) {
	#site-navigation .menu-toggle,
	#site-navigation .main-navigation.toggled .nav-menu {
		display: block;
	}

	#site-navigation .main-navigation ul {
		display: none;
	}
}*/

/*--------------------------------------------------------------
5.1 Slides
--------------------------------------------------------------*/
#banners {
	border-top: 1px solid #dfdfdf;
}

#banners > .grid-container {
	margin-top: -1px;
}

#banners .navboth {
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget h1 {
	font-size: 160%;
}

.widget h2 {
	font-size: 150%;
}

.widget h3 {
	font-size: 140%;
}

.widget h4 {
	font-size: 130%;
}

.widget .widget-title {
	margin-bottom: .33em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget_search .search-field {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.widget_search .search-field:focus {
	width: 100%;
}

/* Notícia & Formação widget */
.widget_miseri_noticia h2,
.widget_miseri_formacao h2 {
	margin-bottom: 0;
}

/* Agenda widget */
.widget_miseri_agenda .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.widget_miseri_agenda .item-1 {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.widget_miseri_agenda .item-date {
	font-family: "proxima_nova_altsemibold", sans-serif;
	text-transform: uppercase;
}

.widget_miseri_agenda .item-date:after {
	content: " | ";
}

/* EO widget calendar */
.eo_widget_calendar .event > a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	border-radius: 4px;
	background: #404040;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-content {
	padding: 10px 10px 0;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	background: #fff;
}

.content-box {
	margin-bottom: 10px;
}

.content-box-title {
	height: 25px;
	padding: 6px 20px 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-family: "proxima_nova_altsemibold", sans-serif;
	text-transform: uppercase;
	line-height: 1;
	background: #222;
}

.content-box-title .see-more {
	float: right;
	text-transform: none;
}

.box-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.page-template-page-apostolado-php .box-banner-1 .content-box-title {
	/*height: 40px;
	padding: 13px 13px 0;*/
	text-align: center;
	background: #a41916;
}

.box-formacoes .item,
.box-noticias .item {
	padding: 5px 0;
	line-height: 1.2;
	border-bottom: 1px solid #ddd;
}

.box-noticias.wide .item-2,
.box-formacoes.wide .item-2 {
	margin-top: 32px;
}

.box-formacoes.wide .item-1,
.box-noticias.wide .item-1,
.box-formacoes .item:last-child,
.box-noticias .item:last-child {
	border: 0;
}

.box-noticias.wide .item-4,
.box-formacoes.wide .item-4 {
	border-bottom: 1px solid #ddd;
}

.box-formacoes .item .posted-on,
.box-noticias .item .posted-on {
	display: inline-block;
	width: 52px;
	font-size: 13px;
}

.box-formacoes .item-1 .posted-on,
.box-noticias .item-1 .posted-on {
	display: block;
	float: left;
	width: 25%;
}

.box-formacoes .item-1 .item-title,
.box-noticias .item-1 .item-title {
	float: left;
	width: 75%;
	margin-bottom: 10px;
	font-family: "proxima_nova_altsemibold", sans-serif;
	line-height: 1.1;
}

.box-formacoes .item-thumbnail,
.box-noticias .item-thumbnail {
	float: left;
	width: 33%;
	margin: 0 10px 10px 0;
}

.box-noticias.wide .item-thumbnail,
.box-formacoes.wide .item-thumbnail {
	width: 50%;
}

.box-noticias.wide .item-thumbnail img,
.box-formacoes.wide .item-thumbnail img {
	width: 100%;
}

.box-formacoes .item-more,
.box-noticias .item-more {
	float: right;
	color: #c21b17;
	font-size: 13px;
}

.box-webtv {
	height: 274px;
	background: #222;
}

.webtv-slides-container {
	padding: 10px 20px;
}

.webtv-pager {
	float: right;
	margin: 5px 20px 0 0;
}

.webtv-pager a,
.webtv-pager span {
	float: left;
	text-indent: -999em;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	border-radius: 50%;
	background: #bbb;
}

.webtv-pager .cycle-pager-active {
	background: #fff;
}

.box-webtv .item {
	display: none;
	width: 100%;
}

.box-webtv .item-1 {
	display: block;
}

.box-webtv .item-thumbnail,
.widget_miseri_webtv .item-thumbnail {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	background: #404040;
	cursor: pointer;
}

.box-webtv .item-thumbnail iframe,
.widget_miseri_webtv .item-thumbnail iframe,
.box-webtv .item-thumbnail img,
.widget_miseri_webtv .item-thumbnail img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.box-webtv .item-thumbnail img,
.widget_miseri_webtv .item-thumbnail img {
	height: auto;
}

.box-webtv .item-thumbnail .play,
.widget_miseri_webtv .item-thumbnail .play {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	width: 64px;
	height: 100%;
	margin-left: -32px;
	background: url(img/i-play.png) no-repeat center;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.box-webtv .item-thumbnail:hover .play,
.widget_miseri_webtv .item-thumbnail:hover .play {
	opacity: 1;
	filter: alpha(opacity=100);
}

.box-webtv .item-title {
	color: #fff;
	font-family: "proxima_nova_altsemibold", sans-serif;
}

.box-galeria .featured {
	width: 100%;
	height: auto;
}

.box-galeria .thumbnail {
	text-align: center;
	line-height: 1.2;
}

.box-galeria .thumbnail-1,
.box-galeria .thumbnail-2,
.box-galeria .thumbnail-3,
.box-galeria .thumbnail-4 {
	float: left;
	width: 24.25%;
	margin-right: 1%;
}

.box-galeria .thumbnail-4 {
	float: right;
	margin-right: 0;
}

.box-galeria .thumbnail-date {
	font-size: 13px;
}

.box-galeria .thumbnail-excerpt {
	font-size: 12px;
}

.box-newsletter {
	height: 145px;
	color: #fff;
	background: #c21b17;
}

/*.page-template-page-editora-php .box-newsletter {
	background: #1b4f7f;
}*/

.home .box-newsletter {
	height: 150px;
	background: url(img/newsletter.png) no-repeat left center #222;
}

.home .box-newsletter .content-box-title {
	float: left;
	width: 40%;
	background: none;
}

.box-newsletter .newsletter-form {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 5px 20px;
	font-size: 14px;
	overflow: hidden;
}

.home .box-newsletter .newsletter-form {
	float: left;
	width: 60%;
	height: 150px;
}

.box-newsletter .newsletter-form input[type="email"],
.box-newsletter .newsletter-form input[type="text"] {
	/*display: block;*/
	float: left;
	/*width: 100%;*/
	min-width: 49%;
	height: 34px;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #404040;
}

.box-newsletter .newsletter-form input[type="submit"] {
	float: right;
	/*width: 33%;*/
	height: 25px;
	padding: 6.5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #c21b17;
	cursor: pointer;
}

/*.page-template-page-editora-php .box-newsletter .newsletter-form input[type="email"],
.page-template-page-editora-php .box-newsletter .newsletter-form input[type="text"],
.page-template-page-editora-php .box-newsletter .newsletter-form input[type="submit"],
.page-template-page-santuario-php .box-newsletter .newsletter-form input[type="submit"] {
	background: #1e1e1e;
}*/

.box-agenda {
	/*padding-bottom: 20px;*/
	color: #fff;
	background: #222;
}

.box-agenda .item {
	width: 100%;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #111;
}

.box-agenda .item-date {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 5px;
	margin-right: 10px;
	font-family: "proxima_nova_altsemibold", sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	background: #c21b17;
}

.page-template-page-marianos-php .box-agenda .item-date {
	background: #0093dd;
}

.box-agenda .day {
	font-size: 34px;
}

.box-liturgia {
	min-height: 288px;
	color: #fff;
	background: #c21b17;
}

.box-liturgia .content-box-title {
	border-bottom: 1px solid #871310;
	background: none;
}

.box-liturgia .liturgia-quote {
	position: relative;
	padding: 40px 20px 20px 80px;
	font-size: 14px;
}

.box-liturgia .liturgia-quote p {
	margin: 0;
}

.box-liturgia .liturgia-quote:before {
	content: "“";
	position: absolute;
	left: 20px;
	top: 13px;
	z-index: 1;
	font: normal bold 100px sans-serif;
	line-height: 1;
	color: #fff;
}

.box-liturgia .liturgia-title {
	padding: 0 20px;
	font-family: "proxima_nova_altsemibold", sans-serif;
	text-align: right;
}

.box-produtos {
	position: relative;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}

.box-produtos .slideshow {
	max-width: 90%;
	margin: 0 auto;
}

.box-produtos .product {
	text-align: center;
	vertical-align: top;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}

.box-produtos .product a {
	display: block;
	height: 100%;
	padding: 10px 5px 0;
	margin: 5px 5px 0;
	line-height: 1;
	white-space: normal;
	border: 1px solid #ddd;
}

.box-produtos .product-image img {
	max-width: 90%;
	height: auto;
}

.box-produtos .product-title,
.box-produtos .product-price {
	margin-bottom: 1em;
}

.box-produtos .product-title {
	font-size: 1em;
}

.box-produtos .cycle-prev,
.box-produtos .cycle-next {
	position: absolute;
	top: 20%;
	z-index: 123456;
	display: block;
	width: 15px;
	height: 60%;
	text-indent: -999em;
	background: url(img/carousel-arrows.png) no-repeat left center;
}

.box-produtos .cycle-prev {
	left: 1%;
}

.box-produtos .cycle-next {
	right: 1%;
	background-position: right center;
}

/**
 * Social boxes
 */
.box-facebook,
.box-youtube,
.box-twitter,
.box-googleplus,
.box-instagram {
	height: 160px;
	background: url(img/i-facebook-white.png) no-repeat center #3b5998;
}

.box-youtube {
	background-image: url(img/i-youtube-button.png);
	background-color: #c30000;
}

.box-twitter {
	background-image: url(img/i-twitter-white.png);
	background-color: #55acee;
}

.box-googleplus {
	background-image: url(img/i-googleplus-white.png);
	background-color: #e02f2f;
}

.box-instagram {
	background-image: url(img/i-instagram-white.png);
	background-color: #3f729b;
}

.box-facebook:hover,
.box-youtube:hover,
.box-twitter:hover,
.box-googleplus:hover,
.box-instagram:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.box-facebook a,
.box-youtube a,
.box-twitter a,
.box-googleplus a,
.box-instagram a {
	display: block;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline/* ,
.group-blog .byline */ {
	display: inline;
}

.page-content,
.entry-content {
	margin: 1.5em 0 0;
}

.entry-summary {
	margin: .5em 0 0;
}

.post-excerpt .entry-title {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-header .entry-meta {
	font-size: .85em;
}

.entry-footer {
	padding-top: 1.5em;
	font-size: .85em;
	border-bottom: 1px solid #ccc;
}

.entry-footer p {
	margin-bottom: .5em;
}

.entry-footer .post-tags,
.entry-footer .post-categories {
	line-height: 1.75;
}

.entry-footer .post-tags a,
.entry-footer .tags-links a,
.entry-footer .post-categories a,
.entry-footer .cat-links a {
	padding: 3px 6px;
	color: #fff;
	border-radius: 3px;
	background: #475965;
}

.entry-footer .post-tags a,
.entry-footer .tags-links a {
	padding-left: 12px;
	border-radius: 0 3px 3px 0;
	background: url(img/tag-tip.png) no-repeat left center #475965;
}

.page-liturgia .entry-content p {
	margin-bottom: .5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.form-allowed-tags {
	display: none;
}

/*--------------------------------------------------------------
11.0 Site footer
--------------------------------------------------------------*/
.site-footer {
	color: #fff;
	font-size: 0.9em;
	background: #c21b17;
}

.page-template-page-apostolado-php .site-footer {
	background: #6f0603;
}

.page-template-page-editora-php .site-footer {
	background: #1b4f7f;
}

.page-template-page-marianos-php .site-footer {
	background: #0093dd;
}

.page-template-page-santuario-php .site-footer {
	background: #6f0604;
}

.site-footer hr {
	height: 1px;
	margin: 5px auto 20px;
	/*border-bottom: 1px solid #eb2d27;*/
	border-bottom: 1px solid rgba(0,0,0,0.15);
	/*background: #871310;*/
	background: rgba(0,0,0,0.3);
}

/*.page-template-page-apostolado-php .site-footer hr {
	border-bottom-color: #b90a07;
	background: #4e0403;
}

.page-template-page-editora-php .site-footer hr {
	border-bottom-color: #2c85d5;
	background: #133759;
}

.page-template-page-marianos-php .site-footer hr {
	border-bottom-color: #00dcf4;
	background: #00679a;
}

.page-template-page-santuario-php .site-footer hr {
	border-bottom-color: #ba0a07;
	background: #4d0403;
}*/

.footer-navigation {
	margin-bottom: 40px;
	text-align: center;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-navigation li {
	position: relative;
	text-align: left;
}

.footer-navigation .menu > .menu-item {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}

/*@media screen and (min-width: 1025px) {
	.footer-navigation .menu > .menu-item {
		display: block;
		float: left;
		margin: 0 40px 0 0;
	}

	.footer-navigation .menu > .menu-item:last-child {
		margin-right: 0;
	}
}*/

.footer-navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.footer-navigation .menu > .menu-item > a {
	margin-bottom: 10px;
	font-family: "proxima_nova_altsemibold", sans-serif;
	text-transform: uppercase;
}

.footer-navigation ul ul {
	margin-left: 10px;
}

.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a {
}

.site-footer .site-social {
	margin-bottom: 40px;
	text-align: center;
}

.site-footer .site-social .icon {
	display: inline-block;
	width: 39px;
	height: 39px;
	margin: 0 3px 20px;
	text-indent: -999em;
	background: url(img/i-social-footer.png) no-repeat left top;
}

.site-footer .site-social .icon.twitter {
	background-position: -63px top;
}

.site-footer .site-social .icon.youtube {
	background-position: -127px top;
}

.site-footer .site-social .icon.googleplus {
	background-position: -190px top;
}

.site-footer .site-social .icon.instagram {
	background-position: -253px top;
}

.site-footer .facebook-like-box iframe {
	max-width: 100% !important;
	background: #fff;
}

.site-footer .box-newsletter {
	height: auto;
	color: #fff;
	background: none;
	background: rgba(0,0,0,0.15);
}

/*.site-footer .page-template-page-editora-php .box-newsletter {
	background: #1b4f7f;
}*/

.site-footer .box-newsletter .content-box-title {
	float: none;
	width: 100%;
	background: none;
}

.site-footer .box-newsletter .newsletter-form {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	padding: 5px 20px;
	font-size: 14px;
	overflow: auto;
}

.site-footer .box-newsletter .newsletter-form input[type="email"],
.site-footer .box-newsletter .newsletter-form input[type="text"] {
	float: none;
	width: 100%;
	height: 34px;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #404040;
	background: rgba(0,0,0,0.3);
}

.site-footer .box-newsletter .newsletter-form input[type="submit"] {
	float: none;
	height: 25px;
	padding: 6.5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #404040;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.site-footer .box-newsletter {
		padding-top: 10px;
		margin-bottom: 0;
	}

	.site-footer .box-newsletter .content-box-title {
		float: left;
		width: 20%;
	}

	.site-footer .box-newsletter .newsletter-form {
		float: right;
		width: 80%;
	}

	.site-footer .box-newsletter .newsletter-form > p {
		float: left;
		width: 35%;
		margin-bottom: 10px;
	}

	.site-footer .box-newsletter .newsletter-form > form {
		float: right;
		width: 65%;
	}

	.site-footer .box-newsletter .newsletter-form input[type="email"],
	.site-footer .box-newsletter .newsletter-form input[type="text"] {
		width: 70%;
	}
}

.site-footer .copyright {
	margin-bottom: 20px;
	font-size: .8em;
	text-align: center;
}

.site-footer .dominus,
.site-footer .doppos {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	text-align: left;
	text-indent: -999em;
	background: url(img/dominus-icon-16x20.png) no-repeat center bottom;
}

.site-footer .doppos {
	background-image: url(img/doppos-icon-20x20.png);
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

div#fancy_outer {
	z-index: 999;
}

.wp-pagenavi {
	margin-bottom: 1.5em;
}