body, button, input, select, optgroup, textarea {
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

a {
  outline: none;
  text-decoration: none;
}

.container {
  width: 1180px;
  margin: 0 auto;
}
.site-content .content-area .entry-header {
  display: none;
}

/* --- header */
.site-header .site-branding {
  float: left;
  padding: 30px 0;
}

.site-header .site-access {
  float: right;
  width: 160px;
}
.site-header .site-access .menu {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.site-header .site-access .menu li {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.site-header .site-access .menu li:last-child {
  position: absolute;
  right: 100%;
  top: 0;
  width: 160px;
  margin-right: 20px;
}
.site-header .site-access .menu li a {
  border: 1px solid black;
  background: white;
  display: block;
  color: black;
  line-height: 30px;
  transition: all .25s;
  border-radius: 25px;
}
.site-header .site-access .menu li a:hover {
  background: black;
  color: white;
}
.site-header .site-access .custom-html-widget {
  padding: 12px 0;
  display: flex;
  justify-content: space-around;
}
.site-header .site-access .custom-html-widget span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.site-header .site-access .custom-html-widget a {color: black;}
.site-header .site-access .custom-html-widget a:hover {color: #8b0000;}

.site-header .site-access .custom-html-widget a:last-child {display: none;}

.site-header .site-access .search-form {
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-header .site-access .search-form .search-field {
  border-radius: 0;
  background: none;
  border: none;
  width: 125px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
}
.site-header .site-access .search-form .search-submit {
  position: relative;
  z-index: 3;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  color: white;
  font-size: 0;
  text-indent: -9999px;
}
.site-header .site-access .search-form:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: black;
  font-size: 20px;
  content: '\e986';
  text-align: center;
  font-family: 'icomoon';
}

.site-header .main-navigation .menu {
  display: flex;
  justify-content: space-between;
}
.site-header .main-navigation .menu li {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Ropa Sans', sans-serif;
}
.site-header .main-navigation .menu li a {
  background: #8b0000;
  padding: 0 25px;
  color: white;
  min-width: 160px;
  line-height: 36px;
  text-align: center;
}
.site-header .main-navigation .menu li:hover a {
  background: #c81f26;
}
.site-header .main-navigation .menu .sub-menu {
  box-shadow: none;
}
.site-header .main-navigation .menu .sub-menu li {
  border-top: 1px solid white;
  font-size: 16px;
  text-transform: none;
}
.site-header .main-navigation .menu .sub-menu li a {
  background: #8b0000;
  text-align: left;
  width: auto;
  min-width: 200px;
}
.site-header .main-navigation .menu .sub-menu li a:hover {
  background: white;
  color: #8b0000;
}
.site-header .main-navigation .menu li:last-child .sub-menu li a {min-width: 160px;}

.site-header .site-weather {
  position: relative;
  float: left;
  margin: 100px 0 0 520px;
}
.site-header .site-weather span {
  background: white;
  font-weight: bold;
  font-size: 13px;
  line-height: 150%;
  width: 100px;
  position: absolute;
  right: 100px;
  top: 0;
}

/* --- home */
body.home .site-content .content-area .entry-content .so-panel {margin: 0!important;}
body.home .site-content .content-area .entry-content .so-panel.widget_media_image {overflow: hidden;}
body.home .site-content .content-area .entry-content .so-panel.widget_media_image:hover img.image {transform: scale(1.1);}
body.home .site-content .content-area .entry-content .so-panel img.image {display: block; min-width: 100%; transition: transform .25s;}

body.home .site-content .content-area .entry-content .so-panel .textwidget a {
  border-radius: 15px 0 15px 0;
  background: #8b0000;
  color: white;
  display: block;
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 200%;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Ropa Sans', sans-serif;
}

/* --- internas */
.site-content .content-area .entry-content .menu {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.site-content .content-area .entry-content .menu li {
  font-weight: 400;
  margin-bottom: 20px;
}
.site-content .content-area .entry-content .menu li a {
  border: 1px solid black;
  border-radius: 25px;
  display: block;
  height: 40px;
  width: 100%;
  color: black;
  line-height: 40px;
  text-align: center;
}
.site-content .content-area .entry-content .menu li a:hover {
  border-color: #8b0000;
  color: #8b0000;
}
.site-content .content-area .entry-content .menu li.current-menu-item a,
.site-content .content-area .entry-content .menu li.current_page_item a {
  border-color: #8b0000;
  background: #8b0000;
  color: white;
}
.site-content .content-area .entry-content .widget-title {
  border-bottom: 1px solid #8b0000;
  color: #8b0000;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}
.site-content .content-area .entry-content .textwidget ul {
  margin-left: 0;
  padding-left: 15px;
}
.site-content .content-area .entry-content .textwidget ul li {
  margin-bottom: .75em;
}
.site-content .content-area .entry-content .textwidget a {
  border-bottom: 1px dotted #8b0000;
  color: #8b0000;
}
.site-content .content-area .entry-content .textwidget a:hover {
  border-bottom-style: solid;
}

/* --- calendar */
.origin-widget.origin-widget-call-to-action-simple-light_dashed {
  padding-left: 300px!important;
}
.origin-widget.origin-widget-call-to-action-simple-light_dashed .origin-widget-button {
  right: auto;
  left: 2em;
}
.origin-widget.origin-widget-call-to-action-simple-light_dashed .origin-widget-button a {cursor: default;}

/* --- calendario de eventos */
.box-calendar {
  padding-bottom: 50px;
}
.box-calendar select {
  width: 300px;
  height: 40px;
  padding: 5px 5px 5px 10px;
}

#calendar {
  margin-bottom: 25px;
  max-width: 500px;
}
#calendar table {
  margin-bottom: 0;
}
#calendar .fc-bgevent {opacity: 1;}

#calendar td.fc-today {background: none; font-weight: bold;}

.bt-archive {
  padding: 5px 15px;
  border-radius: 5px;
  background: #8b0000;
  color: white!important;
  font-weight: 600;
  text-transform: uppercase;
}

.subtitles {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: flex;
}
.subtitles li {
  width: 195px;
  line-height: 20px;
}
.subtitles li span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid black;
}

.obs {
  margin: 0 0 100px;
}
.obs a {
  color: #8b0000;
  border-bottom: 1px dotted #8b0000;
}
.obs a:hover {border-bottom-style: solid;}

/* --- situacao das quadras */
.site-main {
  position: relative;
}
.box-status {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
.box-status-socio {
  position: absolute;
  right: 0;
  bottom: 0;
}
.status-title {
  margin: 0 0 10px;
  color: #8b0000;
  font-size: 14px;
  text-transform: uppercase;
}
.status-table {
  border-collapse: collapse;
}
.status-table th {
  border: 1px solid black;
  color: #8b0000;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.status-table td {
  border: 1px solid black;
  font-size: 13px;
  text-align: center;
}
.status-info {
  font-size: 12px;
}

/* --- lista náutica */
.sow-accordion .sow-accordion-open-button,
.sow-accordion .sow-accordion-close-button {display: none;}

.sow-accordion .sow-accordion-open-close-button {
  background: url(../img/ico-accordion.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  transition: transform .25s;
}
.sow-accordion .sow-accordion-panel-open .sow-accordion-open-close-button {
  transform: rotate(90deg);
}

.sow-accordion table {
  border-collapse: collapse;
}
.sow-accordion table th {
  border: 1px solid #8b0000;
  background: #8b0000;
  color: white;
  padding: 5px 10px;
  text-align: left;
}
.sow-accordion table td {
  border: 1px solid #8b0000;
  background: white;
  padding: 5px 10px;
}
.sow-accordion table td a {
  color: #8b0000;
  border-bottom: 1px dotted #8b0000;
}
.sow-accordion table td a:hover {
  border-bottom-style: solid;
}

/* --- noticias */
.site-content .content-area #box-noticias .entry-header,
.single .site-content .content-area .entry-header {
  display: block;
}
.site-content .content-area #box-noticias .entry-header .entry-meta,
.site-content .content-area #box-noticias .entry-content,
.single .site-content .content-area .entry-header .entry-meta {
  display: none;
}

.site-content .content-area #box-noticias .entry-header .entry-title a {
  color: #404040;
}
.site-content .content-area #box-noticias .entry-header .entry-title a:hover {
  color: #8b0000;
  text-decoration: underline;
}

/*
.blog .site-content .content-area .site-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog .site-content .content-area .site-main header {
  width: 100%;
}
.blog .site-content .content-area .page-title {
  border-bottom: 1px solid #8b0000;
  color: #8b0000;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}
.blog .site-content .content-area article.post {
  width: 100%;
}
.blog .site-content .content-area article.post .wp-post-image {
  width: 100%;
  display: block;
}
.blog .site-content .content-area article.post .entry-header .entry-title {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}
.blog .site-content .content-area article.post .entry-header .entry-title a {
  color: #404040;
  border-bottom: 1px dotted #404040;
}
.blog .site-content .content-area article.post:hover .entry-header .entry-title a {
  border-bottom-style: solid;
}
.blog .site-content .content-area article.post .entry-content {
  display: none;
}
*/

.single .site-content .content-area article.post .entry-content {
  margin: 0;
}

.single .site-content .content-area article.post {
  margin: 1em 0;
}
.single .site-content .content-area article.post .wp-post-image {
  width: 100%;
}
.single .site-content .content-area article.post .entry-header .entry-title {
  border-bottom: 1px solid #8b0000;
  color: #8b0000;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}

#box-cinema {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#box-cinema article {
  width: 580px;
}

/* --- contato */
.wpcf7-form label {
  padding-bottom: 20px;
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 150%;
}
.wpcf7-form label.depto,
.wpcf7-form label.msg {
  width: 100%;
}
.wpcf7-form label input,
.wpcf7-form label select,
.wpcf7-form label textarea {
  width: 96%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 3px;
}
.wpcf7-form label select {
  width: 48%;
}
.wpcf7-form label textarea {
  width: 98%;
  height: 150px;
  overflow: auto;
  resize: none;
}
.wpcf7-form .wpcf7-submit {
  background: #8b0000;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Ropa Sans', sans-serif;
}
.wpcf7-form div.wpcf7-response-output {
  border: 1px solid transparent;
  margin: 25px 0;
  padding: 10px 15px;
  border-radius: .25rem;
}
.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-acceptance-missing {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.wpcf7-form div.wpcf7-spam-blocked {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form div.wpcf7-aborted {
  color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.navigation.post-navigation {
  display: none;
}

/* --- footer */
.site-footer {
  background: #8b0000;
}
.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .widget-area {
  width: 290px;
  color: white;
}
.site-footer .widget-area .widget-title {
  margin: 50px 0 0;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Ropa Sans', sans-serif;
}
.site-footer .widget-area a {
  color: white;
  text-decoration: none;
}
.site-footer .widget-area a:hover {
  border-bottom: 1px dotted white;
}
.site-footer .widget-area .menu {
  margin: 25px 0 0 15px;
  padding: 0;
}
.site-footer .widget-area .menu li {
  line-height: 200%;
}
.site-footer .widget-area .textwidget p {
  margin: 25px 0 0;
}
.site-footer .widget-area .custom-html-widget iframe {
  display: block;
  margin: 25px 0 0;
}
.site-footer .site-info {
  width: 100%;
  padding: 25px 0;
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.site-footer .site-info a {
  color: white;
  text-decoration: none;
}
.site-footer .site-info a:hover {
  border-bottom: 1px dotted white;
}