/*!
Theme Name: Vila Vicentina
Theme URI: http://underscores.me/
Author: Kodde
Author URI: http://www.kodde.com.br
Description: Site desenvolvido para a Vila Vicentina
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vila-vicentina
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 with others.

Vila Vicentina is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Muli', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  box-shadow: 0 115px 0 #cdc0b5 inset;
  border-top: 3px solid #ffffff;
}

body.home {
  background: url(/wp-content/uploads/2019/10/vila-bg-arealva-high-quality.jpg) 50% 0 no-repeat;
  box-shadow: none;
}

@media screen and (max-width: 500px) {
  body.home {
    background-position: 35% 0;
  }
}

.navigation.post-navigation {
  max-width: 1060px;
  margin: 20px auto !important;
  background: #efefef;
  padding: 5px;
}

body.home .entry-header .entry-title {
  display: none;
}

button.menu-toggle,
button:hover.menu-toggle,
button:active.menu-toggle,
button:focus.menu-toggle {
  background: none !important;
}

.menu-toggle {
  display: block;
  position: absolute;
  top: 0px;
  right: 18px;
  color: #fff;
  text-decoration: none;
  height: 70px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 34px;
  font-weight: 900;
  z-index: 99997;
  padding: 20px 58px;
}

.menu-toggle .menu-btn-text {
  display: block;
  font-size: 0.4em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 35px;
  opacity: 1;
  -webkit-transition: all .3s .6s;
  -o-transition: all .3s .6s;
  transition: all .3s .6s;
}

.menu-toggle > .menu-btn-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 35px;
}

.menu-toggle[aria-expanded="true"] {
  display: block;
}

.menu-toggle[aria-expanded="true"] .menu-btn-text {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-toggle[aria-expanded="true"] .lines-01 {
  top: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  -webkit-transition: all .3s .6s,background .3s;
  -o-transition: all .3s .6s,background .3s;
  transition: all .3s .6s,background .3s;
}

.menu-toggle[aria-expanded="true"] .lines-01:after {
  left: 15px;
  width: 25px;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-toggle[aria-expanded="true"] .lines-02 {
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-toggle[aria-expanded="true"] .lines-02:after {
  left: 15px;
  width: 25px;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-toggle[aria-expanded="true"] .lines-03 {
  left: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  -webkit-transition: all .3s .6s,background .3s;
  -o-transition: all .3s .6s,background .3s;
  transition: all .3s .6s,background .3s;
}

.menu-toggle[aria-expanded="true"] .lines-03:after {
  background: #fff;
  width: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-toggle .lines-01 {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all .3s,background .3s;
  -o-transition: all .3s,background .3s;
  transition: all .3s,background .3s;
}

.menu-toggle .lines-01:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 4px;
  width: 30px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all .3s .6s,background .3s;
  -o-transition: all .3s .6s,background .3s;
  transition: all .3s .6s,background .3s;
}

.menu-toggle .lines-02 {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  -webkit-transition: all .3s .6s;
  -o-transition: all .3s .6s;
  transition: all .3s .6s;
}

.menu-toggle .lines-02:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 4px;
  width: 28px;
  background: #fff;
  border-radius: 2px;
}

.menu-toggle .lines-03 {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all .3s,background .3s;
  -o-transition: all .3s,background .3s;
  transition: all .3s,background .3s;
}

.menu-toggle .lines-03:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 4px;
  width: 30px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all .3s .6s,background .3s;
  -o-transition: all .3s .6s,background .3s;
  transition: all .3s .6s,background .3s;
}

@media screen and (max-width: 500px) {
  .widget-area .max-width {
    flex-direction: column;
  }
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 14px;
  font-size: .8rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: outside;
  margin: 0 0 5px 15px;
  color: #ad8b72;
}

ul li.comment, ol li.comment {
  list-style: none;
}

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: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  background: #ad8b72;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 10px 20px;
  margin-top: 10px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #072c59;
}

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 {
  background: #072c59;
}

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;
  padding: 5px;
  width: 100%;
}

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: #111;
}

select {
  color: #666;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}

.main-navigation .menu-menu-principal-container {
  flex: 1 1 0;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
  text-align: right;
}

.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 {
  left: 100%;
}

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

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

.main-navigation li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
}

.main-navigation li.current_page_item a {
  color: #b69279;
  background: #ffffff;
}

.main-navigation li.current_page_item a i {
  color: #ad8b72;
}

.main-navigation .nav-menu a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
}

.main-navigation .nav-menu a svg {
  /*color: #ffffff;*/
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .main-navigation .nav-menu a svg {
    display: unset;
    vertical-align: middle;
    margin-right: 10px;
  }
}

.main-navigation .nav-menu a:hover {
  color: #b69279;
  background: #ffffff;
}

.main-navigation .nav-menu a:hover svg {
  color: #ad8b72;
}

@media screen and (max-width: 1200px) {
  .main-navigation .nav-menu a {
    text-align: left;
    border-radius: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .widget-area .max-width {
    flex-direction: column;
  }
  ul.nav-menu {
    width: calc(100% - 120px);
  }
  .nav-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #ad8b72;
    height: 100%;
    overflow-y: auto;
  }
  .nav-menu li {
    width: 100%;
  }
  .nav-menu li a {
    border-radius: unset;
  }
}

.social-icons {
  padding-left: 25px;
}

.social-icons a {
  color: #fff;
  font-size: 15px;
  width: 30px;
  display: inline-block;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  padding-top: 4px;
  margin-left: 5px;
  border: 1px solid #fff;
}

.social-icons a:hover {
  color: #ad8b72;
  background-color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .social-icons {
    margin-right: 75px;
  }
}

@media screen and (max-width: 780px) {
  .social-icons {
    position: absolute;
    right: 65px;
    z-index: 99998;
    top: 32px;
  }
}

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

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: inline-block;
  }
}

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

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

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

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 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-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* 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;
}

.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;
}

.site-header {
  display: flex;
  align-items: center;
  padding: 0 70px;
  margin: 0 auto;
  max-width: 1366px;
}

@media screen and (max-width: 780px) {
  .site-header {
    padding: 0 35px;
  }
}

.site-branding {
  flex: 1 1 auto;
  background: #ffffff;
  padding: 10px 23px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: -20px;
  border-radius: 0;
}

.main-navigation {
  flex: 0 1 auto;
}

article.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 70px;
  min-height: 450px;
}

article.page .entry-header h1 {
  font-size: 32px;
  margin-top: 60px;
  font-weight: 600;
}

@media screen and (max-width: 780px) {
  article.page {
    padding: 15px 35px;
  }
}

article.post {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 70px 0 70px;
}

@media screen and (max-width: 500px) {
  article.post {
    padding: 50px 20px 0 20px;
  }
}

.comments-area {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 70px;
  background: #e2efff;
}

.no-results {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 70px;
}

.widget-area {
  background: #ebebeb;
}

.widget-area .max-width {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 70px;
}

.widget-area .max-width section {
  flex: 1 1 auto;
  padding-right: 30px;
  width: 100%;
  margin: 35px 0;
  overflow-x: auto;
}

.widget-area .max-width section:last-child {
  padding-right: 0;
}

@media screen and (max-width: 780px) {
  .widget-area .max-width {
    padding: 0 35px;
  }
}

.site-footer {
  background: #cdc0b5;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.site-footer a {
  color: #fff;
  font-size: 12px;
}

.flexslider .slides {
  background: #000;
  border: 10px solid #ffffff !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

body.home .entry-content {
  margin-top: 100px;
}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.bem-vindo {
  margin-bottom: 140px;
}

.bem-vindo h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.bem-vindo h2 strong {
  font-size: 56px;
  line-height: 44px;
}

.bem-vindo a {
  background: #ad8b72;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 16px;
}

.bem-vindo a:hover {
  background: #ffffff;
  color: #ad8b72;
}

.rpwwt-widget ul {
  display: flex;
}

@media screen and (max-width: 768px) {
	.rpwwt-widget ul {
	  display: block;
	}
}
.rpwwt-widget ul li {
  list-style: none;
  font-size: 16px;
  background: #f3f3f3;
  padding: 15px;
  width: 100%;
  margin: 0 15px 70px 0 !important;
  border-bottom: 5px solid #ad8b72;
}

.rpwwt-widget ul li:last-child {
  margin-right: 0 !important;
}

.rpwwt-widget ul li a {
  text-decoration: none;
  line-height: 1.5rem;
}

.rpwwt-widget ul li img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  margin-right: 10px !important;
}

.rpwwt-post-categories {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 15px 0;
  border: 1px solid #ad8b72;
}

.rpwwt-post-title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #ad8b72;
  text-decoration: none;
}

.panel-layout .widget-title {
  font-size: 28px;
  border-bottom: 1px solid #cecece;
  color: #808080;
}

.widget_recent_entries li {
  list-style: none;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  margin-left: 0;
}

.widget_recent_entries li a {
  color: #ad8b72;
  font-weight: bold;
  text-decoration: none;
}

.widget_recent_entries li .post-date {
  display: block;
  font-size: 11px;
}

.cards .textwidget {
  color: #fff;
  border-radius: 5px;
}

.cards .textwidget i {
  font-size: 52px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #83b7f3;
}

.cards .divlink {
    cursor: pointer;
    padding: 5px 20px;
    min-height: 210px;
}

.home .cards .panel-widget-style {
  border-radius: 5px;
}

.widget-area {
  margin-top: 25px;
}

body.home .panel-widget-style:not(.bem-vindo) {
  margin: 35px 0;
}

@media screen and (max-width: 768px) {
  .cards .divlink {
    min-height: unset;
  }
}

.cards .divlink:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.margin-fill {
  margin-left: -180px;
  width: calc(100% + 366px);
  padding: 70px 180px;
}

.contato__dados {
  margin-top: 30px;
}

.contato__dados p {
  margin: 5px;
  font-size: 16px;
}

.contato__dados i {
  font-size: 16px;
  color: #666;
}

.wpcf7 {
  font-size: 14px;
}

.alm-listing {
  display: flex;
  flex-direction: column;
}

.alm-listing .alm-reveal {
  display: flex;
}

@media screen and (max-width: 768px) {
	.alm-listing .alm-reveal {
	  display: block!important;
	}
}


@media screen and (min-width: 768px) {
	.alm-listing .alm-reveal {
		display: flex!important;
	}
}

.alm-listing li {
  width: 100%;
  font-size: 16px;
  list-style: none;
  background: #f3f3f3 !important;
  border-bottom: 5px solid #ad8b72;
  margin: 0 15px 70px 0 !important;
  padding: 15px!important;
}

.alm-listing li img {
  position: unset!important;
  float: left;
  display: inline;
  height: 200px !important;
  object-fit: cover !important;
  width: 100%;
}

.alm-listing li h3 a {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #ad8b72;
  text-decoration: none;
}

.alm-listing li p {
    width: 100%!important;
    display: block!important;
}

.gmPhantom_Container {
  margin: 0 !important;
}

.wp-list-table .column-title span {
  font-size: 12px !important;
}

.page-id-12 .page .so-panel .textwidget {
  padding: 5px 25px;
    background: #efefef;
    border-radius: 5px;
}

.post-thumbnail {
  background: #ad8b72;
    display: inline-block;
    width: 100%;
}

.post-thumbnail img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  opacity: .5;
  float: left;
}

.category-eventos .post-thumbnail {
  display: none;
}


p {
  font-size: 16px;
}

@media screen and (max-width: 780px) {
  .panel-widget-style {
    margin: 0 !important;
  }
  .rpwwt-widget ul li img {
    width: 100% !important;
  }
  .rpwwt-widget ul li {
    margin-bottom: 20px !important;
  }
} 

.gmFullscreen img.gmMainSlideImage {
  width: 100% !important;
  height: auto !important; 
}

/*# sourceMappingURL=style.css.map */