/*
    Theme Name: Palacio Correio-Mor Theme
    Description: This is a Barch child theme for website Palacio do Correio-Mor.
    Template: barch-theme
    Author: Afonso Silva
    Author URI: http://hotpixelstudio.com
    Version: 1.0
    License: GNU General Public License version 1.0
    License URI: https://www.gnu.org/licenses/gpl-1.0.html
*/

html {
    scroll-behavior: smooth;
}

.h-300 {
    height: 300px;
}

.fix-header {
    margin-top: -92px !important;
}

.vc_custom_heading {
    font-family: 'EB Garamond', serif !important;
}


/** HEADER **/

.wph-site-header {
    position: fixed;
    transition-delay: 0.3s;
    padding: 0;
    background: rgba(0,0,0, 0.4);
}

.wph-site-header .blog-name {
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    padding-top: 40px;
    float: right;
    font-weight: 500;
    color: #f4f0ef;
}

.wph-site-header.sticky-header .site-brand>img {
    max-width: 90px;
}
.wph-site-header.sticky-header .nav_menu li.menu-item a {
    padding: 30px 20px 20px;
}
.wph-site-header.sticky-header .blog-name {
    padding-top: 20px;
}

.wph-site-header .site-brand>h1 {
    font-family: 'Raleway', sans-serif;
    text-transform: unset;
}

.sticky-header .logo-alt {
    display: inline;
}

.site-menu .menu-item a {
    text-decoration: none;
}

.wph-site-header .nav_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.wph-site-header .nav_menu li.menu-item {
    float: left;
}
.wph-site-header .nav_menu li.menu-item a {
    padding: 50px 20px 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.wph-site-header .nav_menu li.menu-item:last-child a {
    padding-right: 0;
}

.wph-site-header .site-menu>ul>li>a>span:after {
    height: 0;
}

.logo-alt {
    display: none;
}

.wph-site-header .menu-item a span {
    border-bottom: 2px solid transparent;
}

.wph-site-header .menu-item a:hover span {
    color: #b8284c;
}


/** FOOTER **/

.wph-site-footer {
    padding: 10px 0;
    height: 60px;
}

.wph-site-footer[data-scheme="dark"] {
    background-color: #dcdcdc;
    color: #888;
}

.wph-site-footer>.copyright-line {
    padding-top: 20px;
    font-size: 0.7em;
}

.wph-site-header .left-side {
    width: 100%;
}

.wph-site-header .right-side {
    width: 50%;
}

.footer-details {
    float: right;
}

.footer-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-details ul li {
    float: left;
}

.btn-primary:before {
    background: #dedede;
}

.btn-primary:hover:before {
    background: #dedede;
}

.wph-site-header .site-brand>h1 {
    font-family: 'Playfair Display', serif;
    text-shadow: 0px 0px 20px #353535;
}

.wph-site-header .site-brand>img {
    max-width: 120px;
    float: left;
}

.wph-instagram-pics>li {
    padding: 20px 1% 0px;
    width: 16.6%;
}

.wph-header-spacer {
    height: 92px !important;
}

.section-image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover !important;
}