/*
Theme Name: Stack Child
Theme URI: http://www.tommusrhodus.com/stack-wordpress-theme
Description: Child theme for the Stack theme
Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
Author URI: http://www.tommusrhodus.com
Template: stack
Version: 10.0.0
*/

@import url('../stack/style.css');

/* FONTS */

h2 {
    font-family: 'Bodoni' !important;
    font-size: 27px;
}
/* HEADER */

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
    color: #00463f !important;
    font-size: 15px;
    font-weight: 600;
}
li#menu-item-wpml-ls-7-nl:after {
    content: "|";
    /* margin-right: -15px; */
    padding-left: 6px;
    position: absolute;
    font-size: 11px;
}
.bar__module:not(:only-child) .menu-horizontal {
    top: 5px;
}
.text-grey-link a, .text-grey-link p.a-collum-link {
    color: #83a597;
    background-color: #ffffff;
    text-decoration: none !important;
    padding: 10px 20px;
    letter-spacing: 0px;
    margin-top: 40px !important;
    font-family: Open Sans, 'Helvetica', 'Arial', sans-serif !important;
    font-weight: 600 !important;
    max-width: 300px;
    margin-left: 100px;
    margin-bottom: 15px;
    margin: 0px auto;
}
.collum-link p {
    color: #4a4a4a;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    padding-left: 95px;
    padding-right: 95px;
    margin-top: -5px;
}
a.wpb_column:hover {
    text-decoration: none !important;
}
.bar .logo {
    max-height: 25px;
    max-width: none;
}
.bar.bar--sm {
    margin-top: 15px !important;
}
.bar.pos-fixed {
    margin-top: 0px !important;
}

/* CONTENT BLOCK */
.hotel-amsterdam .feature__body.boxed.boxed--lg.boxed--border {
    background-color: #719686 !important;
}
.hotel-denhaag .feature__body.boxed.boxed--lg.boxed--border {
    background-color: #00463f !important;
}
.boxed.boxed--border {
    border: 0px;
}
.hotel-amsterdam.wpb_column.vc_column_container.col-sm-6.mpc-column,
.hotel-denhaag.wpb_column.vc_column_container.col-sm-6.mpc-column {
    padding: 0px !important;
}
img.attachment-large.size-large, .feature img + .boxed {
    border-radius: 0px !important;
}
.hotel-amsterdam h2, .hotel-amsterdam p,
.hotel-denhaag h2, .hotel-denhaag p {
    color: #fff;
}
.hotel-amsterdam h2, .hotel-denhaag h2 {
    text-transform: uppercase;
}
.description-text {
    font-size: 16px !important;
    line-height: 27px;
}
img.attachment-large.size-large, .feature img + .boxed {
    width: 100%;
}

/* WPML */
.col-md-6 {
    width: 100%;
}
span.dropdown__trigger {
    display: none !important;
}
.wpml-ls-current-language span {
    font-weight: 900 !important;
}
span.wpml-ls-display {
    font-weight: 400;
}

/* FOOTER */
section.nieuwsbrief {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #2D313B;
}
footer .logo {
    max-height: 6em;
}
.bg--dark {
    background-color: #1C202B !important;
    border-top: 1px solid #2D313B;
}
form {
    margin-top: -7px;
    margin-left: -15px;
}
.nieuwsbrief h5 {
    color: #fff !important;
    font-weight: 500 !important;
    margin-top: 3px;
    text-transform: uppercase;
    font-family: Bodoni std roman, 'Helvetica', 'Arial', sans-serif;
    font-size: 14px !important;
    letter-spacing: 1px;
}
form[name="subscribe"] table td:nth-child(4) input.verzenden-email {
    padding-left: 10px;
    padding-right: 10px;
    width: 120px !important;
    height: 45px;
    border-radius: 0px !important;
}
input[type], textarea, select {
    border-radius: 0px;
}
input[type="submit"] {
    background: none;
    outline: none;
    border: none;
    background: #719686;
    padding: 0.46428571em 2.78571429em 0.46428571em 2.78571429em;
    color: #fff;
    border-radius: 0px !important;
}
form[name="subscribe"] table td:nth-child(2) input[type="text"] {
    height: 45px;
}
form[name="subscribe"] table td:nth-child(2), form[name="subscribe"] table td:nth-child(4) {
    padding: 0px;
    max-width: 300px;
}
form[name="subscribe"] table td:nth-child(1), form[name="subscribe"] table td:nth-child(3) {
    display: none;
}
section.space--sm, footer.space--sm {
    padding-top: 0px;
    padding-bottom: 25px;
}
.heading-block {
    margin-bottom: 0px;
}
table {
    width: 100%;
}
/* LARGE SCREEN */
@media only screen 
and (min-device-width: 1500px)
and (min-device-width: 2440px) {

section.space--sm, footer.space--sm {
    padding-top: 20px;
    padding-bottom: 143px;
}
}
/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    .mobile-hidden {
    display: none !important;
}
.text-grey-link a, .text-grey-link p.a-collum-link {
    min-width: 99%;
    margin-left: 0px;
}

.description-text {
    margin-bottom: 35px;
}
ul#menu-main-menu, ul#menu-hoofdmenu {
    margin-top: 0px;
    margin-bottom: -20px;
}
.admin-bar .bar.bar--mobile-sticky[data-scroll-class*='fixed'] + .bar.pos-fixed {
    top: 92px !important;
}
.admin-bar .bar.bar--mobile-sticky[data-scroll-class*='fixed'] + .bar.pos-fixed {
    top: 86px !important;
    height: 36px !IMPORTANT;
}
nav#menu1 {
    display: block !important;
    right: 80px;
    top: 14px;
    position: absolute;
}
a.hamburger-toggle {
    display: none !important;
}
li#menu-item-wpml-ls-7-nl {
    position: absolute;
    left: 0px;
    top: -5px;
    display: block !important;
}
li#menu-item-wpml-ls-7-en {
    position: absolute;
    left: 39px;
    top: -5px;
}
.hotel-denhaag .feature__body.boxed.boxed--lg.boxed--border,
.hotel-amsterdam .feature__body.boxed.boxed--lg.boxed--border {
    padding-bottom: 30px;
}
.hotel-denhaag.wpb_column.vc_column_container.col-sm-6.mpc-column {
    padding: 30px !important;
    margin-bottom: -10px;
}
.hotel-amsterdam.wpb_column.vc_column_container.col-sm-6.mpc-column {
    padding: 30px !important;
    margin-bottom: -90px !important;
}
.feature p {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
table {
    width: 112%;
}
form {
    margin-top: -27px !important;
    margin-left: 0px;
}
}
@media (min-width: 992px) {
.col-md-6 {
    width: 100%;
}
}
/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    .mobile-hidden {
    display: none !important;
}
.boxed.boxed--lg {
    padding: 30px 16px 40px 16px;
}
.text-grey-link a, .text-grey-link p.a-collum-link {
    color: #83a597;
    background-color: #ffffff;
    text-decoration: none !important;
    padding: 10px 0px;
    letter-spacing: 0px;
    margin-top: 30px;
    font-family: Open Sans, 'Helvetica', 'Arial', sans-serif !important;
    font-weight: 600 !important;
    max-width: 300px;
    margin-bottom: 15px;
}
.vc_empty_space.mobile-hidden.tablet-space-only {
    display: block !important;
}
}
/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
.text-grey-link a, .text-grey-link p.a-collum-link {
    margin-left: 55px;
}

.vc_empty_space.mobile-hidden.tablet-space-only {
    display: block !important;
}
}
/*@media only screen 
  and (min-device-width: 900px)
  and (max-device-width: 1435px) { 
.main-container .vc_row.wpb_row.vc_row-fluid.hotel-row.vc_row-o-equal-height.vc_row-flex.mpc-row {
    width: auto !important;
    margin: 0 auto;
    padding: 0px !important;
    left: 0px !important;
}
}*/
@media only screen 
  and (min-device-width: 1440px)
  and (min-device-width: 2440px) { 
.main-container .vc_row.wpb_row.vc_row-fluid.hotel-row.vc_row-o-equal-height.vc_row-flex.mpc-row {
    max-width: 1170px !important;
    margin: 0 auto;
    padding: 0px !important;
    left: 0px !important;
}
}
@media (max-width: 940px) and (min-width: 768px) {
.bar.bg--secondary .logo.logo-light, .bar.original--bg .logo.logo-light {
    display: none !important;
}
}