/*
Theme Name: WA Plast
Author: Alexandre Medeiros
Description: 
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.0
Text Domain: waplast
Tags: 
*/

.wp-pagenavi {
  display: flex;
}

.wp-pagenavi span,
.wp-pagenavi a {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding-top: 5px;
  display: block;
  border: 1px solid #002f2d;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
  background: #05c400;
  color: #fff;
  border: 1px solid #05c400;
}

#container .conversa {
  margin-top: 0;
}

#container .conversa form select {
  width: 100%;
  color: #05c400;
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #000;
  margin-bottom: 20px;
  font-size: 20px;
}

#container .internas .produtos_int {
  width: 100%;
  display: inline-block;
}

.alignnone {
  float: none !important;
}

#container .internas .l_prod figure,
#container .produtos .multiple-items .item figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

#container .internas .m_produtos ul li ul {
  display: block;
}

footer {
  height: 350px;
}

#container .g_scroll .scroll .slide {
  height: 600px;
}

@media only screen and (max-width: 759px) {
  #container header .center nav ul {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 9999;
    background: #00ad6f;
    padding-bottom: 15px;
    margin: 0;
  }

  /* footer .center .contator .l_contato li {
    color: #05c400;
  } */
  #container .internas .servicos_int .list_serv {
    height: 550px;
  }

  #container .internas .servicos_int #embalagens-personalizadas {
    height: 580px !important;
  }

  #container .internas .servicos_int .list_serv figure {
    height: 100%;
    background: #e4e4e4;
    display: flex;
    align-items: flex-end;
  }

  footer {
    height: auto;
    padding-bottom: 80px;
  }

  footer .center h1,
  footer .center h1,
  footer .center nav,
  footer .center .contator,
  footer .center .bt_ajudar {
    float: none;
  }

  footer .center .contator .l_redes {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  footer .center .contator .l_redes li {
    float: none;
  }
}
