/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

@media screen and (min-width: 768px) {
    .x-breadcrumbs-wrap {
        margin-left: 75px;
    }
    
    .acomodacoes.suites {
        margin-top: 10% !important;
    }
    
    .texto.eventos {
        margin-top: 4% !important;
    }
    
    .coluna.servico {
        width: 16.8%;
        margin-right: 4%;
        float: left;
    }
    
    .coluna.servico.last {
        margin-right: 0;
    }
    
    .x-topbar .mobile {
        display: none;
    }
    
    .fa-facebook-f:before, .fa-instagram:before {
        padding-left: 1px;
    }
    
    .texto.eventos {
        padding: 40px 40px 50px 40px !important;
    }
    
    .divisor {
        width: 1px;
        height: 41px;
        background: #ffffff;
        margin: 0 auto;
        color: transparent;
    }
    
    .btn-especial a span {
        background: rgb(74, 172, 174) !important;
        padding: 15px 15px !important;
        text-decoration: none;
        color: #ffffff;
        margin-top: 10px;
    }
    
    .btn-especial a:hover > span {
        background: rgba(74, 172, 174, 0.7) !important;
    }
    
    .btn-especial a {
        padding: 14px 0px 0px 6px !important;
    }
}

@media screen and (max-width: 767px) {
    .img.destacada .x-bg-layer-lower-image {
        background-image: url(https://aljihotel.com.br/wp-content/uploads/2018/10/background-hotel-alji-indaiatuba-e-salto-mobile.jpg) !important;
    }
    
    .home .img.destacada {
        padding: 125px 0px 29px 0px !important;
    }
    
    .acomodacoes.suites, .texto.eventos {
        text-align: center;
    }
    
    .acomodacoes.suites p {
        text-align: left;
    }
    
    .imagem.suites {
        height: 300px !important;
    }
    
    .x-section.swapcolumns .x-container {
        display: flex;
        flex-flow: column-reverse wrap;
    }
    
    .coluna.servico {
        width: 50%;
        float: left;
    }
    
    .x-topbar .desktop, .esconder.coluna {
        display: none !important;
    }
    
    .x-topbar {
        padding: 1px 0px 0px !important;
        text-align: center;
    }
    
    .fa-facebook-f:before, .fa-instagram:before {
        padding-right: 1px;
    }
    
    .fa-concierge-bell:before {
        padding-left: 1px;
    }
    
    .locais.proximos .x-column {
        width: 50%;
        float: left;
    }
    
    .contatos.unidade .x-column:last-child {
        width: 100%;
    }

    .contatos.unidade .x-column {
        width: 50%;
        float: left;
        padding: 5px 5px;
    }
    
    .formatos.sala .x-column {
        width: 50%;
        float: left;
    }
    
    a.x-brand.img img {
        max-width: 80%;
        padding-top: 7px;
    }
}


@media screen and (min-width: 820px) {
    .faixa-contatos .cidade i.fab.fa-whatsapp {
        font-size: 18px;
    }
}


@media screen and (max-width: 819px) {
    .cidade a span {
        display: none;
    }
    
    .cidade i {
        color: rgb(135, 34, 25);
        height: 35px !important;
        width: 35px !important;
        background: #ffffff;
        border-radius: 50%;
        vertical-align: unset;
        padding-top: 5px;
        text-align: center;
        font-size: 23px;
    }
}

@media screen and (max-width: 1046px) {
    .x-navbar-fixed-top {
        position:fixed !important;
    }
}

@media screen and (max-width: 1046px) {
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* IMAGE ZOOM */

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.parent_home {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child_home {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Several different images */
.bg-um {background-image: url(https://aljihotel.com.br/wp-content/uploads/2018/10/alji-hotel-indaiatuba.jpg);}
.bg-dois {background-image: url(https://aljihotel.com.br/wp-content/uploads/2018/10/alji-hotel-salto-fachada-destacada.jpg);}
.bg-tres {background-image: url(https://aljihotel.com.br/wp-content/uploads/2018/12/alji-hotel-suite-indaiatuba.jpg);}
.bg-quatro {background-image: url(https://aljihotel.com.br/wp-content/uploads/2018/12/alji-hotel-suite-salto.jpg);}

.child_home a {
    display: block;
    font-size: 23px;
    color: #ffffff !important;
  	line-height: 1;
    font-weight: 300;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}

.parent_home:hover .child_home, .parent:focus .child_home {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent_home:hover .child_home:before, .parent_home:focus .child_home:before {
    display: block;
}

.parent_home:hover a, .parent_home:focus a {
    display: block;
}

.child_home:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent_home {width: 100%; margin: 15px 0px}
        .wrapper_home {padding: 0px 0px;}
  
  .parent_home .child_home:before, .parent_home:focus .child_home:before {
    display: block;
}

.parent_home a, .parent_home:focus a {
    display: block;
}
}

.hello_home {display: none}

.escurecer {
  height: 100%;
  width: 100%;
  background: rgba(60, 116, 115, 0.75);
}

span.categoria-imagem {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    padding: 15px 20px 20px;
}

/* IMAGE ZOOM */

.masthead {
    position: absolute;
    width: 100%;
}

.home header.x-header-landmark {
    display: none;
}

.blog .featured-image,
.search .featured-image,
.post-template-default .featured-image {
    display: unset;
}

.x-landmark,
.x-breadcrumbs-wrap {
    width: 100%;
    padding: 0;
    float: left;
}

.x-landmark {
    padding-bottom: 25px;
}

.x-breadcrumbs-wrap {
    text-align: left;
}

h1.h-landmark.entry-title, h1.h-landmark {
    color: #ffffff;
    letter-spacing: 0px;
    font-size: 35px;
    text-transform: uppercase;
}

h2.h-landmark.entry-title {
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 0px;
}

.x-landmark-breadcrumbs-wrap {
    text-align: center;
}

header.x-header-landmark .x-container.max.width {
    background-color: rgba(0, 0, 0, 0.58) !important;
    width: 100%;
    padding: 185px 0px 20px 0px;
}

header.x-header-landmark {
    background-image: url(https://aljihotel.com.br/wp-content/uploads/2018/10/background-alji-hotel.jpg);
    background-repeat: no-repeat;
    background-position: 15% 74%;
    background-size: cover;
    padding: 0px;
    border: none;
}

.x-nav-wrap.mobile {
    background: #407372;
    padding: 0px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: scroll;
    height: 67vmax;
}

.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
    box-shadow: none !important;
}

.x-navbar .desktop .x-nav > li > a > span {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.x-navbar.x-navbar-fixed-top {
    background: rgba(60, 116, 115, 0.85) !important;
}

.x-navbar li .sub-menu {
    background-color: rgba(37, 85, 84, 0.95) !important;
    border-radius: 0px 0px 10px 10px;
}

.x-topbar {
    padding: 4px 0px 0px;
    height: 28px;
    min-height: 0;
}

.x-topbar p {
    margin: 0 !important;
    float: right !important;
}

.x-colophon.top {
    padding: 3% 0 2%;
    background-color: #3C7473;
    color: #ffffff !important;
}

.x-colophon .widget ul li {
    background-color: #3C7473;
    border-top: 0;
    border-bottom: 1px solid #f2f2f287;
    text-transform: uppercase;
}

.x-colophon .widget_pages ul {
    border-top: 0;
    border-bottom: 0;
}

.x-colophon a,
.x-colophon h4 {
    color: #ffffff !important;
}

footer.x-colophon.bottom {
    padding: 0px;
}

.x-colophon-content p {
    margin: 0;
}

.x-colophon.bottom .x-colophon-content {
    margin: 10px 0;
}

.geral-submit input {
    width: 100%;
    text-transform: uppercase;
    padding: 13px 0px;
}

.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 5px;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    float: left;
}

.input-group.dir input {
    width: 100%;
}

.input-group.esq input {
    width: 75%;
}

.input-group-label {
    background: #ffffff;
    color: #759b99;
    text-align: center;
    align-items: center;
    width: 20%;
    height: 40px;
    border-radius: 0px 5px 5px 0px;
}

.input-group-label i {
    font-size: 20px;
    padding-top: 10px;
}

.datepicker.datepicker-dropdown {
    top: 347px !important;
    left: 84px;
    z-index: 11;
    position: absolute;
    display: block;
    background: #ffffff;
}

table.table-condensed tbody tr td:first-child:hover {
    background: #afd9ee;
}

table.table-condensed tbody tr .disabled:first-child:hover {
    background: #d9edf7;
}

table.table-condensed tbody tr td:first-child {
    background: #d9edf7;
    border: none;
    border-radius: 0;
    color: #333333 !important;
}

table.table-condensed tbody tr td {
    color: #333333 !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
table.table-condensed tbody tr td.disabled {
    color: #b9b9b9 !important;
}

table.table-condensed tbody tr td.active.day {
    color: #ffffff !important;
}

th.dow,
.datepicker-switch,
.next,
th.today {
    color: #000000;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    box-shadow: 1px 1px 5px 0px #0000005e;
}

.input-group input[type="text"] {
    border: none;
    height: 40px;
    border-radius: 5px 0px 0px 5px;
}

span.tarifas.reais {
    font-size: 60px;
    font-weight: bold;
}

.antiga .tarifas.reais, .x-text.antiga {
    font-size: 27px !important;
    font-weight: 300;
    text-decoration: line-through;
}

.tarifas.esquerda,
.tarifas.direita {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.tarifas.direita {
    text-align: right;
}

.tarifas.esquerda img {
    padding: 0px 2px;
}

.tarifas.suites .x-column {
    margin-bottom: 20px;
}

.lei.transparencia {
    border: 1px solid #3C7473;
    border-collapse: collapse;
    padding: 5px;
}

.lei.transparencia th {
    border: 1px solid #3C7473;
    padding: 5px;
    background: #3C7473;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

.lei.transparencia td {
    border-left: 1px solid #3C7473;
    padding: 5px;
}

.lei.transparencia td:nth-child(2) {
    text-align: center;
}

.x-breadcrumbs i {
    color: rgb(75,174,172);
}

.acomodacoes.suites h3 {
    font-size: 25px;
    color: #ffffff;
}

.acomodacoes.suites p, .texto.eventos p {
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    padding-bottom: 10px;
}

.texto.eventos p {
    text-align: left;
}

.btnReservar {
    width: 100% !important;
}

.x-btn, .button, [type="submit"] {
    padding: 10px 1.125em 10px;
}

.imagem.suites {
    height: 350px;
}

.imagem.eventos {
    height: 280px;
}

.acomodacoes.suites a, .texto.eventos a {
    color: #ffffff;
    padding: 10px 60px;
    border: 1px solid rgba(255, 255, 255, 0.75);
}

.info.up.suites {
    background: #3C7473;
    padding: 20px 20px 10px;
    color: #fff;
    float: left;
}

.listas {
    margin: 0;
}

.listas li {
    list-style-type: none;
    padding-bottom: 10px;
    width: 50%;
    float: left;
}

.suite.faixa {
    vertical-align: middle !important;
}

.x-navbar .desktop .x-nav li>a>span:after {
    content: "\f107";
    font-size: 13px;
}

.circle-icon i {
    color: rgb(117, 155, 153);
    font-size: 13px;
    height: 21px !important;
    width: 21px !important;
    background: #ffffff;
    border-radius: 50%;
    vertical-align: unset;
    padding-top: 5px;
    text-align: center;
}

.circle-icon i:hover {
    background: #cfdddd;
}

.x-topbar .p-info a:hover {
    color: #cfdddd !important;
}

.coluna.servico {
    text-align: center;
    margin-bottom: 20px;
    padding: 0px 5px;
}

.coluna.servico .x-image {
    padding: 0px 0px 10px 0px;
}

.coluna.servico .x-text {
    color: rgb(60,116,115);
    min-height: 65px;
}

.faixa-contatos .cidade {
    width: 50%;
    float: left;
}

.faixa-contatos .cidade a {
    color: #ffffff;
}

.faixa-contatos .cidade a:hover, .contatos a:hover {
    color: rgb(155,202,201);
}

.contatos a {
   color: #4E4E4E; 
}

.contatos.unidade .x-anchor-button {
    width: 100%;
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 40px !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid rgba(60, 116, 115, 0.4);
    border-radius: 3px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}

footer.x-colophon.top h4 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
}

footer.x-colophon.top li.page_item.current_page_item {
    display: none;
}

footer.x-colophon.top .circle-icon i {
    color: rgb(46, 116, 115);
    font-size: 57px;
    padding-top: 7px;
    height: 70px !important;
    width: 70px !important;
}

.contato.first {
    width: 50%;
    float: left;
    padding-right: 2%;
}

.contato.last {
    width: 50%;
    float: left;
}

.contato.wide {
    width: 100%;
    float: left;
}

.input-group.wide {
    width: 100%;
}

.input-group.wide select {
    width: 100%;
}

p.descricao.unidades {
    margin: 0px 0px 5px;
    color: #ffffff;
}

.x-topbar .mobile .esquerda a {
    color: #ffffff;
}

.x-topbar .mobile .direita {
    text-align: right;
}

.x-topbar .mobile .esquerda {
    text-align: left;
}

.x-topbar .mobile .esquerda, .x-topbar .mobile .direita {
    width: 50%;
    float: left;
}