/******************************************************************
Theme Name: Lâmpada Mágica Theme
Author: Daniel Sousa
Author URI: http://www.lampadamagica.pt
Version: 1.7
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
******************************************************************/


body {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
  background-color: #FFF;
}

img {
  -ms-interpolation-mode: bicubic;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #daa628;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #daa628;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #daa628;
}
:-moz-placeholder { /* Firefox 18- */
  color: #daa628;
}

/****** MENU ******/

@media screen and (min-width: 960px) {

  header {
    background-color: #daa628;
    text-transform:capitalize;
    font-variant:small-caps;
    width: 100%;
  }

  .header {
    position: fixed;
    top: 0;
    z-index: 100;
  }

  #inner-header {
    margin: 0 auto;
    width: 960px;
    font-size: 14pt;
  }

  #menuHeader, #menuItems {
    display: inline-block;
  }

  #menuHeader {
    margin: 10px 0;
  }

  #logo_header {
    width: auto;
    height: 75px;
  }

  #logo_header img {
    height: 75px;
  }

  .buttonMenu {
    display: none;
    width: 0;
  }

  #menuItems {
    margin: 10px 0;
    float: right;
  }

  #menu-menu-lampada-magica {
    float: right;
  }

  .menu-item {
    line-height: 50px;
  }

  .current_page_item {
    text-decoration: underline;
  }

}

@media screen and (max-width: 959px) {
  header {
    text-transform:capitalize;
    font-variant:small-caps;
    width: 100%;
    position: fixed;
    z-index: 100;
  }

  #menuHeader {
    padding: 10px;
    background-color: #daa628;
    width: 100%;
    height: 85px;
  }

  #logo_header {
    margin-left: 20px;
    width: auto;
    height: 65px;
  }

  #logo_header img {
    height: 65px;
  }

  .buttonMenu {
    width: 25px;
    margin: 20px;
    float: right;
  }

  #xMenu {
    display: none;
  }

  #menuItems {
    background-color: #daa628;
    height: 100%;
    width: 0;
    position: fixed;
    overflow-x: hidden;
    transition: 0.1s;
    text-align: center;
    font-size: 14pt;
    right: 0;
  }

  .current_page_item {
    text-decoration: underline;
  }
}

/****** END MENU ******/

/****** FOOTER ******/

.logo_RS {
  margin: 0 10px;
}

@media screen and (min-width: 960px) {
  footer {
    background-color: #daa628;
    text-transform:lowercase;
    color: #FFF;
  }

  #inner-footer {
    margin: 0 auto;
    padding: 15px 0;
    width: 960px;
    font-size: 10pt;
  }

  #logo_footer {
    width: 125px;
    height: auto;
  }

  #contactos {
    margin: 0;
    width: 70%;
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 959px) {
  footer {
    background-color: #daa628;
    text-transform:lowercase;
    color: #FFF;
  }

  #inner-footer {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    font-size: 10pt;
  }

  #logo_footer img {
    width: 150px;
    height: auto;
  }

  #contactos {
    margin: 0;
    width: 50%;
    float: right;
    text-align: right;
  }
}

/****** END FOOTER ******/

/****** GERAL ******/

#hidden {
height: 300px;
}

.anchor {
  display: block;
  visibility: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  text-align: left;
}

.flex-start {
  align-items: flex-start;
}

.flex-center {
  align-items: center;
}

.button {
  background-color: rgba(218,166,40,0.5);
  color: #FFF;
  border: none;
  position: absolute;
}

.imgBorder {
  border: solid thick #daa628;
  position: relative;
}

@media screen and (min-width: 960px) {

  #hidden {
  height: 150px;
  }

  h5 {
    font-weight: 600 !important;
    font-size: 12pt !important;
  }

  #inner-content {
    height: auto;
    background-color: #FFF;
    margin: 100px auto 0 auto;
    width: 100%;
    padding-bottom: 100px;
  }

  #wrapper {
    margin: 0 auto;
    width: 960px
  }

  .area {
    padding-top: 50px !important;
    width: 960px;
  }

  .descricao p {
    color: #000;
    font-size: 12pt;
    line-height: 20pt;
    text-align: center;
  }

  .titulo {
    margin-top: 0;
    margin-bottom: 50px;
    color: #daa628;
    font-size: 32pt;
    font-weight: 700;
    text-align: right;
    text-transform:capitalize;
    font-variant:small-caps;
    border-bottom: solid 5px #daa628;
  }

  .sub-titulo {
    margin-top: 0;
    margin-bottom: 25px;
    color: #daa628;
    font-size: 20pt;
    font-weight: 600;
    text-align: center;
    text-transform:capitalize;
    font-variant:small-caps;
  }

  .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .75s ease;
    background-color: rgba(218,166,40,0.5);
  }

  .imgHover {
    position: absolute;
    transform: translate(-50%,0);
    opacity: 0;
    transition: .5s ease;
  }

  .imgHover:hover {
    opacity: 1;
  }

  .info {
    padding-bottom: 50px;
  }

  .half {
    margin: 0 10px;
    width: 460px;
    text-align: left !important;
  }
}

@media screen and (max-width: 959px) {

  #inner-content {
    background-color: #FFF;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }

  #wrapper {
    margin: 0 auto;
    width: 90%;
  }

  .hidden {
    padding-top: 75px;
  }

  .area {
    padding-top: 25px !important;
    width: 100%;
  }

  .descricao p {
    color: #000;
    font-size: 12pt;
    line-height: 20pt;
    text-align: center;
  }

  .titulo {
    margin-top: 0;
    margin-bottom: 25px;
    color: #daa628;
    font-size: 20pt;
    font-weight: 700;
    text-align: right;
    text-transform:capitalize;
    font-variant:small-caps;
    border-bottom: solid 2px #daa628;
  }

  .sub-titulo {
    margin-top: 0;
    margin-bottom: 12px;
    color: #daa628;
    font-size: 16pt;
    font-weight: 600;
    text-align: center;
    text-transform:capitalize;
    font-variant:small-caps;
  }

  .imgHover{
    display: none;
    width: 0;
  }

}
/****** END GERAL ******/

/***** INDEX ******/
@media screen and (min-width: 960px) {

  #firstImg {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: -1;
  }

  #destaque_homepage img {
    width: 950px;
  }

  .imgDestaque:hover .hover {
    opacity: 1;
  }

  .imgDestaque {
      border: solid thick #daa628;
    position: relative;
    line-height: 0;
  }

  #service {
    margin: 0 40px;
    width: 200px;
    position: relative;
  }

  .icon {
    width: 150px;
  }

  .legend {
    color: #daa628;
    font-size: 12pt;
    text-align: center;
  }

  #textoDestaque {
    margin: 0 10px;
    width: 300px;
    font-size: 18pt;
    color: #daa628;
    text-align: center;
  }

  #IMGespaco img {
    width: 630px;
  }

  .imgBorder:hover .hover {
    opacity: 1;
  }
}

@media screen and (max-width: 959px) {
  #firstImg {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: -1;
  }

  .imgDestaque img {
    width: 100%;
  }

  .imgBorder img {
    width: 100%;
  }

  #service {
    margin: 0 5px;
    width: 175px;
    position: relative;
  }

  .icon {
    width: 100px;
  }

  .legend {
    color: #daa628;
    font-size: 10pt;
    text-align: center;
  }

  #textoDestaque {
    font-size: 14pt;
    color: #daa628;
    text-align: center;
  }

}

/****** END INDEX ******/

/****** QUEM SOMOS ******/

#galleryDIV {
  display: block;
  position: relative;
  padding: 0;
}

#galleryDIV p {
  margin: 0;
  background-color: #daa628;
}

.arrowLeft {
  left: 0%;
  border-radius: 0 5px 5px 0;
}

.arrowRight {
  right: 0%;
  border-radius: 5px 0 0 5px;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media screen and (min-width: 960px) {

  .galleryIMG {
    margin: 0 auto;
  }

  .arrowLeft:hover, .arrowRight:hover {
    background-color: rgba(218,166,40,0.5);
  }

  .arrowLeft, .arrowRight {
    font-weight: bold;
    font-size: 24pt;
    top: 50%;
    padding: 10px 15px;
    transform: translate(0, 50%);
    transition: 0.6s ease;
    background-color: rgba(218,166,40,0);
  }

}

@media screen and (max-width: 959px) {

  #quemSomos img {
    display: none;
    width: 0;
  }

  .galleryIMG {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .arrowLeft, .arrowRight {
    font-weight: bold;
    font-size: 24pt;
    top: 45%;
    padding: 10px 15px;
    transform: translate(0, 45%);
    transition: 0.6s ease;
    background-color: rgba(218,166,40,0);
  }

}

/****** END QUEM SOMOS ******/

/****** SERVICOS ******/

.precario a {
  color: #daa628 !important;
}

@media screen and (min-width: 960px) {

  .info p{
    text-align: center !important;
  }

  .precario {
    position: absolute;
    bottom: 0;
    text-align: right;
    right: 0;
  }
}

@media screen and (max-width: 959px) {
  .info {
    width: 100%;
    overflow: hidden;
  }

  .info img {
    width: 100%;
  }
}

/****** END SERVICOS ******/

/******* PROJETOS *******/
#thumbPost {
  width: 300px;
  margin: 10px 10px;
}

#titlePost {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 2;
}

#titlePost p {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 14pt;
  color: #FFF;
  background-color: rgba(218,166,40,0.8);
  padding: 5px;

}

#IMGpost {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

#IMGpost img {
  height: 300px;
  transform: translate(-15%, 0);
}


/****** END PROJETOS ******/

/****** CONTACTOS ******/

@media screen and (min-width: 960px) {

  #contactosF p {
    text-align: right !important;
    line-height: 18pt;
  }

}

@media screen and (max-width: 959px) {

  #contactosF p {
    text-align: center !important;
    line-height: 18pt;
  }

}

#map {
  width: 460px;
  height: 460px;
}

.nf-form-fields-required {
  display: none;
}

.ninja-forms-req-symbol {
  color: #daa628 !important;
}

.field-wrap label {
  display: none;
}

.ninja-forms-field, .nf-element {
  font-size: 12pt;
  line-height: 32pt;
  padding: 0 12px;
  color: #daa628;
  font-weight: 600;
  border: solid medium #daa628;
  background-color: #FFF;
}

.ninja-forms-field option, .nf-element option {
  font-weight: 600;
}

.nf-error .ninja-forms-field {
  border: solid medium #daa628 !important;
}

.submit-wrap {
  float: right;
}
/****** END CONTACTOS ******/

/****** COLONIA ******/

.tab {
    overflow: hidden;
    background-color: #daa628;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  margin: 0 auto;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: white;
  font-weight: 600;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: white;
    color: #daa628;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
  color: #daa628;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

.semana {
  margin: 0 40px;
  width: 400px;
  position: relative;
  text-align: center;
  font-weight: 400;
}

/***** END COLONIA ******/



.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
