/*
Theme Name: Condetalhe
Theme URI: 
Description: Condetalhe Theme
Version: 1.0
Author: Alexandre Miguel
Author URI: http://www.inbrand.net
*/
* {
  margin: 0;
  padding: 0;
}
#top-bar {
    width: 100%;
    height: 120px;
    background-color: #fff;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 999999;
    margin-bottom: 0;
    display: block;
}
.logo {
    float:left;
    padding-top: 2rem;
    position: relative;
}
.logo a {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.logo a:hover {
    opacity: 0.5;
}
.logo .logo-icon {
    background-image: url("/wp-content/themes/condetalhe/images/logo.png");
    background-repeat: no-repeat;
    width: 78px;
    height: 81px;
    display: inline-block;
    margin-right: 10px;
    top: 10%;
}
.logo p {
    text-decoration: none;
    color: #ff6822;
    font-size: 2.15em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 40%;
    transform: translate(0, -20%);
}
.logo p.slogan {
    color: #aaa;
    font-size: 0.84em;
    font-weight: 400;
    display: inline-block;
    margin-top: 7%;
    position: absolute;
    top: 50%;
    transform: translate(0, -30%);
    margin-bottom: 0;
}
.nav {
    float:right;
    right:0;
    text-align:right;
    height: 120px;
    line-height: 120px;
    margin: 0;
}
.nav i.fa {
    margin-right: 10px;
}
.nav nav ul li {
    list-style: none;
    display: inline;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.nav nav ul li.normal {
    margin-right: 5%;
}
.nav nav ul li.normal a {
    text-decoration: none;
    color: #aaa;
}
.nav nav ul li.normal a:hover {
    color: #ff6822;
    border-bottom: 2px solid #ff6822;
    padding-bottom: 8px;
}
.nav nav ul li.contato a {
    color: #ff6822;
    border: 2px solid #ff6822;
    padding: 8px 20px;
    text-decoration: none;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
.nav nav ul li.contato a:hover {
    background-color: #ff6822;
    color: #fff;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
.big-image {
    background-image: url("/wp-content/themes/condetalhe/images/header-image.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    position: relative;
}
.header-title {
    display: block;
}
.header-title h1 {
    padding-top: 26rem;
    font-weight: 600;
    color: #fff;
    font-size: 3.75em;
}
.header-title h2 {
    color: #fff;
    font-size: 1.85em;
    margin-top: 4rem;
}
.manager {
    margin-top: -6%;
    width: 320px;
    height: 400px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #f2f2f2;
    position: relative;
    -webkit-box-shadow: 0 3px 2px -1px #c5c5c5;
       -moz-box-shadow: 0 3px 2px -1px #c5c5c5;
            box-shadow: 0 3px 2px -1px #c5c5c5;
}
.manager .manager-profile  {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.manager .manager-profile .photo {
    background-image: url("/wp-content/themes/condetalhe/images/manager-photo.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #f2f2f2;
}
.manager .manager-profile .name {
    font-size: 2em;
    color: #aaa;
    font-weight: normal;
    margin-top: 2rem;
    margin-bottom: 0;
}
.manager .manager-profile .phone {
    font-family: 'Cabin', sans-serif;
    font-size: 1.35em;
    margin-top: 0;
}
.manager .manager-profile .phone a {
    text-decoration: none;
    color: #555;
}
.manager .manager-profile .phone a:hover {
    border-bottom: 1px dotted #555;
}
.manager .manager-profile p .orcamento {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25em;
    text-decoration: none;
    background-color: #ff6822;
    color: #fff;
    padding: 15px 30px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.manager .manager-profile p .orcamento:hover {
    opacity: 0.5;
}
.description {
    padding-top: 5%;
}
.description h3 {
    color: #ff6822;
    font-size: 1.85em;
    font-weight: 500;
}
.description p {
    color: #555;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
}
.topics {
    background-color: #fbfbfb;
    margin: 5% 0;
    padding: 5% 0;
}
.three-topics .rigor {
    background-image: url("/wp-content/themes/condetalhe/images/rigor.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-topics .transparencia {
    background-image: url("/wp-content/themes/condetalhe/images/transparencia.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-topics .seriedade {
    background-image: url("/wp-content/themes/condetalhe/images/seriedade.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-topics .topic-content {
    margin-top: 15%;
}
.three-topics .topic-content h4 {
    font-size: 1.75em;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
}
.three-topics .topic-content p {
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
}
.locations {
    margin-top: 5%;
    margin-bottom: 5%;
}
.locations h3 {
    text-align: center;
    color: #ff6822;
    font-size: 1.85em;
    font-weight: 500;
}
.locations .three-locations {
    margin-top: 4%;
}
.locations .three-locations .location {
    padding: 5% 3%;
    border: 2px solid #f2f2f2;
    text-align: center;
}
.locations .three-locations .location .leiria {
    background-image: url("/wp-content/themes/condetalhe/images/leiria.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
}
.locations .three-locations .location .marinha-grande {
    background-image: url("/wp-content/themes/condetalhe/images/marinha-grande.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
}
.locations .three-locations .location .batalha {
    background-image: url("/wp-content/themes/condetalhe/images/batalha.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
}
.locations .three-locations .location h4 {
    font-size: 1.75em;
    font-weight: 500;
    color: #555;
    margin-top: 15px;
    margin-bottom: 10px;
}
.locations .three-locations .location p {
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
    margin:0;
}
.zonas-button {
    text-align:center;
    margin-top: 5%;
    margin-bottom: 10%;
}
.zonas-button a.outras-zonas {
    font-size: 1.2em;
    font-weight: 500;
    color: #ff6822;
    border: 2px solid #ff6822;
    padding: 8px 20px;
    text-decoration: none;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
.zonas-button a.outras-zonas:hover {
    background-color: #ff6822;
    color: #fff;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
.clients {
    margin-bottom: 5%;
}
.clients h3 {
    text-align: center;
    color: #ff6822;
    font-size: 1.85em;
    font-weight: 500;
}
.clients .clients-feedback {
    margin-top: 4%;
}
.clients .clients-feedback .client {
    text-align: center;
}
.clients .clients-feedback .client .client-feedback {
    background-color: #f2f2f2;
    padding: 10% 10%;
}
.clients .clients-feedback .client .client-feedback p {
    color: #555;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
    margin:0;
}
.clients .clients-feedback .client .client-profile .arrow {
    background-image: url("/wp-content/themes/condetalhe/images/arrow.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 15px;
    margin: 0 auto;
    top: 0;
}
.clients .clients-feedback .client .client-profile .carlos {
    background-image: url("/wp-content/themes/condetalhe/images/carlos.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.clients .clients-feedback .client .client-profile .rita {
    background-image: url("/wp-content/themes/condetalhe/images/rita.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.clients .clients-feedback .client .client-profile .rivelino {
    background-image: url("/wp-content/themes/condetalhe/images/rivelino.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.clients .clients-feedback .client .client-profile p.name {
    font-size: 1.25em;
    font-weight: 400;
    color: #ff6822;
    margin:0;
}
.clients .clients-feedback .client .client-profile p.city {
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-size: 1em;
    margin:0;
}
.footer {
    margin-top: 5%;
    background-color: #fbfbfb;
    border-top: 1px solid #f2f2f2;
}
.footer a {
    color: #ff6822;
    text-decoration: none;
    font-size: 1.15em;
    font-weight: 700;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.footer a:hover {
    color: #ff6822;
    opacity: .5;
}
.footer .footer-content {
    padding-top: 3%;
    text-align: center;
}
.footer .footer-content .orcamento {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25em;
    text-decoration: none;
    background-color: #ff6822;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 3%;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.footer .footer-content .orcamento:hover {
    opacity: 0.5;
}
.footer .footer-content .copyright-social {
    margin: 8% 0;
}
.footer .footer-content .copyright-social p {
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-size: 1em;
    margin:0;
}
.footer .footer-content .copyright-social .facebook {
    background-image: url("/wp-content/themes/condetalhe/images/facebook.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 5% 5px 0 5px;
}
.footer .footer-content .copyright-social .facebook:hover {
    background-image: url("/wp-content/themes/condetalhe/images/facebook-hover.png");
}
.footer .footer-content .copyright-social .googleplus {
    background-image: url("/wp-content/themes/condetalhe/images/googleplus.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 5% 5px 0 5px;
}
.footer .footer-content .copyright-social .googleplus:hover {
    background-image: url("/wp-content/themes/condetalhe/images/googleplus-hover.png");
}
.footer .footer-content p.inbrand {
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-size: 1em;
}
.footer .footer-content p.inbrand a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
}
.footer .footer-content p.inbrand a:hover {
    border-bottom: 1px dotted #555;
}
/* Onde */
.big-image-onde {
    background-image: url("/wp-content/themes/condetalhe/images/header-image-onde.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}
.big-image-onde .header-title {
    text-align: center;
}
.big-image-onde .header-title h1 {
    padding-top: 10%;
    font-weight: 600;
    color: #fff;
    font-size: 3em;
}
.big-image-onde .header-title ul {
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    margin-top: 4rem;
}
.big-image-onde .header-title ul li {
    list-style: none;
    display: inline;
}
.big-image-onde .header-title ul li:after {
    content: " •";
    padding: 0 5px;
    color: #ff6822;
}
.big-image-onde .header-title ul li:last-child:after {
    content: none;
}
.big-image-onde .legend-header-image {
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
}
.big-image-onde .legend-header-image .camera {
    background-image: url("/wp-content/themes/condetalhe/images/camera.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    z-index: 99999;
    display: inline-block;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.big-image-onde .legend-header-image .camera:hover {
    opacity: 0.5;
}
.inner {
    margin-top: 10%;
}
.onde-content p {
    color: #555;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
    margin: 0;
}
.onde-content .images {
    display: block;
    margin: 5% 0;
    width: 100%;
    height: 350px;
}
.onde-content .images .porto-de-mos {
    background-image: url("/wp-content/themes/condetalhe/images/porto-de-mos.png");
    background-repeat: no-repeat;
    width: 400px;
    height: 350px;
    float: left;
    display: inline-block;
    padding-top: 15px;
}
.onde-content .images .porto-de-mos .legend {
    color: #fff;
    margin-left: 15px;
    font-size: 1em;
}
.onde-content .images .legend .camera {
    background-image: url("/wp-content/themes/condetalhe/images/camera.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    z-index: 99999;
    display: inline-block;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.onde-content .images .legend .camera:hover {
    opacity: 0.5;
}
.onde-content .images .nazare {
    background-image: url("/wp-content/themes/condetalhe/images/nazare.png");
    background-repeat: no-repeat;
    width: 200px;
    height: 350px;
    float: right;
    right: 0;
    display: inline-block;
    padding-top: 15px;
}
.onde-content .images .nazare .legend {
    color: #fff;
    margin-left: 15px;
    font-size: 1em;
}
.onde-sidebar {
    width: 100%;
    text-align: center;
}
.onde-sidebar .call-button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25em;
    background-color: #ff6822;
    padding: 10px 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.onde-sidebar .call-button:hover {
    opacity: 0.5;
}
.onde-sidebar .call-button a {
    color: #fff;
    text-decoration: none;
}
.onde-sidebar .client {
    margin-top: 30%;
    text-align: center;
}
.onde-sidebar .client .client-feedback {
    background-color: #f2f2f2;
    padding: 10% 10%;
}
.onde-sidebar .client .client-feedback p {
    color: #555;
    font-family: 'Cabin', sans-serif;
    font-size: 1em;
    margin:0;
}
.onde-sidebar .client .client-profile .arrow {
    background-image: url("/wp-content/themes/condetalhe/images/arrow.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 15px;
    margin: 0 auto;
    top: 0;
}
.onde-sidebar .client .client-profile .carlos {
    background-image: url("/wp-content/themes/condetalhe/images/carlos.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.onde-sidebar .client .client-profile p.name {
    font-size: 1.25em;
    font-weight: 400;
    color: #ff6822;
    margin:0;
}
.onde-sidebar .client .client-profile p.city {
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-size: 1em;
    margin:0;
}
/* Serviços */
.big-image-servicos {
    background-image: url("/wp-content/themes/condetalhe/images/header-image-servicos.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}
.big-image-servicos .header-title {
    text-align: center;
    position: relative;
}
.big-image-servicos .header-title h1 {
    font-weight: 600;
    color: #fff;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.services-description {
    color: #555;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
    margin-bottom: 10%;
}
.three-services .white {
    padding: 3% 5%;
}
.three-services .grey {
    background-color: #fbfbfb;
    padding: 3% 5%;
}
.second {
    margin-bottom: 5%;
}
.three-services .elevador {
    background-image: url("/wp-content/themes/condetalhe/images/elevador.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-services .telefone {
    background-image: url("/wp-content/themes/condetalhe/images/telefone.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-services .canalizacao {
    background-image: url("/wp-content/themes/condetalhe/images/canalizacao.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-services .eletricidade {
    background-image: url("/wp-content/themes/condetalhe/images/eletricidade.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-services .limpeza {
    background-image: url("/wp-content/themes/condetalhe/images/limpeza.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-services .jardinagem {
    background-image: url("/wp-content/themes/condetalhe/images/jardinagem.png");
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.three-services .topic-content {
    margin-top: 15%;
}
.three-services .topic-content h4 {
    font-size: 1.75em;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
}
.three-services .topic-content p {
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
}
/* Contato */
.big-image-contato {
    background-image: url("/wp-content/themes/condetalhe/images/header-image-contato.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}
.big-image-contato .header-title {
    text-align: center;
    position: relative;
}
.big-image-contato .header-title h1 {
    font-weight: 600;
    color: #fff;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.contato-sidebar {
    width: 100%;
    background-color: #fbfbfb;
    padding: 3% 3%;
}
.contato-sidebar h4 {
    font-size: 1.75em;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
}
.contato-sidebar p {
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
}
.contato-sidebar .fa-phone {
    margin-right: 10px;
}
.contato-sidebar span {
    font-size: .9em;
}
.form .button {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: none;
    color: #ff6822;
    border: 2px solid #ff6822;
    height: 40px;
    text-decoration: none;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    border-radius: 0;
}
.form .button:hover {
    border: 2px solid #ff6822;
    background-color: #ff6822;
    color: #fff;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
/* Orçamento */
.big-image-orcamento {
    background-image: url("/wp-content/themes/condetalhe/images/header-image-orcamento.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}
.big-image-orcamento .header-title {
    text-align: center;
    position: relative;
}
.big-image-orcamento .header-title h1 {
    font-weight: 600;
    color: #fff;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.orcamento-form {
    margin-top: -6%;
    padding: 5%;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 2px solid #f2f2f2;
    -webkit-box-shadow: 0 3px 2px -1px #c5c5c5;
       -moz-box-shadow: 0 3px 2px -1px #c5c5c5;
            box-shadow: 0 3px 2px -1px #c5c5c5;
}
/* Page.php */
.page-inner {
    background-color: #fbfbfb;
    width: 100%;
    height: 300px;
    position: relative;
}
.page-inner .page-inner-title {
    text-align: center;
    position: relative;
    top: 150px;
}
.page-inner .page-inner-title h1 {
    font-weight: 600;
    color: #555;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.page-inner-content p {
    color: #555;
    font-family: 'Cabin', sans-serif;
    font-size: 1.15em;
}
/* Blog */
.post {
    margin-bottom:10%;
}
.blog-posts h2 a {
    font-size: 0.75em;
    text-decoration:none;
    color: #ff6822;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.blog-posts .posts .post .post-thumb {
    margin-bottom: 3%;
}
.blog-posts h2 a:hover {
    opacity: 0.5;
}
ul.post-meta li {
    list-style-type: none;
    display: inline-block;
    font-size: 1em;
    color: #aaa;
    margin-bottom:0;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}
ul.post-meta li a {
    color: #ff6822;
    text-decoration:none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
ul.post-meta li a:hover {
    opacity: 0.5;
}
ul.post-meta li.post-comments {
    float:right;
    right:0;
    text-align: center;
    font-size: 1em;
}
ul.post-meta li.post-comments a {
    color: #ff6822;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
ul.post-meta li.post-comments a:hover {
    opacity: 0.5;
}
.blog-posts .posts .post p, .article p {
    font-size: 1.15em;
    color: #555;
    font-family: 'Cabin', sans-serif;
}
.blog-posts .pagination ul li {
    list-style-type: none;
}
.blog-posts .pagination ul li a {
    text-decoration:none;
    color: #ff6822;
    font-size: 1em;
    font-weight: 500;
    text-transform: none;
    color: #ff6822;
    border: 2px solid #ff6822;
    height: 40px;
    padding: 10px 20px;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    border-radius: 0;
}
.blog-posts .pagination ul li a:hover {
    border: 2px solid #ff6822;
    background-color: #ff6822;
    color: #fff;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
/* Blog Sidebar */
.sidebar {
    width: 100%;
    background-color: #fbfbfb;
    padding: 3% 3%;
}
.sidebar ul li.categories {
    font-size: 1.75em;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
    list-style-type: none;
}
.sidebar ul li.categories ul {
    padding-left:0;
    margin-left:0;
    margin-top: 2%;
}
.sidebar ul li.categories ul li.cat-item {
    font-size: 0.75em;
    font-family: 'Cabin', sans-serif;
    list-style-type: none;
    padding:0;
    margin:0;
}
.sidebar ul li.categories ul li.cat-item a {
    text-decoration:none;
    color: #ff6822;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.sidebar ul li.categories ul li.cat-item a:hover {
    opacity: 0.5;
}
/* Post Comments */
#comments h3 {
    margin-top: 10%;
    font-size: 1.75em;
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
    list-style-type: none;
}
#comments ol {
    list-style: none;
}
#comments .comment {
    margin-bottom: 8%;
}
#comments .comment img {
    float:left;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
}
#comments .comment .comment-body cite.fn {
    display: block;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    padding-top: 80px;
}
#comments .comment .comment-body cite.fn a {
    color: #ff6822;
    text-decoration:none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#comments .comment .comment-body cite.fn a:hover {
    opacity: 0.5;
}
#comments .comment span.says {
    display: none;
}
#comments .comment .comment-body .comment-meta {
    font-size: 0.88em;
}
#comments .comment .comment-body .comment-meta a {
    color: #ff6822;
    text-decoration:none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#comments .comment .comment-body .comment-meta a:hover {
    opacity: 0.5;
}
#comments .comment {
    background-color: #fbfbfb;
    padding: 3%;
}
#comments .comment p {
    margin-top: 2%;
    font-size: 1em;
    color: #aaa;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}
#comments .comment .reply {
    font-size: 1em;
}
#comments .comment .reply a {
    color: #ff6822;
    text-decoration:none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#comments .comment .reply a:hover{
    opacity: 0.5;
}
#comments .comment ul {
    list-style: none;
}
#comments .comment .children {
    margin-left: 10%;
}
#respond .button {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: none;
    color: #ff6822;
    border: 2px solid #ff6822;
    height: 40px;
    text-decoration: none;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    border-radius: 0;
}
#respond .button:hover {
    border: 2px solid #ff6822;
    background-color: #ff6822;
    color: #fff;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
#respond .cancel a {
    font-size: 1em;
    color: #ff6822;
    text-decoration:none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#respond .cancel a:hover{
    opacity: 0.5;
}
/* Forms */
/* ---- page-contato.php ---- */
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="search"]:focus,
.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="url"]:focus,
.form input[type="password"]:focus,
.form textarea:focus,
.form select:focus {
  border: 1px solid #ff6822;
}
.form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 1;
 }
.form input[type=number] {
    -moz-appearance:textfield;
}
/* ---- page-orcamento.php ---- */
.orcamento-form input[type="email"]:focus,
.orcamento-form input[type="number"]:focus,
.orcamento-form input[type="search"]:focus,
.orcamento-form input[type="text"]:focus,
.orcamento-form input[type="tel"]:focus,
.orcamento-form input[type="url"]:focus,
.orcamento-form input[type="password"]:focus,
.orcamento-form textarea:focus,
.orcamento-form select:focus {
  border: 1px solid #ff6822;
}
.orcamento-form input[type=number]::-webkit-inner-spin-button,
.orcamento-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 1;
 }
.orcamento-form input[type=number] {
    -moz-appearance:textfield;
}
/* ---- comments.php ---- */
#commentform input[type="email"]:focus,
#commentform input[type="number"]:focus,
#commentform input[type="search"]:focus,
#commentform input[type="text"]:focus,
#commentform input[type="tel"]:focus,
#commentform input[type="url"]:focus,
#commentform input[type="password"]:focus,
#commentform textarea:focus,
#commentform select:focus {
  border: 1px solid #ff6822;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border-radius: 0 !important;
}
#commentform input[type=number]::-webkit-inner-spin-button,
#commentform input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 1;
 }
#commentform input[type=number] {
    -moz-appearance:textfield;
}
.user-comment-label {
    display: none;  /* Não mostrar o campo do Bot no formulário */
}
.user-comment-input {
    display: none;  /* Não mostrar o campo do Bot no formulário */
}
.error {
    color: red;
}
.success {
    color: green;
}
/* Blog Content Style */
.article .description a {
    color: black;
    text-decoration: none;
}
.article .description a:hover {
    text-decoration: underline;
    color: black;
}
.article .description h1 {
    font-size: 2.5em;
    font-weight: 600;
}
.article .description h2 {
    font-size: 2em;
    font-weight: 600;
}
.article .description h3 {
    font-size: 1.5em;
    font-weight: 600;
}
.article .description h4 {
    font-size: 1.25em;
    font-weight: 600;
}
.article .description h5 {
    font-size: 1em;
    font-weight: 600;
}
.article .description h6 {
    font-size: 0.85em;
    font-weight: 600;
}
.article .description ul {
    list-style-type: disc;
    margin-left: 5px;
}
.article .description ol {
    margin-left: 5px;
}
.article .description blockquote {
    background: #f1f1f1;
    border-left: 10px solid #ccc;
    margin: 1.5em 0;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
.article .description blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.article .description blockquote p {
    display: inline;
}
/* Wordpress Image Alignment */
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; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


















/* Mobile Media Queries */


@media (min-width: 320px) and (max-width: 749px) {

#top-bar {
    position: static;
    height: auto;
    padding-bottom: 6%;
}
.logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.logo .logo-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 6%;
    top: auto;
}
.logo p {
    text-align: center;
    display: block;
    position: relative;
    margin-top: 2%;
    margin-bottom: 0;
    top: auto;
}
.logo p.slogan {
    text-align: center;
    display: block;
    position: relative;
    margin-top: -10px;
    margin-bottom: 5%;
    top: auto;
}
.logo a {
    text-decoration: none;
}
.nav {
    float:none;
    right:auto;
    text-align:center;
    margin-top: 4.5rem;
    line-height: 30px;
    height: auto;
    margin: 0;
}
.nav nav ul li {
    list-style: disc;
    display: block;
}
.nav nav ul li.normal {
    margin-right: 0;
}
.nav nav ul li.normal a:hover {
    border: none;
}
.nav nav ul li.contato {
    margin: 10% 0 0 0;
}
.big-image {
    margin-top: 0;
    height: 400px;
}
.header-title h1 {
    padding-top: 20%;
    font-size: 2.25em;
}
.header-title h2 {
    font-size: 1.65em;
}
.manager {
    margin-top: -6%;
    width: 90%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.manager .manager-profile  {
    margin: 10% 0 10% 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.description {
    padding-top: 10%;
}
.description h3 {
    font-size: 1.65em;
}
.topics {
    margin: 10% 0;
    padding: 10% 0;
}
.three-topics .topic-content {
    margin-top: 5%;
}
.three-topics .topic-content h4 {
    font-size: 1.55em;
}
.locations {
    margin-top: 10%;
    margin-bottom: 10%;
}
.locations h3 {
    font-size: 1.65em;
}
.locations .three-locations .location {
    padding: 10% 5%;
    margin-bottom: 10%;
}
.locations .three-locations .location h4 {
    font-size: 1.55em;
}
.zonas-button {
    margin-top: 5%;
    margin-bottom: 20%;
}
.clients {
    margin-bottom: 10%;
}
.clients h3 {
    font-size: 1.65em;
}
.clients .clients-feedback .client {
    margin-bottom: 10%;
}
.footer {
    padding-top: 10%;
}
/* Onde */
.big-image-onde {
    margin-top: 0;
}
.big-image-onde .header-title {
    text-align: center;
}
.big-image-onde .header-title h1 {
    padding-top: 20%;
    font-size: 2.25em;
}
.big-image-onde .legend-header-image {
    display: none;
}
.onde-content .images {
    height: auto;
}
.onde-content .images .porto-de-mos {
    background-image: url("/wp-content/themes/condetalhe/images/porto-de-mos-300.png");
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.onde-content .images .nazare {
    background-image: url("/wp-content/themes/condetalhe/images/nazare-300.png");
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.onde-sidebar .call-button {
    display: none;
}
.onde-sidebar .client {
    margin-top: 10%;
    margin-bottom: 10%;
}
/* Serviços */
.big-image-servicos {
    margin-top: 0;
}
.big-image-servicos .header-title h1 {
    margin-top: 20%;
    font-size: 2.25em;
    top: auto;
    left: auto;
    margin-right: 0;
    transform: none;
}
.three-services .white {
    padding: 10% 5%;
}
.three-services .grey {
    background-color: #fbfbfb;
    padding: 10% 5%;
}
.second {
    margin-bottom: 10%;
}
/* Contato */
.big-image-contato {
    margin-top: 0;
}
.big-image-contato .header-title h1 {
    margin-top: 20%;
    font-size: 2.25em;
    top: auto;
    left: auto;
    margin-right: 0;
    transform: none;
}
.contato-sidebar {
    margin-bottom: 10%;
}
/* Orçamento */
.big-image-orcamento {
    margin-top: 0;
}
.big-image-orcamento .header-title h1 {
    margin-top: 20%;
    font-size: 2.25em;
    top: auto;
    left: auto;
    margin-right: 0;
    transform: none;
}
.orcamento-form {
    margin-top: 10%;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
/* Page.php */
.page-inner {
    margin-top: 0;
}
.page-inner .page-inner-title h1 {
    font-size: 2.25em;
}
/* Blog */
.post {
    margin-bottom:20%;
}
.blog-posts .posts .post .post-thumb img {
    max-width: 100%;
    height: auto;
}
ul.post-meta li {
    list-style-type: disc;
    display: block;
    margin-bottom: auto;
}
ul.post-meta li.post-comments {
    float: left;
    right: auto;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 5%;
}
.article img {
    max-width: 100%;
    height: auto;
}
/* Blog Sidebar */
.sidebar {
    margin-bottom: 10%;
}

}


@media (min-width: 750px) and (max-width: 999px) {


#top-bar {
    position: static;
    height: auto;
    padding-bottom: 6%;
}
.logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.logo .logo-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 6%;
    top: auto;
}
.logo p {
    text-align: center;
    display: block;
    position: relative;
    margin-top: 2%;
    margin-bottom: 2%;
    top: auto;
}
.logo p.slogan {
    text-align: center;
    display: block;
    position: relative;
    margin-top: -8%;
    margin-bottom: 10%;
    top: auto;
}
.logo a {
    text-decoration: none;
}
.nav {
    float:none;
    right:auto;
    text-align:center;
    margin-top: 4.5rem;
}
.nav nav ul li {
    list-style: disc;
    display: block;
}
.nav nav ul li.normal {
    margin-right: 0;
}
.nav nav ul li.normal a:hover {
    border: none;
}
.nav nav ul li.contato {
    margin: 10% 0 0 0;
}
.big-image {
    margin-top: 0;
    height: 400px;
}
.header-title h1 {
    padding-top: 20%;
    font-size: 2.25em;
}
.header-title h2 {
    font-size: 1.65em;
}
.manager {
    margin-top: -6%;
    width: 90%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.manager .manager-profile  {
    margin: 10% 0 10% 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.description {
    padding-top: 10%;
}
.description h3 {
    font-size: 1.65em;
}
.topics {
    margin: 10% 0;
    padding: 10% 0;
}
.three-topics .topic-content {
    margin-top: 5%;
}
.three-topics .topic-content h4 {
    font-size: 1.55em;
}
.locations {
    margin-top: 10%;
    margin-bottom: 10%;
}
.locations h3 {
    font-size: 1.65em;
}
.locations .three-locations .location {
    padding: 10% 5%;
    margin-bottom: 10%;
}
.locations .three-locations .location h4 {
    font-size: 1.55em;
}
.zonas-button {
    margin-top: 5%;
    margin-bottom: 20%;
}
.clients {
    margin-bottom: 10%;
}
.clients h3 {
    font-size: 1.65em;
}
.clients .clients-feedback .client {
    margin-bottom: 10%;
}
.footer {
    padding-top: 10%;
}
/* Onde */
.big-image-onde {
    margin-top: 0;
}
.big-image-onde .header-title {
    text-align: center;
}
.big-image-onde .header-title h1 {
    padding-top: 20%;
    font-size: 2.25em;
}
.big-image-onde .legend-header-image {
    display: none;
}
.onde-content .images {
    height: auto;
}
.onde-content .images .porto-de-mos {
    background-image: url("/wp-content/themes/condetalhe/images/porto-de-mos-300.png");
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.onde-content .images .nazare {
    background-image: url("/wp-content/themes/condetalhe/images/nazare-300.png");
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.onde-sidebar .call-button {
    display: none;
}
.onde-sidebar .client {
    margin-top: 10%;
    margin-bottom: 10%;
}
/* Serviços */
.big-image-servicos {
    margin-top: 0;
}
.big-image-servicos .header-title h1 {
    margin-top: 20%;
    font-size: 2.25em;
    top: auto;
    left: auto;
    margin-right: 0;
    transform: none;
}
.three-services .white {
    padding: 10% 5%;
}
.three-services .grey {
    background-color: #fbfbfb;
    padding: 10% 5%;
}
.second {
    margin-bottom: 10%;
}
/* Contato */
.big-image-contato {
    margin-top: 0;
}
.big-image-contato .header-title h1 {
    margin-top: 20%;
    font-size: 2.25em;
    top: auto;
    left: auto;
    margin-right: 0;
    transform: none;
}
.contato-sidebar {
    margin-bottom: 10%;
}
/* Orçamento */
.big-image-orcamento {
    margin-top: 0;
}
.big-image-orcamento .header-title h1 {
    margin-top: 20%;
    font-size: 2.25em;
    top: auto;
    left: auto;
    margin-right: 0;
    transform: none;
}
.orcamento-form {
    margin-top: 10%;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
/* Page.php */
.page-inner {
    margin-top: 0;
}
.page-inner .page-inner-title h1 {
    font-size: 2.25em;
}
/* Blog */
.post {
    margin-bottom:20%;
}
.blog-posts .posts .post .post-thumb img {
    max-width: 100%;
    height: auto;
}
ul.post-meta li {
    list-style-type: disc;
    display: block;
    margin-bottom: auto;
}
ul.post-meta li.post-comments {
    float: left;
    right: auto;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 5%;
}
.article img {
    max-width: 100%;
    height: auto;
}
/* Blog Sidebar */
.sidebar {
    margin-bottom: 10%;
}

}
