/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #666;
    font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
    font-size: 11px;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #57820f;
    text-decoration: underline;
}
.featherlight a,
.content a {
    color: #57820f;
    font-weight: bold;
}
.content a:hover {
    text-decoration: underline;
}
p {
    line-height: 160%;
}
h1 {
    font-size: 25.3px;
    line-height: 40.48px;
    display: block;
    color: #a5a5a5;
    border-bottom: 1px dashed #a5a5a5;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 3px;
}
h2 {
    color: #77a22f;
    font-size: 200%;
    line-height: 160%;
    font-weight: 400;
    margin: 0;
}
ul {
    margin: 0;
    padding-left: 15px;
}
.normalGreen {
    color: #57820f;
}
.highlight {
    color: #585858;
    font-size: 110%;
    font-weight: bold;
}
.page-wrapper {
    max-width: 922px;
    margin: 0 auto;
}
.header {
    padding-bottom: 10px;
}
.sidebar {
    width: 200px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.menu .active {
    color: #57820f;
}
.menu > li > a {
    text-transform: uppercase;
    font-weight: bold;
}
.sidebar ul {
    list-style-type: none;
    padding: 0;
}
.sidebar a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar li a {
    display: block;
    border-bottom: 1px dashed #a5a5a5;
}
.sub-menu {
    display: none;
}
.sub-menu li a {
    padding-left: 20px;

}
.content-wrapper {
    display: inline-block;
    width: calc(100% - 220px);
}
.two-column {
    display: flex;
    justify-content: space-between;
}
.two-column > div {
    flex-basis: 49%;
}
.footer-container {
    border-top: 1px dashed #a5a5a5;
    margin-top: 20px;
    padding-top: 5px;
}

/* Templates */
/*  Splash */
.splash-logo {
    margin: 80px 0;
}
.pg- h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12.1px;
    line-height: 20px;
}
.pg- .page-wrapper {
    max-width: 720px;
}
.tiles {
    display: flex;
    flex-flow: wrap;
    width: 660px;
    justify-content: flex-end;
}
.tile {
    margin-right: 2px;
    margin-bottom: 2px;
}
.tpl-featured-staff .content {
    display: inline-block;
    width: 475px;
}
.staff-image {
    float: right;
}


/* end Templates */

/* pages */
.pg-styling .content {
    width: 500px;
}

/*  property-videos */
.pg-property-videos h1 {
    margin-bottom: 5px;
}
.property-video {
    position: relative;
    border-bottom: 1px dashed #a5a5a5;
    padding: 5px 0;
}
.property-video:last-of-type {
    border-bottom: 0;
}
.property-video p {
    margin-top: 0;
}
.property-video h2 {
    font-size: 27.5px;
    line-height: 27.5px;
    font-weight: bold;
    float: left;
}
.video-count {
    font-size: 80px;
    line-height: 100%;
    color: #414141;
    width: 165px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
}
.video-content {
    display: inline-block;
    width: 385px;
    vertical-align: top;
}
.video-content .video-more {
    position: absolute;
    bottom: 5px;
    right: 155px;
}
.video-more {
    color: #77a22f;
    font-weight: bold;
    float: right;
}
.video-image {
    display: inline-block;
    vertical-align: middle;
 }
.corporate-profile {
    font-size: 30px;
}

/* Floor Plans */
.floor-plans-container {
    display: flex;
    flex-flow: wrap;
}
.floor-plans-container > div {
    flex-basis: 50%;
    text-align: center;
    margin-bottom: 20px;
}

/*  Signboards  */
.signboard-content {
    width: 550px;
    float: left;
}
.signboard-image {
    float: right;
}


/* [Template] Property Videos */
.tpl-property-videos .video-content {
    width: calc(100% - 169px);
}
.video-container {
    width: 592px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.video-player {
    margin-bottom: 10px;
}
.video-preview {
    display: inline-block;
}


/* forms */
.step-one > div {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.step-one img {
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
}
.step-one .pricing-content > div {
    position: relative;
}
.step-one .input {
    position: absolute;
    top: 0;
    right: 0;
}
.pg-pricing h2 {
    font-size: 12.1px;
    font-weight: bold;
    text-transform: uppercase;
}
.pricing-content {
    position: relative;
}
#ppp_additional {
    width: 20px;
}
.input {
    float: right;
    width: 100px;
}
label {
    margin-left: 5px;
    cursor: pointer;
}
.five-week-hire {
    position: absolute;
    top: 5px;
    right: 26px;
}
.step-one-total {
    text-align: right;
}
#pricing-total {
    margin-bottom: 10px;
    margin-top: 20px;
}
input[type="submit"],
button {
    background: white;
    font-size: 10px;
    border: solid 1px #666;
    font-weight: bold;
    color: #333;
}
.step-two {
    display: none;
}
.hide {
    display: none;
}
.step-two-image {
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.step-two-content {
    display: inline-block;
    width: calc(100% - 230px);
}
.step-two-content span {
    display: inline-block;
    vertical-align: top;
    width: 140px;
}
.step-two-content span + div {
    display: inline-block;
    width: calc(100% - 144px);
}
.step-two-content > div {
    margin-bottom: 15px;
}
.step-two-content .contains-radios span {
    width: 79px;
    margin-bottom: 5px;
}
.step-two-content input[type="text"],
.step-two-content textarea {
    width: calc(100% - 144px);
}
.payment-options-container > div {
    display: inline-block;
    vertical-align: top;
}
.payment-options-container > div:first-of-type {
    margin-left: 140px;
    margin-right: 40px;
}
.payment-options-container label {
    margin-right: 10px;
}
.eft-details {
    display: none;
    font-weight: bold;
    margin: 5px;
}

/*  Send ten tips pdf form */
.ten-tips-pdf-form {
    position: relative;
}
.ten-tips-pdf-form input[type="text"],
.ten-tips-pdf-form input[type="email"],
.ten-tips-pdf-form textarea {
    width: 300px;
    /*position: absolute;*/
    margin-left: 50px;
    margin-bottom: 10px;
}
.ten-tips-pdf-form textarea {
    margin-left: 87px;
    height: 250px;
}


/* Slider styles */
.slick-active:first-of-type {
    margin: 10px;
}
.slick-slide {
    margin: 2px;
}
.slider-nav .slick-list {
    padding: 0!important;
    margin: 0 2px 0 0;
}
.slider-arrows {
    float: right;
    margin: 5px;
}
.slider-arrows > div {
    display: inline-block;
    width: 10px;
    height: 15px;
    cursor: pointer;
}
.slider-next {
    background-position: 0px 15px!important;
}
.slider-arrows:hover {
    background-position-x: 10px!important;
}

/*  One Slider  */
.one-slider {
    width: 350px;
    height: 152px;
    display: inline-block;
    vertical-align: top;

}
.one-slider-content {
    width: 348px;
    display: inline-block;
}

.mt-0 {
    margin-top: 0;
}
