/*
Theme Name: Aberto para obras
Theme URI: http://Imaginevirtual.com
Author: Imaginevirtual
Author URI: http://Imaginevirtual.com
Description: Description
Version: 1.0.0
License: Protected private property
License URI: http://www.imaginevirtual.com/termos-e-condicoes/
Text Domain: abertoparaobras
Tags:

abertoparaobras is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Custom
# Media Queries
# Clearfix
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

html,
body,
a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.cookie-message {
    display: none;
    position: fixed;
    z-index: 2000;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px;
    background: rgba(0, 0, 0, .90);
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.cookie-eater {
    display: inline-block;
    margin: 0 10px;
    background: red;
    padding: 2px 12px;
    border-radius: 3px;
    text-decoration: none !important;
    font-weight: 400 !important;
}

a#fvpp-close {
    display: none;
}

.cookie-message a {
    color: #fff;
    font-weight: 300;
    position: initial;
    text-decoration: underline;
}

.cookie-message a:hover {
    text-decoration: none;
}

.burger-wrapper {
    display: none;
}

header#masthead {
    padding-top: 35px;
    padding-bottom: 30px;
    background: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.site-branding {
    position: relative;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.site-branding a:hover {
    opacity: .5;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.menu-main-container {
    text-align: right;
}

ul#primary-menu {
    display: inline-block;
}

#primary-menu li {
    padding: 0 5px;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

#primary-menu li:last-child {
    padding-right: 0;
}

#primary-menu li:first-child {
    padding-left: 0;
}

#primary-menu li a {
    padding: 0 0 3px;
    display: initial;
    font-size: 14px;
    color: #010101;
    text-transform: uppercase;
    font-weight: 400;
}

#primary-menu li a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

article#head-quote {
    padding: 85px 0;
    text-align: center;
}

article#head-quote h1 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

article#head-quote h5 {
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 20px;
}

article#head-quote img {
    opacity: .5;
}

article#bottom-quote {
    padding: 85px 0;
    text-align: center;
}

article#bottom-quote h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 2rem;
    font-weight: 300;
}

article#bottom-quote h5 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

article#block-contact {
    padding: 0 0;
    text-align: center;
}

article#block-contact h1 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

article#block-contact h5 {
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 20px;
    opacity: .5;
}

.home-arrow-nest {
    position: relative;
}

img.home-arrow {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#map-canvas {
    height: 500px;
    background: lightgrey;
}

.gm-style-iw div h5 {
    margin-bottom: 10px !important;
}

footer {
    padding: 105px 0;
    background: #565d67;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

footer a {
    font-size: 12px;
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

footer .imagine a:hover {
    text-decoration: underline;
}

.foot-quote {
    width: 100%;
    max-width: 490px;
    margin: 50px auto;
}

.social-icons {
    width: 100%;
    max-width: 490px;
    margin: 0 auto 50px auto;
}

.social-icons a {
    margin: 0 10px;
}

.copyright,
.imagine {
    line-height: 1.5rem;
    font-size: 12px;
}

article#contact-form {
    padding: 40px 0 85px;
    text-align: center;
}

article#contact-form>div {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

article#contact-form input[type=text],
article#contact-form input[type=email],
article#contact-form textarea {
    padding: 15px 15px;
    border: 1px solid #777777;
    height: inherit;
    font-size: 18px;
    color: #010101;
    margin-top: 15px;
    margin-bottom: 0;
}

article#contact-form textarea {
    height: 200px;
    resize: none;
    margin-bottom: 0;
}

article#contact-form input[type=submit] {
    width: 100%;
    border: 0;
    margin-top: 15px;
    padding: 15px 40px;
    background: #706f6f;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
}

div.wpcf7-response-output {
    margin: 0 0 0;
    font-size: 14px;
}

input::placeholder {
    color: #777777;
}

textarea::placeholder {
    color: #777777;
}

.scroll-top-inner {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
}

.inner-page-wrapper {
    padding-bottom: 85px;
}

.home-slider {
    position: relative;
    z-index: 500;
}

.portofolio-main-wrapper {
    padding-bottom: 300px;
}

.tabs {
    border: 0;
    background: transparent;
}

.tabs-content {
    border: 0;
}

.tabs-panel {
    padding: 0;
}

.tabs-title>a,
.accordion-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color: #010101;
    padding: 1rem 1rem;
}

.tabs-title:first-child a {
    padding-left: 0;
}

.tabs-title:last-child>a {
    padding-right: 0;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true],
.tabs-title>a:hover,
.accordion-title:focus,
.accordion-title:hover {
    background: transparent;
    color: red;
}

.portfolio-work-wrapper {
    position: relative;
    overflow: hidden;
    height: 215px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.portfolio-work-wrapper img {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


/*.portfolio-work-wrapper:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}*/

.portfolio-work-title {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .75);
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}

.portfolio-work-title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    width: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio-work-wrapper:hover .portfolio-work-title {
    opacity: 1;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.columns:last-child:not(:first-child) {
    float: left;
}

.entry-title {
    width: auto;
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
}

a.mains-no-fb {
    position: relative;
    top: 30px;
    float: right;
}

h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
}

article#related-posts {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    clear: both;
}

h2.screen-reader-text {
    display: none;
}

.post-nav-wrapper {
    padding: 20px 0 0;
}

.post-nav-wrapper>div,
.post-nav-wrapper>div a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: #010101;
}

.post-nav-wrapper>div:last-child {
    float: right !important;
    text-align: right;
}

.entry-title.push-me {
    float: right;
    text-align: right;
    position: relative;
    top: 13px;
    cursor: pointer;
    font-size: 24px;
}


/*--------------------------------------------------------------
# Sticky Header
--------------------------------------------------------------*/

.sticky {
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #fff;
    border-bottom: 2px solid red;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.sticky .site-branding {
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.sticky #primary-menu li {
    padding: 0 5px;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.sticky #primary-menu li:last-child {
    padding-right: 0;
}

.sticky #primary-menu li:first-child {
    padding-left: 0;
}

.error-wrapper h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: red;
    text-transform: uppercase;
}

.error-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
}

.error-wrapper h2 {
    text-align: center;
}

.error-wrapper h2 a {
    font-size: 25px;
    color: #010101;
}

.bottom-images {
    margin-bottom: 0;
}

.nivo-caption {
    max-width: 12%;
    padding: 10px 10px 10px 10px !important;
    text-align: center;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform: lowercase;
    font-size: 20px;
    bottom: 55px !important;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1195px) {}

@media only screen and (max-width: 1024px) {
    .site-branding {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 990px) {
    .menu-main-container {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .inner-page-wrapper {
        padding-bottom: 45px;
    }
}

@media only screen and (max-width: 736px) {
    h3 {
        font-family: 'Titillium Web', sans-serif;
        font-size: 20px;
        text-align: center;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 667px) {}

@media only screen and (max-width: 640px) {
    .site-branding {
        text-align: center;
    }
    .menu-main-container {
        display: none;
    }
    .main-navigation-wrapper {
        text-align: center;
    }
    .burger-wrapper {
        display: block;
        position: relative;
        width: 47px;
        height: 47px;
        margin: 0 auto 0;
        overflow: hidden;
    }
    .menu-toggle {
        position: relative;
        z-index: 50;
        display: inline-block;
        width: 47px;
        height: 47px;
        cursor: pointer;
        transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
    }
    .menu-toggle:hover {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
    }
    ul#primary-menu {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }
    #primary-menu li,
    .sticky #primary-menu li {
        display: block;
        text-align: center;
        padding: 5px 0px;
    }
    .smallbgrd {
        background: #010101;
    }
}

@media only screen and (max-width: 568px) {
    .portfolio-work-wrapper {
        position: relative;
        overflow: hidden;
        height: 105px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 440px) {
    .hide-image-block {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .entry-title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.2em;
    }
    .entry-title.push-me {
        float: right;
        text-align: right;
        position: relative;
        top: 0px;
        cursor: pointer;
        font-size: 20px;
    }
    a.mains-no-fb {
        position: relative;
        top: 0;
        float: none;
        margin-bottom: 20px;
        display: inline-block;
    }
    .nivo-caption {
        max-width: 30%;
        padding: 5px 5px 5px 5px !important;
        text-align: center;
        font-family: 'Titillium Web', sans-serif !important;
        text-transform: lowercase;
        font-size: 20px;
        bottom: 5px !important;
    }
}


/*--------------------------------------------------------------
# Clearfix
--------------------------------------------------------------*/

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}