/*!
Theme Name: CatarinaAiresMota
Theme URI: http://underscores.me/
Author: filipealmeida
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: catarinaairesmota
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CatarinaAiresMota is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

@font-face {
	font-family: 'NT SEAWAVE (alternative) Regular';
	font-style: normal;
	font-weight: normal;
	src: local('webfonts/NT SEAWAVE (alternative) Regular'), url('https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/webfonts/NT SEAWAVE (alternative).woff') format('woff');
}


@font-face {
	font-family: 'NT SEAWAVE (standart) Regular';
	font-style: normal;
	font-weight: normal;
	src: local('webfonts/NT SEAWAVE (standart) Regular'), url('https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/webfonts/NT SEAWAVE (standart).woff') format('woff');
}

@font-face {
	font-family: 'Minion Pro Medium';
	font-style: normal;
	font-weight: normal;
	src: local('webfonts/Minion Pro Medium'), url('https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/webfonts/MinionPro-Medium.woff') format('woff');
}


@font-face {
	font-family: 'Minion Pro Medium Italic';
	font-style: normal;
	font-weight: normal;
	src: local('webfonts/Minion Pro Medium Italic'), url('https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/webfonts/MinionPro-MediumIt.woff') format('woff');
}

@font-face {
	font-family: 'Minion Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('webfonts/Minion Pro Bold'), url('https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/webfonts/MinionPro-Bold.woff') format('woff');
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: "Minion Pro Medium", serif;
	font-size: 1rem;
	line-height: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #125158;
	clear: both;
	font-family: "NT SEAWAVE (alternative) Regular", serif;
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	font-size: 5em;
}

h2 {
	font-size: 4.5em;
}
h2.title {
	margin-top: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 3.2em;
}

h4 {
	font-size: 2em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.5em;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fcf9f7;
}

hr {
	background-color: #a34b24;
	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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #125158;
	text-decoration: none;
}

a:visited {}

a:hover,
a:focus,
a:active {
	color: #125158;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/*color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;*/
	background: none;
	border: none;
	border-bottom: 1px solid #125158;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	outline: none;
	padding: 5px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.grid-max {
	margin: auto;
	width: auto;
	max-width: 1170px;
}

#page {
	margin: auto;
	/*width: 1366px;*/
}

.site-main > div,
.site-main > article {
	padding: 75px 0;
}

/* Home
--------------------------------------------- */
#home-photo {
	background: top center no-repeat url(https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/img/home-bg.jpg)  #fcf9f7;
	/* background-size: 100% auto; */
	background-size: cover;
	min-height: 800px;
}
#home-photo h4 {
	text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
	color: #fcf9f7;
	font-size: 4em;
	padding-left: 40px;
}

#upcoming-events {}
#upcoming-events h2 {
	margin: 0 1px;
	width: 100%;
}
#upcoming-events h6 {
	margin: 50px 0;
}

/* Events */
.em-view-container {}

.em-list {}
.em-events-list {}
.em-event {
	padding: 30px;
}
.em-event .em-item-image {
	border: 1px solid #125158;
	border-radius: 300px 300px 0 0;
	display: block;
	margin: auto;
	overflow: hidden;
	padding: 5px;
	position: relative;
	width: 100%;
}
.em-event .em-item-image a {
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.em-event .em-item-image img {
	border-radius: 300px 300px 0 0;
	display: block;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: relative;
	/* transform: translateY(-50%); */
}
.em-event .em-item-info {
	display: block;
	margin: auto;
	position: relative;
}
.em-event .em-item-info .em-item-title {}
.em-event .em-item-info .em-item-meta {
	height: 70px;
	left: -20px;
	position: absolute;
	top: -90px;
	width: 100%;
}
.em-event .em-item-info .em-item-meta .em-event-date {
	background: #a34b24;
	border-radius: 22.5px;
	color: #fcf9f7;
	display: inline-flex;
	font-family: "NT SEAWAVE (alternative) Regular", serif;
	height: 70px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
}
.em-event .em-item-info .em-item-meta .em-event-date p {
	padding: 0 7px;
	margin: 15px 0;
}
.em-event .em-item-info .em-item-meta .em-event-date p span {
	display: inline-block;
}
.em-event .em-item-info .em-item-meta .em-event-date p span:nth-child(even) {
	border-left: 1px dotted #fcf9f7;
	margin-left: 3px;
	padding-left: 7px;
}
.em-event .em-item-info .em-item-meta .em-event-time,
.em-event .em-item-info .em-item-meta .em-item-taxonomy,
.em-event .em-item-info .em-item-meta .em-event-date .em-icon {
	display: none;
}
.em-event .em-item-info .em-item-actions .em-event-book-now {
	float: right;
}
.em-event .em-item-info .em-item-actions {}

/* Training */
#home-training {
	background: #f6ece5;
	padding: 100px 0;
}
#home-training .destaque {
	position: relative;
}
#home-training .destaque .destaque-desc {
	margin: 30px 0;
	position: relative;
	z-index: 2;
}
#home-training .destaque .destaque-desc h2 {
	margin: 0;
	text-transform: uppercase;
	text-align: right;
}
#home-training .destaque .destaque-desc h5 {
	color: #a34b24;
	margin: 0;
	text-align: right;
}
#home-training .destaque .destaque-desc h6 {
	margin-left: 80px;
	text-align: center;
}
#home-training .destaque .destaque-desc p {
	margin: 50px 20px 50px 80px;
	text-align: center;
}
#home-training .destaque .destaque-thumb {
	margin: 30px 0;
	position: relative;
	z-index: 1;
}
#home-training .destaque .destaque-thumb .thumb {
	min-height: 550px;
	min-width: 550px;
	position: relative;
}
#home-training .destaque .destaque-thumb .thumb a .circle {
	border: 1px solid #a34b24;
	border-radius: 330px;
	display: block;
	height: 100%;
	min-height: 620px;
	min-width: 620px;
	position: absolute;
	right: 10px;
	top: -10px;
	width: 100%;
	z-index: 1;
}
#home-training .destaque .destaque-thumb .thumb a {
	display: block;
	position: relative;
	border-radius: 330px;
	display: block;
	height: 100%;
	min-height: 620px;
	min-width: 620px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	width: 100%;
}
#home-training .destaque .destaque-thumb .thumb a img {
	border-radius: 330px;
	display: block;
	height: 100%;
	max-height: 700px;
	min-height: 620px;
	min-width: 620px;
	object-fit: cover;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

/* Latest Articles */
#latest-articles {}
#latest-articles .recent-post {
	margin-bottom: 80px;
	position: relative;
	z-index: 0;
}
#latest-articles .recent-post .thumb {
	min-height: 450px;
	min-width: 350px;
	position: relative;
}
#latest-articles .recent-post .thumb a {
	border-radius: 0 0 330px 330px;
	display: block;
	min-height: 450px;
	min-width: 350px;
	overflow: hidden;
	position: relative;
}
#latest-articles .recent-post .thumb a img {
	border-radius: 0 0 330px 330px;
	display: block;
	height: 100%;
	min-height: 450px;
	min-width: 350px;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#latest-articles .recent-post .desc {
	position: relative;
	z-index: 1;
}
#latest-articles .recent-post .desc h3 {
	margin: 0;
	margin-top: 250px;
}
#latest-articles .last-posts {
	margin-bottom: 50px;
}
#latest-articles .last-posts > div {
	padding: 30px 0;
}
#latest-articles .last-posts .thumb {
	min-width: 100%;
	position: relative;
}
#latest-articles .last-posts .thumb a {
	border-radius: 330px;
	display: inline-block;
	max-height: 50%;
	min-height: 200px;
	min-width: 100%;
	overflow: hidden;
	position: relative;
}
#latest-articles .last-posts .thumb a img {
	border-radius: 330px;
	display: block;
	height: 100%;
	min-width: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}
#latest-articles .last-posts .desc h4 {
	margin: 0;
}

/* About
--------------------------------------------- */
#about {}

#about .entry-content {
	margin: 0;
}
#about .entry-content .title {
	text-align: center;
}
#about .entry-content figure.thumb {
	border: 1px solid #125158;
	border-radius: 285px;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 5px 6px;
	width: 100%;
}
#about .entry-content figure.thumb img {
	border-radius: 285px;
	display: block;
	overflow: hidden;
}
#about .entry-content blockquote {
	margin: 80px 50px;
	text-align: center;
}
#about .entry-content blockquote h5 {
	line-height: 1.3em;
}
#about .entry-content .wp-block-embed iframe {
	width: 100%;
}
#about .entry-content .wp-block-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	-ms-grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 1vmax;
	-ms-grid-row-gap: 1vmax;
	grid-row-gap: 1vmax;
	-ms-grid-auto-flow: dense;
	grid-auto-flow: dense;
	flex-wrap: inherit;
	overflow: hidden;
}
#about .entry-content .wp-block-gallery figure {
	grid-column-end: span 2;
	-ms-grid-column-end: span 2;
	width: 100%!important;
}
#about .entry-content .wp-block-gallery figure img {
	flex: unset!important;
	margin: auto;
}
#about .entry-content .wp-block-gallery figure.size-large img {}
#about .entry-content .wp-block-gallery figure.size-medium img {
	height: 85%!important;
	width: 85%!important;
}
#about .entry-content .wp-block-gallery figure.size-small img {
	height: 75%!important;
	width: 75%!important;
}

/*#about .entry-content .wp-block-gallery figure:nth-child(1) img {}
#about .entry-content .wp-block-gallery figure:nth-child(2) img {
	flex: inherit;
	height: 80%!important;
	margin: auto;
	width: 80%!important;
}
#about .entry-content .wp-block-gallery figure:nth-child(3) img {
	width: 90%!important;
}*/

/* Trainings
--------------------------------------------- */
#trainings .destaque {
	position: relative;
	margin: 0 0 60px;
}
#trainings .destaque .destaque-desc {
	margin: 30px 0;
	position: relative;
	z-index: 2;
}
#trainings .destaque .destaque-desc h2 {
	margin: 0;
	text-transform: uppercase;
	text-align: right;
}
#trainings .destaque .destaque-desc h5 {
	color: #a34b24;
	margin: 0;
	text-align: right;
}
#trainings .destaque .destaque-desc h6 {
	margin-left: 80px;
	text-align: center;
}
#trainings .destaque .destaque-desc p {
	margin: 50px 20px 50px 80px;
	text-align: center;
}
#trainings .destaque .destaque-thumb {
	margin: 30px 0;
	position: relative;
	z-index: 1;
}
#trainings .destaque .destaque-thumb .thumb {
	min-height: 550px;
	min-width: 550px;
	position: relative;
}
#trainings .destaque .destaque-thumb .thumb a .circle {
	border: 1px solid #a34b24;
	border-radius: 330px;
	display: block;
	height: 100%;
	min-height: 620px;
	min-width: 620px;
	position: absolute;
	right: 10px;
	top: -10px;
	width: 100%;
	z-index: 1;
}
#trainings .destaque .destaque-thumb .thumb a {
	display: block;
	position: relative;
	border-radius: 330px;
	display: block;
	height: 100%;
	min-height: 620px;
	min-width: 620px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	width: 100%;
}
#trainings .destaque .destaque-thumb .thumb a img {
	border-radius: 330px;
	display: block;
	height: 100%;
	max-height: 700px;
	min-height: 620px;
	min-width: 620px;
	object-fit: cover;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

/* Trainings / Events Single
--------------------------------------------- */
.single-event .desc h3:first-child {
	margin-top: 0;
}

.event .em-item-meta {
	background: #fcf9f7;
	border-radius: 22.5px;
	color: #222;
	font-family: "NT SEAWAVE (standart) Regular", serif;
	padding: 0;
}
.event .em-item-meta p {
	margin: 0;
}
.event .em-item-meta p i,
.event .em-item-meta p svg {
	color: #a34b24;
	display: inline-block;
	font-size: 19px;
	margin-right: 5px;
	padding-top: 3px;
}
.event .em-item-meta .em-event-date p span:nth-child(odd) {
	border-left: 1px solid #333;
	margin-left: 5px;
	padding-left: 6px;
}
.event .em-item-meta .em-event-date p span br {
	display: none;
}
.event .em-event-bookings-meta p a {
	color: #125158;
	float: right;
}

.em-event-bookings {}
.em-event-bookings .em-event-booking-form {
	table-layout: fixed;
}
.em-event-bookings .em-event-booking-form table {
	width: 100%;
	white-space: nowrap;
}
.em-event-bookings .em-event-booking-form table thead {
}
.em-event-bookings .em-event-booking-form table thead th {
	padding: 10px 5px;
	text-align: left;
}
.em-event-bookings .em-event-booking-form table tbody {}
.em-event-bookings .em-event-booking-form table tbody td {
	padding: 5px;
	text-align: left;
}
.em-event-bookings .em-event-booking-form table .em-bookings-ticket-table-price {
	padding: 10px;
}
.em-event-bookings .em-event-booking-form form {}
.em-event-bookings .em-event-booking-form form h6 {
	margin: 0;
}
.em-event-bookings .em-event-booking-form form label {
	margin: 10px;
	position: relative;
}
.em-event-bookings .em-event-booking-form form label.input input {
	width: 100%;
}
.em-event-bookings .em-event-booking-form form .button {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #a34b24;
	display: inline-block;
	height: auto;
	outline: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

/* Testimonials */
#testimonials {
	margin: 0 auto 50px;
	max-width: 1000px;
	padding: 0 50px;
	position: relative;
}
#testimonials .qe-testimonial-wrapper {
	display: none;
	text-align: center;
}
#testimonials .quote {
	font-size: 50px;
	opacity: .1;
	position: absolute;
}
#testimonials .quote-left {
	left: 0;
	top: 0;
}
#testimonials .quote-right {
	right: 0;
	bottom: 0;
}
#testimonials .qe-testimonial-wrapper .qe-testimonial-name {
	font-weight: bolder;
}
#testimonials .qe-testimonial-wrapper .qe-testimonial-text p {
	line-height: 1.5;
}

.left, .right {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 5px;
	color: rgba(000, 000, 000, .5);
}
.left {
	left: 0;
}
.right {
	right: 0;
}
.left:hover, .right:hover {
	color: rgba(000, 000, 000, 1);
}
.content {
	color: #eff5d4;
	font-size: 30px;
	padding: 8px 12px;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
}
.active {
	background-color: #717171;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

/* Regular Classes
--------------------------------------------- */
#regular-classes {}
#regular-classes .entry-content > div {
	margin: 20px 0;
	padding: 20px;
}
#regular-classes .entry-content .thumb {
	overflow: hidden;
}
#regular-classes .entry-content .thumb figure {
	border-radius: 0 0 330px 330px;
	display: inline-block;
	margin: 0;
	max-height: 50%;
	min-height: 460px;
	min-width: 100%;
	overflow: hidden;
	position: relative;
}
#regular-classes .entry-content .thumb figure img {
	border-radius: 0 0 330px 330px;
	display: block;
	height: 100%;
	min-width: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}
#regular-classes .entry-content .thumb.circle {
	position: relative;
	top: 55px;
}
#regular-classes .entry-content .thumb.circle figure,
#regular-classes .entry-content .thumb.circle figure img {
	border-radius: 330px;
}
#regular-classes .entry-content .desc h4 {
	margin: 0;
}

/* Events
--------------------------------------------- */


/* Blog
--------------------------------------------- */
/* .list-posts */

/* Connect
--------------------------------------------- */
#connect .entry-content {
	text-align: center;
}
#connect .entry-content h2 {
	margin-top: 0;
}
#connect .entry-content .social {
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
}
#connect .entry-content .social li {
	display: inline-block;
	margin: 0 10px;
}
#connect .entry-content .social li a {
	display: block;
	font-size: 20px;
}
#connect .entry-content form {
	position: relative;
	text-align: left;
}
#connect .entry-content form .labels {}
#connect .entry-content form .labels label {
	margin: 10px 0;
	position: relative;
}
#connect .entry-content form .labels .input {
	display: inline-block;
}
#connect .entry-content form .labels .input input {
	width: 100%;
}
#connect .entry-content form .labels .button {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #a34b24;
	display: inline-block;
	height: auto;
	outline: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
#connect .entry-content form .wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 5px 0;
}
#connect .entry-content form .wpcf7-spinner {
	bottom: -1px;
	margin: 0;
	position: absolute;
	right: -33px;
}
#connect .entry-content form .wpcf7-response-output {
	border: none;
	/* border-bottom: 1px solid #ffb900; */
	bottom: -30px;
	color: #333;
	font-size: 12px;
	margin: 0 10%;
	padding: 3px 10px;
	position: absolute;
	text-align: center;
	width: 80%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.home header {
	position: absolute;
	width: 100%;
}
#masthead {
	min-height: 150px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.site-branding {}
.site-branding .site-title {
	display: block;
	margin: 0;
}
.site-branding .site-title a {
	display: block;
}
.site-branding .site-title a img {
	display: block;
	width: auto;
	height: auto;
}

.site-branding .site-title a:hover img {
	animation-name: color-wave;
	animation-duration: 2s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;	
}

@keyframes color-wave {
	from {
		filter: inherit;
	}
	to {
		filter: invert(33%) sepia(66%) saturate(900%) hue-rotate(341deg) brightness(90%) contrast(88%);
	}
}

/* Blog posts */
.list-posts {
	padding: 0 0 75px!important;
}
.list-posts article {
	margin-bottom: 60px;
}
.list-posts article .thumb {
	min-width: 100%;
	position: relative;
}
.list-posts article .thumb a {
	border-radius: 330px;
	display: inline-block;
	max-height: 50%;
	min-height: 200px;
	min-width: 100%;
	overflow: hidden;
	position: relative;
}
.list-posts article .thumb a img {
	border-radius: 330px;
	display: block;
	height: 100%;
	min-width: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}
.list-posts article .desc h4 {
	margin: 0;
}

.post figure.thumb {
	border: 1px solid #125158;
	border-radius: 380px;
	display: block;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 5px 6px;
	width: 100%;
}
.post figure.thumb img {
	border-radius: 380px;
	display: block;
	overflow: hidden;
}

/* read more links */
.read-more {
	color: #a34b24;
	text-transform: uppercase;
}
.read-more span {
	font-size: 20px;
	color: #125158;
}

/* blog pagination */
.navigation {}
.navigation .nav-links {
	overflow: hidden;
}
.navigation .nav-links .nav-previous {
	float: left;
	width: 45%;
}
.navigation .nav-links .nav-next {
	float: right;
	text-align: right;
	width: 45%;
}
.navigation .nav-links a {
	color: #a34b24;
	text-transform: uppercase;
}
.navigation .nav-links a span {
	display: inline-block;
	font-size: 20px;
	color: #125158;
}
.navigation .nav-links a:hover {
	color: #125158;
}

/* events pagination */
.em-paginations {
	text-align: center;
}
.em-paginations .page-numbers {
	color: #125158;
	display: inline-block;
	margin: 0 5px;
	padding: 2px 3px;
}
.em-paginations a.page-numbers {
	color: #125158;
}
.em-paginations a.page-numbers:hover {
	color: #a34b24;
}
.em-paginations .page-numbers.current {
	border-bottom: 1px solid #125158;
}
.em-paginations .page-numbers.prev,
.em-paginations .page-numbers.next {
	color: #a34b24;
}
.em-paginations a.page-numbers.prev:hover,
.em-paginations a.page-numbers.next:hover {
	color: #125158;
}

/* Bt more
--------------------------------------------- */
.bt-more {
	background: bottom center no-repeat url(https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/img/active-hover.svg);
	background-size: 30%;
	color: #a34b24;
	padding-bottom: 25px;
}

/* Footer newsletter
--------------------------------------------- */
.newsletter {
	background: center top no-repeat url(https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/img/newsletter-bg.jpg);
	background-size: calc(max(1600px, 100%));
	margin-top: 40px;
	min-height: 480px;
}
.newsletter-form {
	background: rgba(252, 249, 247, .6);
	border-radius: 145px;
	min-height: 250px;
	margin: 50px 0;
	padding: 50px 85px;
}
.newsletter-form form {
	position: relative;
}
.newsletter-form form h5 {
	margin: 0;
	text-align: center;
}
.newsletter-form form p.info {
	text-align: center;
}
.newsletter-form form .labels {
	position: relative;
}
.newsletter-form form .labels p {
	margin: 0;
}
.newsletter-form form .labels label {
	display: inline-block;
	position: relative;
}
.newsletter-form form .labels label.input {}
.newsletter-form form .labels label.input input {
	height: 35px;
	width: 100%;
}
.newsletter-form form .labels label.hidden {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: -1;
}
.newsletter-form form .labels .button {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #a34b24;
	display: inline-block;
	height: 35px;
	outline: 0;
	padding: 9px 10px;
	width: 100%;
}
.newsletter-form form .wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 5px 0;
}
.newsletter-form form .wpcf7-spinner {
	bottom: 0;
	margin: 0;
	position: absolute;
	right: -33px;
	top: 9px;
}
.newsletter-form form .wpcf7-response-output {
	border: none;
	/* border-bottom: 1px solid #ffb900; */
	bottom: -30px;
	color: #333;
	font-size: 12px;
	margin: 0 10%;
	padding: 3px 10px;
	position: absolute;
	text-align: center;
	width: 80%;
}

.site-footer {
	display: block;
	margin: 50px 0;
	width: 100%;
}
.site-footer > div {
	width: 100%;
}
.site-footer .logo {
	text-align: center;
}
.site-footer .logo a {
	display: inline-block;
	min-width: 50%;
	height: 50%;
}
.site-footer .logo a img {
	filter: invert(33%) sepia(66%) saturate(900%) hue-rotate(341deg) brightness(90%) contrast(88%);
	display: block;
	height: 100%;
	width: 100%;
}
.site-footer .logo a:hover img {
	animation-name: color-wave-reverse;
	animation-duration: 2s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;	
}

@keyframes color-wave-reverse {
	from {
		filter: invert(33%) sepia(66%) saturate(900%) hue-rotate(341deg) brightness(90%) contrast(88%);
	}
	to {
		filter: inherit;
	}
}
.site-footer .logo a:hover img {

}
.site-footer .nav div {
	height: 45px;
	vertical-align: middle;
	display: table-cell;
}
.site-footer .nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.site-footer .nav ul li {
	display: inline-block;
	margin: 0 10px;
}
.site-footer .nav ul li a {
	color: #125158;
	display: block;
	text-decoration: none;
}
.site-footer .nav ul li a:hover {
	color: #a34b24;	
}
.site-footer .social ul li a {
	font-size: 19px;
}
.site-footer .terms p {
	opacity: .5;
	margin: 0;
}

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

.menu-menu-container {
	text-align: center;
}

.main-navigation ul li {
	display: inline-block;
}

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

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	margin: 0 15px;
	position: relative;
}
.main-navigation li:first-child {
	margin-left: 0;
} 
.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	color: #125158;
	font: 18px "NT SEAWAVE (alternative) Regular", serif;
	display: block;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}

.main-navigation li a:after {
	bottom: -15px;
	content: "";
	opacity: 0;
	position: absolute;
	right: 50%;
  	transform: translateX(50%);
  	width: 30px;

	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.main-navigation li a:hover:after,
.main-navigation li.current_page_parent a:after,
.main-navigation li.current_page_item a:after {
	bottom: -22px;
	content: url('https://catarinaairesmota.com/wp-content/themes/catarinaairesmota/img/active-hover.svg');
	display: block;
	filter: invert(33%) sepia(66%) saturate(900%) hue-rotate(341deg) brightness(90%) contrast(88%);
	opacity: 1;
	position: absolute;
	right: 50%;
  	transform: translateX(50%);
	width: 30px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	background: none;
	border: none;
	color: #125158;
	font-size: 20px;
	padding: 3px 5px;
	toggle-trigger: show;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}

}

@media screen and (max-width: 37.5em) {

	.menu-menu-container {
		position: relative;
		text-align: right;
		z-index: 1000;
	}

	.menu-menu-container ul::after {
		content: "";
		border: 1px solid #a34b24;
		border-radius: 0 0 100px 100px;
		height: 100%;
		left: 5px;
		position: absolute;
		top: 5px;
		width: 100%;
	}

	.main-navigation ul {
		background: rgba(252, 249, 247, .9);
		border-radius: 0 0 100px 100px;
		height: 0;
		margin: 10px 0;
		opacity: 0;
		padding: 15px 15px 60px;
		position: absolute;
		right: 0;

		-moz-transition: all .8s linear 1s;
		-o-transition: all .8s linear 1s;
		-webkit-transition: all .8s linear 1s;
		transition: all .8s linear 1s;
	}
	
	.toggled ul {
		height: auto;
		opacity: 1;

		-moz-transition: all .8s linear 1s;
		-o-transition: all .8s linear 1s;
		-webkit-transition: all .8s linear 1s;
		transition: all .8s linear 1s;
	}

	.main-navigation li {
		display: block !important;
		margin: 5px 0;
		position: relative;
		z-index: 1;
	}

	.menu-menu-container ul::after,
	.main-navigation li a:hover:after,
	.main-navigation li.current_page_parent a:after,
	.main-navigation li.current_page_item a:after  {
		display: none;
	}

	.main-navigation li a:hover,
	.main-navigation li.current_page_parent a,
	.main-navigation li.current_page_item a  {
		color: #a34b24;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.centered {
	text-align: center;
}



@media screen and (max-width: 1000px) {
	#home-training .destaque .destaque-thumb,
	#trainings .destaque .destaque-thumb {
		overflow: hidden;
		padding: 51px 0 51px 80px;
	}
}

@media screen and (max-width: 37.5em) {
	.site-main > div, .site-main > article {
		padding: 0;
	}

	#upcoming-events .title,
	#latest-articles .title {
		margin: revert;
	}

	h2.title,
	#trainings .destaque .destaque-desc h2 {
		font-size: 3.2em;
	}
	#home-training .destaque .destaque-desc h5 {
		font-size: 1.2em;
		margin-left: 0;
		text-align: center;
	}
	#home-training .destaque .destaque-desc h2 {
		font-size: 2.1em;
		margin-left: 0;
		text-align: center;
	}
	#home-training .destaque .destaque-desc p {
		margin: 50px 0;
	}
	#home-training .destaque .destaque-desc h6 {
		margin-left: 0;
		text-align: center;
	}

	#home-training .destaque .destaque-thumb,
	#trainings .destaque .destaque-thumb {
		overflow: initial;
		padding: 0;
	}
	#home-training .destaque .destaque-thumb .thumb,
	#home-training .destaque .destaque-thumb .thumb a,
	#home-training .destaque .destaque-thumb .thumb a .circle,
	#home-training .destaque .destaque-thumb .thumb a img {
		min-height: 260px;
		min-width: 260px;
	}

	#latest-articles .recent-post .thumb {
		min-width: 100%;
		position: relative;
	}
	#latest-articles .recent-post .thumb a {
		border-radius: 330px;
		display: inline-block;
		max-height: 50%;
		min-height: 200px;
		min-width: 100%;
		overflow: hidden;
		position: relative;
	}
	#latest-articles .recent-post .thumb a img {
		border-radius: 330px;
		display: block;
		height: 100%;
		min-width: auto;
		object-fit: cover;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		z-index: -1;
	}
	#latest-articles .recent-post .desc h3 {
		font-size: 2em;
		margin-top: 0;
	}

	#regular-classes .entry-content h2 br {
		display: none;
	}

	#regular-classes .entry-content .thumb figure {
		min-height: 200px;
	}

	#about .entry-content blockquote {
		margin: 0;
	}
	#about .entry-content blockquote h5 {
		font-size: 1.4em;
	}


	#trainings .title br {
		display: none;
	}
	#trainings .destaque .destaque-desc h5 {
		font-size: 1.2em;
		margin-left: 0;
		text-align: center;
	}
	#trainings .destaque .destaque-desc h2 {
		font-size: 2.1em;
		margin-left: 0;
		text-align: center;
	}
	#trainings .destaque .destaque-desc p {
		margin: 50px 0;
	}
	#trainings .destaque .destaque-desc h6 {
		margin-left: 0;
		text-align: center;
	}

	#trainings .destaque .destaque-thumb,
	#trainings .destaque .destaque-thumb {
		overflow: initial;
		padding: 0;
	}
	#trainings .destaque .destaque-thumb .thumb,
	#trainings .destaque .destaque-thumb .thumb a,
	#trainings .destaque .destaque-thumb .thumb a .circle,
	#trainings .destaque .destaque-thumb .thumb a img {
		min-height: 260px;
		min-width: 260px;
	}

	#connect .entry-content h5 {
		font-size: 1.2em;
	}
	#connect .entry-content h5 small {
		font-size: 70%;
	}

	.newsletter-form {
		padding: 60px 40px;
	}

	.site-footer .nav ul#footer-menu {
		text-align: center;
	}
	.site-footer .nav ul#footer-menu li {
		display: block;
		margin: 10px 0;
	}
}