/*
Theme Name: Rúbia Interiores
Theme URI: http://rubia.guigonet.uni5.net
Description: Tema exclusivo para criação do site da Rúbia M. Vieira
Author: ilua Agência Digital
Author URI: http://www.ilua.com.br
Version: 1.1
*/

@import url('css/menu-responsivo.css?v=1.3');
@import url('css/padrao.css?v=1.3');
@import url('css/blog.css?v=1.3');
@import url('css/estilos.css?v=1.3');

:root {
  /* Font sizes */
  --font-size-h1: 2.5rem;
  --font-size-h2: 1.9rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-h6: 1rem;
  --font-size-p: 1rem;
  --font-size-a: 1rem;

  /* Font weights */
  --font-weight-heading: 700;
  --font-weight-paragraph: 400;
  --font-weight-link: 500;

  /* Line heights */
  --line-height-heading: 1.2;
  --line-height-paragraph: 1.6;
  --line-height-link: 1.4;
}

@media only screen and (max-width: 767px) {
  :root {
    /* Font sizes */
    --font-size-h1: 2rem;
    --font-size-h2: 1.5rem;
    --font-size-h3: 1.25rem;
    --font-size-h4: 1.1rem;
    --font-size-h5: 1rem;
    --font-size-h6: 1rem;
    --font-size-p: 1rem;
    --font-size-a: 1rem;

    /* Font weights */
    --font-weight-heading: 700;
    --font-weight-paragraph: 400;
    --font-weight-link: 500;

    /* Line heights */
    --line-height-heading: 1.2;
    --line-height-paragraph: 1.6;
    --line-height-link: 1.4;
  }
}

/*#sticker-sticky-wrapper{ position:absolute; width: 100%; }
.topo { background: none; position:absolute; width: 100%;}*/
@media only screen and (max-width: 960px) {
  .contact-footer .divrdp {
    margin: 0 auto 0 auto !important;
  }
  .desk {
    display: none;
  }
  .divrdp {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  #Container .mix {
    width: 100%;
  }
}
.formcon select {
  border: 1px solid #bebebe;
  line-height: 42px;
  display: block;
  width: 100%;
  padding: 12px 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  direction: ltr;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #222;
  font-size: var(--font-size-p);
  resize: none;
}
.paginacao .current {
  background: #9e86aa !important;
  border: 1px solid #9e86aa !important;
}
.paginacao a:hover {
  background: #9e86aa !important;
  border: 1px solid #9e86aa !important;
}

.secblog .txtblog a {
  color: #333;
}

.secblog .txtblog a:hover {
  color: #666;
}

.shareblog a i {
  font-family: 'Montserrat';
  font-size: var(--font-size-a);
  font-weight: 100;
}
.shareblog a i:before {
  color: #fff;
}

.secblog aside {
  min-height: auto;
  background-color: transparent;
}

.secblog aside h2 {
  color: #222;
}

.abusca #s {
  border: 1px solid #222;
  border-radius: 5px;
}

.widget_block ul li {
  margin-bottom: 20px;
}

.widget_block ul li a {
  color: #222;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  list-style: circle;
}

.wp-block-latest-posts.is-grid li {
  list-style: none;
}

.shareblog {
  margin: 30px 0 40px 0;
}

#commentform #submit {
  margin-top: 30px;
}

.wp-block-latest-posts.columns-3 li a {
  font-weight: 600;
  color: #9e86aa;
}

.wp-block-latest-posts.columns-3 li a {
  min-height: 185px;
  line-height: 1.2;
  font-size: var(--font-size-a);
  font-weight: var(--font-weight-link);
  line-height: var(--line-height-link);
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt {
  font-size: var(--font-size-p);
  font-weight: var(--font-weight-paragraph);
  line-height: var(--line-height-paragraph);
  margin: 1rem 0;
}

.txt h2 {
  font-size: var(--font-size-h2);
  margin: 40px 0 30px 0;
}

.wp-block-image img {
  margin-bottom: 30px;
}

.txt h3 {
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  margin: 1rem 0;
}
