@charset "UTF-8";
/*
	Theme Name:   Freya
	Description:  Tema Juca Caetano desenvolvido por Anderson Rafael.
	Author:       ExpressApps
	Author URI:   https://expressapps.com.br
	Version:      1.1.0
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  freya-expressapps */
:root {
  font-size: 16px;
}

.jump-content {
  padding: .2rem 1rem;
  color: #2E3473;
  text-decoration: underline;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: #F8D218;
  -webkit-transform: translateY(-400px);
      -ms-transform: translateY(-400px);
          transform: translateY(-400px);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.jump-content:focus {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.txt-destaque {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.txt-destaque--cinza {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  color: #707070;
}

.txt--p {
  font-size: 1rem;
  color: #A8A9C2;
}

p {
  font-size: 1.25rem;
}

.duas__colunas {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
}

@media only screen and (max-width: 576px) {
  .duas__colunas {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

::-moz-selection {
  background: #a6e8ff;
}

::selection {
  background: #a6e8ff;
}

html, body {
  height: 100%;
}

body {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  color: #707070;
  font-size: 1.12rem;
  line-height: 1.4;
  background: #fff;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: normal;
  color: #404154;
  letter-spacing: .8px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: .6;
  color: black;
  text-decoration: none;
}

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

ul {
  list-style: none;
}

article li, footer li {
  padding: .5rem 1rem;
}

article li i, footer li i {
  height: 16px;
  width: 16px;
  margin-right: .5rem;
}

.cx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}

.cx__sobre p {
  font-weight: normal;
}

.cx__sobre h3 {
  text-transform: uppercase;
}

.cx__sobre a {
  font-size: .8rem;
  font-weight: normal;
}

.navbar {
  z-index: 100;
}

.nav-link.active {
  color: #000 !important;
}

.alinhar__centro {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

/* padding */
.pad-p {
  padding-bottom: 1.5rem;
}

.pad-m {
  padding-bottom: 3.5rem;
}

.pady-m {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

.pad-g {
  padding-bottom: 6rem;
}

.pad-gg {
  padding-bottom: 9rem;
}

.no-pad {
  padding: 0;
}

/* margin */
.marg-p {
  margin-bottom: 1.5rem;
}

.marg-m {
  margin-bottom: 3.5rem;
}

.marg-g {
  margin-bottom: 6rem;
}

/* posição */
.posicao--center {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

/* background */
.bg__primario {
  background-color: #01a0d8;
}

.bg__primario img {
  opacity: .8;
}

.bg__secundario {
  background-color: #F2CB8C;
}

.bg__secundario img {
  opacity: .8;
}

.bg__claro {
  background-color: #F7F7F6;
}

.nav-primario, .nav-transparent {
  font-family: "Barlow Condensed", sans-serif;
  z-index: 10;
  width: 100%;
}

.nav-primario {
  background: #01a0d8;
}

.nav-transparent {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  position: absolute;
}

@media only screen and (max-width: 992px) {
  .nav-transparent #menu-principal {
    background: black;
    padding: 1rem;
    border-radius: 6px;
  }
}

.nav-branco {
  background: #fff;
}

.nav-link {
  font-family: "Barlow Condensed", sans-serif;
}

/* botões */
.btn-linha-primario {
  border: 1px solid #01a0d8;
  border-radius: 4px;
  color: #01a0d8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-linha-primario:hover {
  background: #01a0d8;
  color: #fff;
  -webkit-box-shadow: 0 1px 14px rgba(1, 160, 216, 0.5);
          box-shadow: 0 1px 14px rgba(1, 160, 216, 0.5);
}

.btn-linha-primario__p {
  border: 1px solid #B6814D;
  border-radius: 4px;
  color: #B6814D;
  padding: .2rem 1rem;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: .8rem;
}

.btn-linha-primario__p:hover {
  background: #B6814D;
  color: #fff;
  -webkit-box-shadow: 0 1px 14px rgba(182, 129, 77, 0.5);
          box-shadow: 0 1px 14px rgba(182, 129, 77, 0.5);
}

.btn-primario {
  background: #01a0d8;
  border: 2px solid #01a0d8;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-primario:hover {
  background: transparent;
  border: 2px solid #01a0d8;
  color: #000;
}

.btn-register {
  background: #F8D218;
  border-radius: 0;
  color: #2E3473;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "Barlow Condensed", sans-serif;
}

.btn-register:hover {
  background: #4ab174;
  color: #2E3473;
  opacity: 1;
}

.btn-whats {
  z-index: 1000;
  position: fixed;
  top: auto;
  bottom: 15px;
  right: 15px;
  background: #25d366;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: tranform 300ms ease-in-out;
  -o-transition: tranform 300ms ease-in-out;
  transition: tranform 300ms ease-in-out;
}

.btn-whats:hover {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.btn-whats a {
  color: #fff;
}

.produto__img {
  -webkit-transition: scale 200ms ease-in-out;
  -o-transition: scale 200ms ease-in-out;
  transition: scale 200ms ease-in-out;
  margin: 0 auto;
}

.produto__img:hover {
  scale: 1.06;
}

.tag_cat {
  font-weight: normal;
  text-transform: uppercase;
}

.under::after {
  content: '_';
  display: block;
  margin-top: -.8rem;
  font-weight: normal;
}

.sub {
  font-size: .9rem;
  font-weight: normal;
}

.header__wrap {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.header__titulo--branco {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .redes__header {
    display: none;
  }
}

.redes__header--mobile {
  background: #eeeeee;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 992px) {
  .redes__header--mobile {
    display: block;
  }
}

.redes__header--mobile .redes {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: .5rem 1rem;
}

/* Footer */
.contato i {
  color: rgba(255, 255, 255, 0.5);
  padding-right: .5rem;
}

.contato a {
  display: block;
}

.footer__titulo {
  color: #fff;
  margin-bottom: 2rem;
}

.footer__txt {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 576px) {
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social {
  background: rgba(255, 255, 255, 0.3);
  margin-right: 1rem;
  padding: .3rem;
  border-radius: 6px;
}

.rodape {
  background: #1c0606;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  .rodape {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .rodape img {
    margin: 0 auto;
  }
}

.rodape .border-2 {
  border-top: 2px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
}

.rodape__links {
  display: block;
  margin-bottom: .4rem;
}

.rodape svg {
  margin-bottom: 1.5rem;
}

.rodape--subtitulo {
  color: #A8A9C2;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: lighter;
  margin-bottom: 1.125rem;
}

.rodape--ul ul {
  padding-left: 0;
}

.rodape--ul .page_item {
  padding-left: 0;
}

.rodape--ul li {
  padding: .3rem 1rem;
}

.rodape .sub-menu {
  padding-left: 1rem !important;
  font-size: .9rem;
}

.copy {
  font-size: .8rem;
}

/* Page */
.page--title {
  color: #01a0d8;
  padding-bottom: .56rem;
}

.page-conteudo {
  word-wrap: anywhere;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  background: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-conteudo h1, .page-conteudo h2, .page-conteudo h3 {
  padding-bottom: 1.2rem;
}

.page-conteudo p {
  color: #707070;
}

.page-conteudo .bread {
  font-size: .9rem;
  color: black;
}

.page-conteudo i {
  color: black;
}

.page__wrap {
  padding: 3rem;
}

@media (max-width: 600px) {
  .page__wrap {
    padding: 3rem 1.5rem;
  }
}

.page-header {
  min-height: 20vh;
}

.article--wrap {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 14px #516e7b1a;
          box-shadow: 0 2px 14px #516e7b1a;
}

.produto__detalhes .detalhe-produto strong {
  font-size: 1.3rem;
}

.alt__100 {
  min-height: 100vh;
}

/* Slick */
.slick-slide img {
  margin: 0 auto;
  max-width: 100%;
}

/* contato */
#formulario {
  position: relative;
}

#formulario .wpcf7-list-item {
  margin-left: 0;
}

form label {
  font-size: 1rem;
}

@media only screen and (max-width: 576px) {
  .form h4 {
    padding: 0 .5rem 0;
    font-size: 1.3rem;
  }
}

.form-wrap {
  background: #fff;
  padding: 3rem 1rem;
  border-radius: 8px;
}

label {
  display: block;
}

.label--titulo {
  font-size: 1rem;
  margin-bottom: .7rem;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-number, .wpcf7-date, .wpcf7-select, .wpcf7-quiz, .wpcf7-file, .wpcf7-range {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: .6rem 1rem;
  border: 1px solid rgba(112, 112, 112, 0.5);
}

.wpcf7-text:invalid, .wpcf7-textarea:invalid, .wpcf7-number:invalid, .wpcf7-date:invalid, .wpcf7-select:invalid, .wpcf7-quiz:invalid, .wpcf7-file:invalid, .wpcf7-range:invalid {
  color: tomato;
  border: 1px solid tomato !important;
}

.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-number:focus, .wpcf7-date:focus, .wpcf7-select:focus, .wpcf7-quiz:focus, .wpcf7-file:focus, .wpcf7-range:focus {
  border: 1px solid #01a0d8 !important;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
}

.wpcf7 .wpcf7-file {
  background: #f2f2f2;
}

.wpcf7-checkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wpcf7-response-output {
  background: rgba(1, 160, 216, 0.1);
  border: 1px solid #01a0d8 !important;
  border-radius: 4px;
  padding: 1rem !important;
  color: #01a0d8;
}

.form--msg {
  padding: 1.3rem .8rem;
  margin-top: 1rem;
  text-align: center;
}

.form--msg-sucesso {
  background: aquamarine;
  color: darkcyan;
}

.form--msg-erro {
  background: lavenderblush;
  color: darkred;
}

.form--msg p {
  margin: 0;
}

input {
  padding: .1rem .5rem;
}

input:invalid ~ .erro {
  color: tomato;
}

::-webkit-input-placeholder {
  color: #93a8aa;
}

:-ms-input-placeholder {
  color: #93a8aa;
}

::-ms-input-placeholder {
  color: #93a8aa;
}

::placeholder {
  color: #93a8aa;
}

/*
	Erro 404 */
.erro__cx {
  text-align: center;
}

.erro__titulo {
  color: #01a0d8;
  font-size: 8rem !important;
}

.erro__subt {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.erro__txt {
  color: rgba(255, 255, 255, 0.6);
  font-weight: lighter;
}

/*
	* Cliente */
body {
  background: #F9F9F9;
}

.marg-negative {
  margin-top: -100px;
}

.sobre--wrap {
  display: inherit;
  place-content: center;
}

.sobre--sub {
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
}

.sobre--titulo {
  font-size: 2.625rem;
  font-weight: bold;
}

.sobre--txt {
  font-size: calc( 20 / 1rem);
}

.valores {
  background: #fff;
  padding: 3rem;
  border-radius: 8px;
}

.valores svg {
  margin-bottom: 2rem;
}

.valores--item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 15px;
}

.valores--titulo {
  color: #000;
  font-size: calc( 32 / 1rem);
}

.valores--txt {
  font-size: calc( 20 / 1rem);
}

.contact {
  padding: 4rem;
}

@media only screen and (max-width: 576px) {
  .contact {
    padding: 1rem;
  }
}

.contact--info p {
  font-size: 1rem;
}

.contact--info i {
  color: #000;
}

.contact--info a {
  color: inherit;
}

.contact--title h5 {
  font-size: 1rem;
  color: #01A0D8;
  margin-bottom: 0;
}

.contact--title h2 {
  font-size: 2.1rem;
  font-weight: normal;
}

@media only screen and (max-width: 576px) {
  .contact--title h2 {
    font-size: 1.8rem;
  }
}

.contact--wrap {
  background: #fff;
  padding: 2.125rem;
  max-width: 650px;
  border-radius: 6px;
}

@media only screen and (max-width: 576px) {
  .contact--wrap {
    padding: 2rem .25rem;
  }
}

.contact--wrap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.emp--detalhes {
  margin-bottom: 1.2rem;
  color: #404154;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.emp--detalhes span {
  margin-right: 1rem;
}

.emp--detalhe {
  font-size: 1rem;
}

.emp--detalhe-txt {
  color: #818181;
  font-size: .7rem;
  font-weight: bold;
  text-transform: uppercase;
}

.emp--detalhe-txt span {
  display: block;
  color: #323232;
  text-transform: none;
  font-size: 1rem;
}

.emp--detalhe span {
  margin-right: 1rem;
}

.emp--post__title {
  font-size: 1.3rem;
}

.emp--post__title a {
  color: #404154;
}

.emp--post__cat a {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  padding: .375rem .875rem;
  border-radius: 20px;
  color: #000;
  margin-bottom: .5rem;
  display: inline-block;
}

.emp--sobre {
  color: #000;
}

.emp--sobre__sub {
  font-size: .7rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.emp--grid {
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
}

.emp--post__wrap {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.emp--post__wrap:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.06));
}

.emp--post__wrap img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.emp--post__corpo {
  background: #fff;
  padding: 1.6rem;
}

.emp--post__end {
  font-size: .875rem;
}

.categoria__titulo {
  color: #fff;
  text-transform: uppercase;
}

.categoria__wrap {
  min-height: 210px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 8px;
  background-position: center, center;
  background-size: cover;
  background-repeat: no-repeat;
}

.article--wrap ul {
  list-style: initial;
}

.bread {
  font-size: .875rem;
  padding: 0 3rem;
}

.bread a {
  color: #fff;
}

#map {
  width: 100vw;
  height: 70vh;
}

.mapboxgl-popup-content {
  padding: .5rem 2rem !important;
  min-width: 240px;
}

.mapboxgl-marker {
  -webkit-filter: drop-shadow(0px -2px 0px white);
          filter: drop-shadow(0px -2px 0px white);
  cursor: pointer;
}

.emp--popup__categoria {
  font-size: .85rem;
  margin-bottom: .2rem;
  margin-top: 1rem;
  text-transform: capitalize;
}

.emp--popup__titulo {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1rem;
}

.emp--popup__endereco {
  color: darkgray;
  margin: 0 0 12px;
  font-size: .85rem;
}

.emp--popup__descricao {
  margin-top: 0;
  font-size: 1rem;
}

.cat--residencial {
  color: #8d0000;
}

.cat--comercial {
  color: #0d86e3;
}

.cat--casa {
  color: #008d7a;
}

.nav-link {
  color: currentColor;
  font-weight: bold;
}

.table--mark {
  color: #4ab174;
  background: currentColor !important;
}

thead {
  font-weight: bold;
}

tbody {
  font-size: .8rem;
}

tr[data-status="0"] {
  text-decoration: line-through;
  color: #d03b3b;
}

.expandir {
  max-height: 458px;
  overflow-y: hidden;
  position: relative;
}

.expandir--btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: .5rem;
  color: rgba(9, 39, 84, 0.749);
  font-size: .8rem;
  text-transform: uppercase;
}

.expandir--btn:hover {
  opacity: .9;
}

.expandir--btn span {
  cursor: pointer;
}

.expandir .expandir--btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-50%, white), to(rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(bottom, white -50%, rgba(255, 255, 255, 0.9));
  background: -o-linear-gradient(bottom, white -50%, rgba(255, 255, 255, 0.9));
  background: linear-gradient(to top, white -50%, rgba(255, 255, 255, 0.9));
  padding: .5rem;
  color: #0d6efd;
  font-size: .8rem;
}

.rodape.bg__dark {
  background: #272727;
  color: #fff;
}

.rodape a {
  color: #fff;
  text-decoration: none;
}

.rodape a:hover {
  opacity: .7;
}

.rodape .redes a {
  margin-right: .5rem;
}

.rodape .rodape--ul, .rodape ul, .rodape li {
  padding-left: 0;
  margin-left: 0;
}

.txt-copy {
  color: #fff;
  margin: 0;
  padding: .7rem 0;
  font-size: .8rem;
}

.msg {
  display: none;
  background: aquamarine;
  padding: 1rem .4rem;
  color: darkolivegreen;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.msg--erro, .msg--peso, .msg--tipo {
  display: none;
}

.msg--erro {
  background: #f6b5b2;
  padding: 1rem;
  border-radius: 4px;
  margin: 1rem 0;
  color: #571212;
}

.msg--erro p {
  margin: 0;
}

.btn--salvar,
.btn--editar, .btn--cancelar {
  display: none;
}

.legenda {
  font-size: 0.7rem;
  color: #F7F7F6;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 0;
}

.gallery img {
  width: 100%;
  min-width: 341.5px;
  height: 347px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery img:hover {
  background: red;
}

.gallery dl, .gallery dt {
  margin: 0;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.nav-links .current {
  background: #000;
  padding: .2rem .6rem;
  color: #fff;
}

.nav-links a {
  padding: .2rem .6rem;
  color: #000;
}

.nav-links a:hover {
  outline: 1px solid #000;
}

.login h1 a {
  width: 100%;
  background-size: auto;
}
