/*
Theme Name: JVK Attorneys
Theme URI: https://thegoldenstudio.co.za
Author: The Golden Studio
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.3
*/

@font-face {
    font-family: "gotham";
    src: url("./fonts/gotham-light.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/gotham-light.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("./fonts/gotham-light.otf") format("opentype"),
        /* Open Type Font */
        url("./fonts/gotham-light.svg") format("svg"),
        /* Legacy iOS */
        url("./fonts/gotham-light.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("./fonts/gotham-light.woff") format("woff"),
        /* Modern Browsers */
        url("./fonts/gotham-light.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 400;
}

@font-face {
    font-family: "gotham";
    src: url("./fonts/gotham-medium.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/gotham-medium.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("./fonts/gotham-medium.otf") format("opentype"),
        /* Open Type Font */
        url("./fonts/gotham-medium.svg") format("svg"),
        /* Legacy iOS */
        url("./fonts/gotham-medium.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("./fonts/gotham-medium.woff") format("woff"),
        /* Modern Browsers */
        url("./fonts/gotham-medium.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 450;
}

@font-face {
    font-family: "gotham";
    src: url("./fonts/Gotham-Bold.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("./fonts/Gotham-Bold.otf") format("opentype"),
        /* Open Type Font */
        url("./fonts/Gotham-Bold.svg") format("svg"),
        /* Legacy iOS */
        url("./fonts/Gotham-Bold.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("./fonts/Gotham-Bold.woff") format("woff"),
        /* Modern Browsers */
        url("./fonts/Gotham-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 500;
}

@font-face {
    font-family: "gotham";
    src: url("./fonts/Gotham-Bold.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("./fonts/Gotham-Bold.otf") format("opentype"),
        /* Open Type Font */
        url("./fonts/Gotham-Bold.svg") format("svg"),
        /* Legacy iOS */
        url("./fonts/Gotham-Bold.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("./fonts/Gotham-Bold.woff") format("woff"),
        /* Modern Browsers */
        url("./fonts/Gotham-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 600;
}

@font-face {
    font-family: "gotham";
    src: url("./fonts/Gotham-Bold.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("./fonts/Gotham-Bold.otf") format("opentype"),
        /* Open Type Font */
        url("./fonts/Gotham-Bold.svg") format("svg"),
        /* Legacy iOS */
        url("./fonts/Gotham-Bold.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("./fonts/Gotham-Bold.woff") format("woff"),
        /* Modern Browsers */
        url("./fonts/Gotham-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
}

html {
    height: 100%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

* {
    font-family: gotham;
}

body {
    background-color: white;
}

.col-form-label {
    text-transform: uppercase;
}

.submitCol {
    text-align: center !important;
}

.mobileLine {
    display: none;
    height: 50vw;
    width: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    ;
    border-left: 1px solid #e78c6d;
    margin: 0 auto;
}

.nav-item {
    font-size: .9rem;
    text-transform: uppercase;
    padding-top: .9rem;
    letter-spacing: .2rem;
    color: #274754;
}

header {
    background-color: white;
    width: 100%;
    text-transform: uppercase;
}

.page {
    min-height: calc(100vh - 100px);
    color: white;
    font-size: .7rem;
    letter-spacing: .01rem;
    word-spacing: .11rem;
}

#contact_us.page {
    min-height: calc(100vh - 140px);
}

#services.page {
    min-height: calc(100vh - 200px);
}

.flex-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.branch,
.more_info {
    font-size: 1.2em;
}

.branch {
    font-size: 1.5em;
}

.branch_heading {
    color: #e78c6d;
    font-weight: bold;
}

.branch_details {
    font-size: 0.9em;
}

#home {
    background-image: url("img/home_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}

#home .parBlock {
    padding-right: 50px;
    padding-top: 60px;
}

.about_us_img {
    background-image: url("img/about_us_v2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    min-height: calc(100vh - 100px);
}

.hr_law_img {
    background-image: url("img/hr_law.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    min-height: calc(100vh - 100px);
}

.our_community_img {
    background-image: url("img/our_community_v2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: end;
    justify-content: center;
}

.our_community_img img {
    max-width: 200px;
    max-height: 200px;
}

.contact_us_img {
    background-image: url("img/contact_us.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    min-height: calc(100vh - 140px);
}

.home_logo {
    width: 25vw;
    height: auto;
    margin: 0 auto;
    display: block;
}

.title {
    text-align: center;
}

#about_us {
    color: #274754;
    background-color: white;
}

#hr_law {
    color: #274754;
    background-color: white;
}

#our_community {
    background-color: #274754;
    color: white;
}

#about_us .parBlock {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 60px;
}

#hr_law .parBlock {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 60px;
}

#our_community .parBlock {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 60px;
    text-align: center;
}

.headingmiddle {
    margin: 0 auto 2.5rem auto;
}

#about_us .title {
    color: #274754;
}

#about_us p {
    text-align: center;
    color: #274754;
}

#hr_law .title {
    color: #274754;
}

#hr_law p {
    text-align: center;
    color: #274754;
}

#our_community p {
    text-align: center;
}

#services {
    background-color: #274754;
    padding-top: 50px;
}

#services .parBlock {
    min-height: calc(100vh - 200px);
}

#services .row .row div {
    padding-right: 30px;
    padding-left: 30px;
}

#services h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
}

#services h3 {
    font-size: 1.1rem;
}

#services img {
    width: 50px;
    margin: 0 0 1.3rem 0;
}

#services .col {
    padding: 0 2rem;
}

#ourteam {
    background-color: #a4b5bf;
    padding-top: 50px;
    padding-bottom: 50px;
}

#ourteam .parBlock {
    min-height: calc(100vh - 200px);
}

#ourteam .row .row div {
    padding-right: 30px;
    padding-left: 30px;
}

#ourteam h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
}

#ourteam h3 {
    font-weight: bold;
    color: #274754;
    font-size: .7rem;
    letter-spacing: .01rem;
    word-spacing: .11rem;
}

#ourteam p {
    color: #274754;
    font-size: .7rem;
    letter-spacing: .01rem;
    word-spacing: .11rem;
}

.team-member img {
    width: 100%;
    margin: 0 0 1.3rem 0;
}

.team-member {
    min-width: 250px;
    max-width: 250px;
}

#ourteam .col {
    padding: 0 2rem;
}

#contact_us .row {
    color: #274754;
}

#contact_us .parBlock {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 60px;
}

#contact_us p {
    text-align: center;
}

.contact_us_snippet {
    min-height: 50px;
    background-color: #e78c6d;
    color: #274754;
    padding-top: 15px;
}

.contact_us_snippet p {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 15px;
    font-size: .8rem;
    font-weight: 450;
    margin-top: -.5rem;
}

.contactnow {
    color: white;
    text-transform: uppercase;
    cursor: pointer !important;
}

.contactnow:hover {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}


.footer-info {
    min-height: 40px;
    background-color: #a4b5bf;
    color: white;
    padding-top: 10px;
}

.footer-info p {
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 15px;
}

.btn-fixed-130 {
    width: 130px;
}

.btn-general {
    background-color: #e78c6d;
    border: 0px solid white;
    color: white;
    border-radius: 0;
    font-weight: 450;
}

@-moz-document url-prefix() {
    .btn-general {
        padding-top: 1em;
    }
}

label {
    text-align: right;
}

h1 {
    font-size: 2rem;
    letter-spacing: .1rem;
    word-spacing: .1rem;
    margin-bottom: 2.5rem;
    font-weight: 500;
}

#home h1 {
    letter-spacing: 1rem;
    word-spacing: 1rem;
    font-size: 1.5rem;
    margin-bottom: 3rem;
}


h3 {
    font-weight: 450;
}

.navbar {
    background-color: white;
    max-height: 100px;
    overflow: visible;
}

.menu_icon {
    margin-top: 50px;
    width: 150px;
}

ul li {
    margin: 0 auto;
}

.nav-link {
    color: #274754 !important;
}

.form-control {
    padding-top: 1rem !important;
}

a:hover:not(.contact_us_link *):not(.clean-link),
.active:not(.contact_us_link *):not(.clean-link) {
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #e78c6d;
}

.contact_us_link {
    background-color: #a4b5bf;
    display: inline-block;
}

.noscript #div100 {
    display: block;
    height: 100%;
    background-color: white;
}

.mobileNav .nav-link {
    color: white !important;
}

.mobileNav {
    position: fixed;
    background-color: #274754;
    width: 100vw;
    min-width: 220px;
    right: -100vw;
    text-align: right;
    opacity: 0;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    z-index: 9;
}

.mobileNav ul li {
    margin: 2em;
    text-transform: uppercase;
    font-family: gotham, Arial;
    letter-spacing: 0.1em;
}

.mobileMenuActive {
    opacity: 0.8;
    right: 0;
}

.desktopNav-item {
    display: none;
}

.header-burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-line-pack: center;
    align-content: center;
    right: 0px;
    font-size: 2.8em;
    float: right;
    padding-right: 1em;
    color: #274754;
    cursor: pointer;
}

@media (min-width: 900px) {
    .desktopNav-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .header-burger-menu {
        display: none;
    }
}

@media (max-width: 768px) {
    .form-control::-webkit-input-placeholder {
        /* WebKit browsers */
        color: transparent;
        opacity: 0;
    }

    .form-control:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: transparent;
        opacity: 0;
    }

    .form-control::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: transparent;
        opacity: 0;
    }

    .form-control :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: transparent;
        opacity: 0;
    }

    .form-control::placeholder {
        /* Internet Explorer 10+ */
        color: transparent;
        opacity: 0;
    }

    #home .parBlock {
        padding-left: 50px;
        text-align: center;
        padding-bottom: 50px;
    }

    #home h1 {
        padding-top: 60px;
        margin-bottom: 2rem;
    }

    .home_logo {
        width: 50vw;
        height: auto;
    }

    #services {
        text-align: center;
    }

    #services .col-md {
        margin-bottom: 1.5rem;
        ;
    }

    .team-member {
        margin: 0 auto;
    }

    #ourteam {
        text-align: center;
    }

    #ourteam .col-md {
        margin-bottom: 1.5rem;
        ;
    }

    .team-member {
        min-width: 250px;
        max-width: auto;
    }

    .mobileLine {
        display: block;
    }

    .col-form-label {
        text-align: left;
    }

    .about_us_img {
        background-image: url("img/about_us_v2.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        width: 100vw;
        height: 375px;
        min-height: 0px;
    }

    .hr_law_img {
        background-image: url("img/hr_law.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        width: 100vw;
        height: 375px;
        min-height: 0px;
    }

    .our_community_img {
        background-image: url("img/our_community_v2.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        width: 100vw;
        height: 375px;
        min-height: 0px;
    }

    .contact_us_img {
        background-image: url("img/contact_us_mobile.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        width: 100vw;
        height: 375px;
        min-height: 0px;
    }
}

.prompt {
    color: white !important;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(33, 50, 68, 0.8);
    top: 0;
    left: 0;
    z-index: 10;
}

.prompt p {
    color: white;
}

.btn-kwanele,
.btn-kwanele:hover {
    background-color: #e78c6d;
    border: 0px solid white;
    color: white;
    text-align: center;
    border-radius: 0;
    font-weight: 450;
    border-bottom: 0px;
}

.clean-link,
.clean-link:hover {
    text-decoration: none;
    border-bottom: 0px;
}