/*
Theme Name: Layout Luchi & Barcellos Advogados
Theme URI: https://www.lucchiebarcellos.adv.br/
Author: Jairo Coelho Soluções Digitais
Author URI: https://www.jairocoelho.com/
Description: Layout desenvolvido sob medida por Jairo Coelho Soluções Digitais.
Version: Dezembro/2019
License: Commercial
*/

body {
  font-family: 'Roboto', sans-serif;
}

strong {
  font-weight: 700 !important;
}

a {
  color: #0061c3;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.no-mar-bot {
  margin-bottom: 0 !important;
}

.no-pad-bot {
  padding-bottom: 0 !important;
}

.wp-block-spacer {
  display: inline-block;
}

@media only screen and (min-width: 993px) {
  .container {
    width: 85%;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #0061c3;
  font-family: 'Roboto Condensed', sans-serif;
}

h1 {
  text-transform: uppercase;
  font-size: 2.9rem;
  font-weight: 700;
  display: inline-block;
}

h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}

/** IMAGENS E ETC **/

.pagina .content figure {
  margin: 40px 0;
}

figure.alignright {
  float: right;
  margin: 0 0 1em 1em
}

figure.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

figure.alignright img {
  float: right;
  margin: 0 0 2em 2em
}

figure.alignleft img {
  float: left;
  margin: 0 1em 1em 0
}

figure.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-block-columns .col {
    padding: 0 1.2rem;
}

/** EMBED VIDEOS FIX **/
figure.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

figure.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************************
  Audio Blocks
************************************************/
.wp-block-audio {
  margin-left: 0px;
  margin-right: 0px;
}

.wp-block-audio audio {
  width: 100%;
}

/************************************************
  Blockquotes
************************************************/
blockquote,
blockquote.wp-block-quote {
  font-size: 130%;
  line-height: 1.5;
  margin: 32px 0px;
  padding: 12px 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}

.wp-block-quote cite::before,
.wp-block-quote footer::before {
  content: 'â€” '
}

/************************************************
  Buttons
************************************************/
.wp-block-button {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.wp-block-button.alignwide a {
  display: block;
  position: relative;
}

/************************************************
  Code Blocks
************************************************/
code, pre, .wp-block-code {
  color: #666666;
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 12px;
  border: 2px solid rgba(0, 0, 0, 0.24);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 3px;
}

/************************************************
  Cover Images
************************************************/
.wp-block-cover,
.wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover-image.has-background-dim h2 {
  color: #ffffff;
}

/************************************************
  Gallery Blocks
************************************************/
.wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

/************************************************
  Images
************************************************/
.wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px;
}

.wp-block-image figcaption {
  width: 100%;
}

img.aligncenter,
.wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px;
}

img.alignnone,
.wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px;
}

img.alignright,
.wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px;
}

img.alignleft,
.wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px;
}

/************************************************
  Tables
************************************************/
table,
table.wp-block-table {
  width: 100%;
  margin: 32px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}

table thead,
table tfoot,
table.wp-block-table thead,
table.wp-block-table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

table thead th,
table tfoot td,
table.wp-block-table thead th,
table.wp-block-table tfoot td {
  border: none;
}

table th,
table.wp-block-table th {
  font-size: 1.2rem;
  margin: 0px;
  padding: 12px;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

table td,
table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}

table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/** COLUMNS WORDPRESS **/

.wp-block-columns {
  display: flex;
}

.wp-block-column {
  flex: 1;
}

.wp-block-columns {
  margin: 20px 0;
}

.wp-block-column {
  margin: 0 20px;
}

@media only screen and (max-width: 992px) {
  .wp-block-columns {
    flex-direction: column;
  }
}


/** HEADER **/

nav.topo {
  background: #ffffff;
  height: 90px;
  line-height: 90px;
}

nav.topo a#logo-container img {
  max-height: 64px;
  margin: 13px 0;
}

nav.topo ul.principal li a {
  color: #0061c3;
  text-transform: uppercase;
  font-weight: 700;
}

nav.topo ul.principal li a:hover {
  background: transparent;
  text-decoration: underline;
}

nav.topo ul.principal li:after {
  content: '|';
  position: absolute;
  top: 0;
  color: #0061c3;
  float: right;
}

nav.topo ul.principal li:first-child:after {
  display: none;
}

nav .sidenav-trigger {
  color: #0061c3;
  float: right;
}

.navbar-fixed {
  height: 90px;
}

@media only screen and (max-width: 992px) and (min-width: 601px) {
  .navbar-fixed {
    height: 90px;
  }
  nav.topo {
    height: 90px;
    line-height: 90px;
  }
  nav.topo a.sidenav-trigger, nav.topo a.sidenav-trigger i {
    line-height: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .navbar-fixed {
    height: 64px;
  }
  nav.topo {
    height: 64px;
    line-height: 64px;
  }
  nav.topo a.sidenav-trigger, nav.topo a.sidenav-trigger i {
    line-height: 64px;
  }
  nav.topo a#logo-container img {
    max-height: 38px;
  }
}

@media only screen and (max-width: 992px) {
  a#logo-container {
    width: calc(100% - 70px);
    float: left;
    text-align: center;
  }
}

#nav-mobile {

}

#nav-mobile .logo {
  display: block;
  margin: 20px;
}

#nav-mobile .logo img {
  display: inline-block;
}

#nav-mobile li > a {
  font-weight: 600;
  color: #4a4a4a;
}


/** HOME **/

.index-bg {
  background: url(http://sites.ideacriacoes.com.br/luchiebarcellos/wp-content/uploads/2019/12/DJI_0614.jpg) no-repeat center;
  background-size: cover;
  height: calc(100vh - 90px);
}

/** PÁGINAS **/

.content p {
  text-align: justify;
}

.pagina .content figure.alignright {
  margin: 0;
}

.atuacao-col {
  text-align: center;
}

.atuacao-info {
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}

.atuacao-info img {
  display: block;
  margin: 0 auto;
  max-height: 100px;
}

.atuacao-info span.title {
  font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
    display: block;
    color: #0061c3;
}

.equipe .socio-ph {
  margin-bottom: 20px;
}

.equipe .socio-ph img {
	display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: filter 0.5s;
}

.equipe .socio-ph span.title {
  display: block;
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
  color: #000;
}

.equipe .socio-ph:hover span.title {
  color: #0061c3;
}

.equipe .socio-ph:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.modal-socios {
    width: 60%;
}

.modal-socios figure.alignright img {
  max-width: 260px;
}

@media only screen and (max-width: 600px) {
  .modal-socios .wp-block-image .alignright {
    margin-left: 0;
  }
  .modal-socios figure.alignright img {
    max-width: 100%;
    margin: 0;
    }
}

.modal-socios .modal-content {
  padding: 50px 30px 30px 30px;
}

@media only screen and (max-width: 992px) {
  .modal-socios {
    width: 80%;
  }
}

h4.equipe-h4 {
  margin: 30px 0 40px 0;
}

.wpcf7-submit {
  color: #fff;
  background: #0061c3;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
  background: #004a94;
}

.wpcf7-submit input {
  color: #fff;
}

.modal-atuacao img.icon {
    height: 90px;
    margin: 0 auto 30px auto;
    display: block;
}

.modal-atuacao h4 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 601px) {
	.row .col.offset-m1-2 {
		margin-left: 12.5%;
	}
}

@media only screen and (max-width: 992px) {
  .pagina-contato .wpcf7{
    margin-top: 50px;
  }
}


/** FOOTER **/

.page-footer {
  background: #0061c3;
  margin-bottom: 64px;
  padding-top: 0;
}

.page-footer .footer-info {
  padding-top: 20px;
}

@media only screen and (min-width: 992px) {
  .page-footer .footer-info .info-col2 {
    text-align: right;
  }
}

.page-footer .footer-copyright {
  padding: 15px 0;
}

.footer-copyright .col {
  line-height: 30px;
}

.page-footer .footer-copyright .desenvolvido {
    text-align: right;
    height: 30px;
}

.page-footer .footer-copyright .desenvolvido a {
    display: inline-block;
    line-height: 30px;
    width: 35px;
    height: 30px;
    background: url(res/img/logo_idea.png) no-repeat;
}

.footer-flutuante {
  position: fixed;
    bottom: 0;
    z-index: 200;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12), 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
    color: #0061c3;
}

.footer-flutuante a {
  line-height: 40px;
    display: inline-block;
    margin: 12px 10px;
    font-size: 23px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-flutuante a i {
  line-height: 40px;
  float: left;
  font-size: 28px;
  margin-right: 7px;
  font-weight: 400;
  -webkit-transition: font-size 250ms;
  -moz-transition: font-size 250ms;
  -o-transition: font-size 250ms;
  transition: font-size 250ms;
}

.footer-flutuante a:hover i {
  font-size: 34px;
}

.footer-flutuante .texto-left a i {
	font-size: 24px;
}

@media only screen and (max-width: 992px) {
  .footer-flutuante .info .texto span.text {
    display: none;
  }
  .footer-flutuante .texto {
    text-align: right;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-flutuante .texto-left a span.desc {
    display: none;
  }
}

@media only screen and (min-width: 993px) {
  .footer-flutuante .texto {
    text-align: right;
  }

  .footer-flutuante .texto-left {
    text-align: left;
  }
}

.footer-flutuante .texto-left a span.desc {
    float: left;
    font-size: 15px;
}

/** **/

rs-fw-forcer {
	height: calc(100vh - 154px) !important;
}

#rev_slider_1_1, #rev_slider_1_1_wrapper {
	height: calc(100vh - 154px) !important;
}
