/*
Theme Name: Marked Theme
Theme URI: https://Marked/themes/marked/
Author: Marked Limited
Author URI: https://marked.co.nz/
Description: 
Version: 1.2
License: Creative Commons Licence
License URI: http://creativecommons.org/licenses/by-sa/3.0/
Text Domain: marked theme
*/

.wp-caption {}

.wp-caption-text {}

.sticky {}

.screen-reader-text {}

.gallery-caption {}

.bypostauthor {}

.alignright {}

.alignleft {}

.aligncenter {}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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


/* ==========================================================================
   
   ========================================================================== */


/* Structure */

html {
    font-family: "American Typewriter";
    min-height: 100%;
    width: 100%;
    background: #fff;
    padding: 0px 40px;
    /*    display: -webkit-inline-box;*/
}

body {
    width: 100%;
    min-height: 100vh;
    background-color: #e7e2de;
}

footer {
    height: 40px;
    background: #fff;
    width: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}


/* Navigation */

.navbar-fixed-top {
    background: #fff;
    min-height: 40px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.menu-menu-container {
    float: right;
}

.menu {
    margin: 0px;
    float: left;
    padding-left: 0px;
}

.menu-item {
    width: auto;
    float: left;
    margin: 10px 20px;
}

.menu-item a {
    color: black;
    opacity: .7;
    width: auto;
    float: left;
    padding-bottom: 5px;
    margin: 10px;
    font-size: 12px;
}

.menu-item a:hover {
    color: black;
    opacity: 1;
    text-decoration: none;
}

.menu-item a:after {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #000;
    transition: 0.4s;
}

.menu-item a:hover:after {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {}


/* Logo */

.logo {
    width: 14%;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
}

.logo-home {
    width: 100%;
}

.side-panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 25%;
    background: #fff;
}


/* Links */

.social-links {
    position: absolute;
    transform: rotate(270deg);
    bottom: 20%;
    left: -24%;
}

a {
    color: #000;
    font-size: 12px;
    font-family: "American Typewriter";
}

.page-wrap {
    padding-top: 14%;
    padding-bottom: 14%;
    background-color: #e7e2de;
}

p {
    color: #2f2e2e;
    font-size: 12px;
    font-family: "American Typewriter";
    line-height: 28px;
    margin-bottom: 28px;
}

h1 {
    color: #000;
    font-size: 16px;
    font-family: "American Typewriter";
    line-height: 21px;
    position: fixed;
}

h1 span {
    background: ;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

h1:before {
    background: #000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 30px;
}

h2 {
    color: #000;
    font-size: 14px;
    font-family: "American Typewriter";
    line-height: 26px;
    border-bottom: 1px solid #000;
    width: 200px;
    padding-bottom: 0px;
    margin-bottom: 0;
    clear: both;
    display: inline-block;
    width: auto;
    padding-right: 0px;
}

h3 {
    color: #000;
    font-size: 14px;
    font-family: "American Typewriter";
    line-height: 21px;
    /* margin-bottom: 16px; */
    clear: both;
    padding-top: 18px;
    padding-bottom: 12px;
    margin: 0px;
}

.menu-item a {
    text-decoration: none;
    position: relative;
    color: #000;
}

.lfh-full {
    height: 100vh;
}

.service-name {
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 28px;
    display: inline-block;
    width: auto;
    background: #e7e2de;
}

.service-price {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: right;
    line-height: 28px;
    position: relative;
    display: inline-block;
    background: #e7e2de;
}

.social-type {
    padding-right: 20px;
    opacity: .6;
    font-size: 14px;
}

.social-type:hover,
.social-type:active,
.social-type:focus,
.social-type.active {
    color: #000;
    opacity: .8;
    text-decoration: none;
}

iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gallery-image {
    padding-bottom: 20px;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .desktop {
        display: none;
    }
    .menu-item {
        width: auto;
        float: left;
        margin: 10px 10px;
    }
    .side-panel {
        display: none;
    }
    h1 {
        position: relative;
        text-align: center;
        padding: 70px 0px 40px 0px;
    }
    h1 span {
        display: none;
    }
    h1:before {
        display: none;
    }
    p {
        text-align: justify;
    }
    .service-name {
    }
}

.phone {
    display: none;
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .side-panel {
        display: none;
    }
    html {
        padding: 0% 20px;
    }
    footer {
        height: 20px;
    }
    .menu-item {
        width: 100%;
    }
    .logo {
        width: 30%;
    }
    .phone {
        display: inline;
    }
    .menu-social {
        float: right;
        padding-right: 20px;
        opacity: .7;
        font-size: 10px;
        padding-bottom: 10px;
    }
    .menu-social:hover {
        color: #000;
        text-decoration: none;
    }
    .menu-social:focus {
        color: #000;
        text-decoration: none;
    }
    .service-name {
        text-align: left;
    }
    .service-price {
        text-align: right;
    }
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #fff;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 500px;
}

.btn-default {
    padding: 10px 20px;
    font-family: "American Typewriter";
    border: solid 1px #000;
    font-size: 12px;
    color: #000;
    background: 0 0;
    transition: all .3s ease-in-out;
    width: auto;
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    text-align: center;
}

.btn-default:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btn-default:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btn-default:active {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btn-cta {
    padding: 10px 30px;
    font-family: "American Typewriter";
    border: solid 1px #000;
    font-size: 12px;
    color: #000;
    background: 0 0;
    transition: all .3s ease-in-out;
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-inline-box;
}

.btn-cta:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btn-cta:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btn-cta:active {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.phone-logo {
    margin-left: 22px;
    margin-top: 16px;
    margin-bottom: 13px;
    width: 8%;
}

.footer-social {
    float: right;
    padding-right: 40px;
    padding-top: 7px;
}

.footer-icon {
    padding-right: 20px;
    opacity: .7;
    font-size: 12px;
}

.footer-icon:hover {
    text-decoration: none;
    color: #000;
    opacity: 1;
}

.footer-icon:focus {
    text-decoration: none;
    color: #000;
    opacity: 1;
}

.footer-icon:active {
    text-decoration: none;
    color: #000;
    opacity: 1;
}

.phil-background-image {
    opacity: .4;
    position: fixed;
}

.phil-background-image img {
    width: 80%;
    margin: 0px 10%;
}

@media only screen and (max-width: 768px) {
    .phil-background-image {
        top: 40%;
        transform: translate(0%, -10%);
    }
    .phil-background-image img {
        width: 100%;
        margin: 0px;
    }
}

.no-padding {
    margin: 0px;
    padding: 0px;
}

.col-md-5 .row {
    padding-bottom: 10px;
}

.profile_img {
    width: 150px;
}

.col-lg-12 {
    margin-top: 20px;
}

.service-name {
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 28px;
}

.service-row {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    background: url(http://lofthair.co.nz/wp-content/uploads/2018/07/lines.svg) center 19px no-repeat !important;
    position: relative;
    display: inline-block;
}
}

.d_space {
    padding-bottom: 18px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}