/*
Theme Name: The Boulevard Child theme
Theme URI: http://www.boulevard.com
Author: The Boulevard
Author URI: http://www.thehotel.pt
Description: Boulevard - Lisbon Apartments
Template:       boulevard
*/
@import url("../boulevard/style.css");

body {
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
}

/* HEADER */
#page .masthead.full-width {
    padding: 0 20px;
}

/* HEADER - logo lines */
.header-bar .logo-line {
    position: absolute;
    background: #fff;
    content: " ";
    z-index: 1000;
    display: block;
    height: 5px;
    width: 200%;
    left: 0;
}

.header-bar .logo-line.logo-line-top {
    top: 36px;
}

.header-bar .logo-line.logo-line-bottom {
    top: 83px;
}

/* MENU */
@media screen and (max-width: 640px) {
    .side-header .main-nav {
        padding-top: 60px;
    }
}

/* MENU - bold characters */
.main-nav > li > a .menu-text b,
.main-nav > li > a .menu-text strong {
    font-family: "prelo-slab-semi-bold", Helvetica, Arial, Verdana, sans-serif;
}

/* SEARCH FORM - bottom line */
.masthead.side-header .mini-widgets .mini-search .searchform-boulevard .field {
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border-bottom: 3px solid #fff !important;
    bottom: -3px;
    left: 132px;
    height: 37px;
    padding: 13px 15px 1px 15px;
}

/* SEARCH FORM - label */
.masthead.side-header .mini-widgets .mini-search .searchform-boulevard .submit {
    font-family: "prelo-slab-semi-bold", Helvetica, Arial, Verdana, sans-serif;
    font-size: 30px;
}

/* LANG SWITCHER */
.masthead.side-header .mini-widgets > .text-area {
    display: block;
    width: 100%;
    padding: 16px 0;
    text-transform: uppercase;
    font-family: "prelo-slab-semi-bold", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
}

.masthead.side-header .mini-widgets > .text-area > p {
    margin: 0 -10px;
}

.masthead.side-header .mini-widgets > .text-area a {
    font-family: "prelo-hairline", Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
}

.masthead.side-header .mini-widgets > .text-area a:hover {
    color: #757575;
}

.masthead.side-header .mini-widgets > .text-area a.current_language {
    font-family: "prelo-slab-semi-bold", Helvetica, Arial, Verdana, sans-serif;
}


