﻿html {
    font-family: 'Noto Sans', GillSans, Calibri, Trebuchet, sans-serif;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column-reverse;
    font-size: 19px;
}

main {
    flex: 1 0 auto;
    min-height: 700px;
}

.bulleted li {
    list-style-type: square !important;
    text-indent: 20px !important;
    list-style-position: inside;
}

.icon-block {
    padding: 0 15px;
}

nav .brand-logo {
    font-size: 20px;
}

nav ul a {
    color: #fff !important;
    padding: 0px 5px;
}

.navbar-fixed {
    height: 80px !important;
}

.icon-block .material-icons {
    font-size: inherit;
}

.btn {
    background-color: #097656;
}

    .btn:hover {
        background-color: #119b72;
    }


.dropdown-content {
    background-color: #333;
}

.dropdown-content li > a {
    background-color: #333;
    color: #001100;
    font-size: 1rem;
}

    .dropdown-content li > a:hover {
        background-color: #aaa;
        color: #000;
        font-size: 1rem;
    }

.promo-caption {
    text-align: center;
    font-size: 24px;
}

.call-icon {
    font-size: 50px;
    position: relative;
    top: 20px;
}

.side-nav {
    background-color: #222;
}

    .side-nav a {
        font-size: 19px;
        padding: 15px 10px !important;
        height: 50px;
        line-height: 20px;
    }

        .side-nav li:hover, .side-nav a:hover {
            background-color: #333;
        }

    .side-nav li {
        padding: 0px !important;
        line-height: 20px !important;
    }

    .side-nav .divider {
        background-color: #aaa;
    }


.card-action {
    color: #eee;
}

.page-footer {
    margin-top: 0px !important;
}

footer a {
    color: #fff;
}

footer .input-field label {
    color: #fff;
}

.footer-copyright {
    color: #999 !important;
    font-size: 12px;
}

h1 {
    font-size: 3.5rem !important;
    font-family: 'Arimo' !important;
    color: #be1421;
}

h2 {
    font-size: 2.2rem !important;
    font-family: 'Arimo';
    color: #be1421;
}

h3 {
    font-size: 2.0rem !important;
    font-family: 'Noto Serif';
}

h4 {
    font-size: 1.7rem !important;
    font-family: 'Noto Serif';
}

h5 {
    font-size: 1.4rem !important;
    font-family: 'Noto Serif';
    color: #aaa;
}

h6 {
    font-size: 1.2rem !important;
    font-family: 'Noto Serif';
}

.ModalPopupBackground {
    height: 100%;
    filter: alpha (opacity=80);
    opacity: 0.8;
    background-color: #000;
}

.header {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.header--hidden {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}

.header--narrow {
    height: 5em;
}

/****************/
/* Homepage     */
/****************/

.grid-item .default-padding-10 {
    padding: 10px;
}

.grid-item a {
    color: #fff;
}

    .grid-item a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.white-grid-label {
    background-color: rgba(255, 255, 255, 0.750);
    position: absolute;
    bottom: 0px;
    width: 98%;
    padding: 6px;
    color: black;
}

.black-grid-label {
    background-color: rgba(0, 0, 0, 0.750);
    position: absolute;
    bottom: 0px;
    width: 98%;
    padding: 6px;
    color: white;
}

.default-bar-section {
    background-color: #feeaea;
    padding: 10px 0px;
}

.slider {
    sheight: 500px !important;
}

.slides .caption a {
    font-size: 24px;
}

.slides h3, .slides h5 {
    text-shadow: 3px 3px 8px #000;
}

.movietimes-section1 .card, .movietimes-section2 .card {
    box-shadow: none;
    text-transform: uppercase;
}

.parallax-container {
    height: 300px;
}

.sub-header {
    text-align: center;
    font-size: 1.5em;
    color: #444;
    margin-bottom: 40px;
    font-style: italic;
}

p.grey-text {
    font-size: 20px;
}

.slider .indicators .indicator-item.active {
    background-color: #888;
}

.select-wrapper input.select-dropdown {
    margin: 0px 10px;
}

.aspx-homepage-drop-down {
    display: block !important;
    height: 50px;
    margin-bottom: 10px;
}

/****************/
/* Products     */
/****************/
.range {
    font-size: 1.2rem !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #be1421;
    margin-bottom: -10px;
}

.range-name {
    font-size: 3.2rem !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #be1421;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.door-colour, .design-features {
    font-size: 1.5rem !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #be1421;
    font-weight: bold;
}

.colour {
    width: 48px;
    height: 48px;
    border: solid 1px #000;
}

.product-image-text {
    font-family: 'Caveat';
    color: #fff;
    position: relative;
    top: -45px;
    left: 15px;
}

/*************/
/*  GALLERY  */
/*************/
.materialboxed {
    width: 100%;
}

/*************/
/*  CALENDAR */
/*************/
table.Calendar {
    margin: 13px !important;
    max-width: 410px !important;
}

.Calendar td {
    text-align: center !important;
    font-size: 17px;
    padding: 2px;
}

.Calendar th {
    text-align: center !important;
    border: 1px #777 solid !important;
}

.CalendarTitle td {
    text-align: center !important;
    font-size: 30px;
    padding: 2px;
}

.CalendarDay {
    border: 1px #777 solid !important;
    padding: 12px !important;
}


/*************/
/*  CONTACT  */
/*************/
.booking-box-header {
    background-color: #eee;
    padding: 10px;
}

@media only screen and (min-width: 1101px) {
    nav ul a {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 600px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 80px;
        line-height: 80px;
    }

    .navbar-fixed {
        height: 60px !important;
    }
}

.select {
    display: block !important;
}


.pin-top {
    position: relative;
}

.pin-bottom {
    position: relative;
}

.pinned {
    position: fixed !important;
}
