/*!
 * Optimized CSS for Dr. Thors Retirement Page
 * Based on Bootstrap v3.3.6 (essentials only) + custom theme styles
 */

/* ===== Normalize (simplified) ===== */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, footer, header, main, nav, section {
    display: block
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

/* ===== Bootstrap Base ===== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure { margin: 0 }
img { vertical-align: middle }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

/* ===== Bootstrap Typography ===== */

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

p { margin: 0 0 10px }
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

/* ===== Bootstrap Container & Grid ===== */

.container {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) { .container { width: 750px } }
@media (min-width:992px) { .container { width: 970px } }
@media (min-width:1200px) { .container { width: 1170px } }

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

.col-md-12, .col-sm-12, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 { float: left; width: 100% }

@media (min-width:768px) {
    .col-sm-12 { float: left; width: 100% }
}

@media (min-width:992px) {
    .col-md-12 { float: left; width: 100% }
}

/* ===== Bootstrap Navbar Base ===== */

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

/* ===== Clearfix & Utilities ===== */

.clearfix:after, .clearfix:before,
.container:after, .container:before,
.navbar-header:after, .navbar-header:before,
.navbar:after, .navbar:before,
.row:after, .row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both
}

.pull-right { float: right !important }
.pull-left { float: left !important }

/* Old clearfix hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* ===== WP Block Styles ===== */

.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word
}

.wp-block-quote>cite {
    display: block
}

/* ===== Print Styles ===== */

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a, a:visited { text-decoration: underline }
    a[href]:after { content: " (" attr(href) ")" }
    a[href^="javascript:"]:after, a[href^="#"]:after { content: "" }
    blockquote { border: 1px solid #999; page-break-inside: avoid }
    img { max-width: 100% !important }
    h2, h3, p { orphans: 3; widows: 3 }
    h2, h3 { page-break-after: avoid }
    .navbar { display: none }
}

/* ================================================================
   CUSTOM THEME STYLES - Dr. Thors 2022
   ================================================================ */

/* Container override */
.container {
    width: 1020px;
}

/* Typography */
p {
    margin-bottom: 24px;
    font-family: "proxima-nova", sans-serif;
    color: #585858;
    font-size: 19px;
    line-height: 1.5
}

a {
    color: #f77b35;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 58px;
    font-family: "adobe-garamond-pro", sans-serif
}

h2 {
    font-size: 38px;
    color: #3e7ec3;
    margin-bottom: 2rem;
    font-weight: 400;
}

h3 {
    font-size: 28px;
    color: #585858;
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    margin-bottom: 2rem;
}

h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif
}

h5 {
    font-size: 22px
}

blockquote {
    margin: 40px 0;
    padding: 0 20px;
    border-left: 6px solid #fbf2e8
}

blockquote p {
    font-family: "adobe-garamond-pro", sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.4;
    text-align: left;
    color: #4f8bc9;
    margin-bottom: 12px;
}

blockquote a {
    font-size: 18px;
    font-style: normal;
    font-family: "proxima-nova", sans-serif
}

ul, ol {
    margin: 20px 0 20px 20px
}

ul li, ol li {
    font-family: "proxima-nova", sans-serif;
    color: #585858;
    font-size: 19px;
    line-height: 1.5;
}

hr, hr.wp-block-separator {
    border: none;
    border-top: 1px solid #d6d6d6;
    margin: 5rem 0;
}

/* ===== Navbar ===== */

.navbar {
    border-bottom: 1px solid #78a2cf;
    margin-bottom: 0;
    z-index: 7;
    position: relative;
    min-height: 50px;
}
.navbar .navbar-header {
    margin: auto;
    float: none;
    padding: 20px 0 0
}

.navbar .navbar-header .navbar-brand {
    background: url(../img/thors-logo-desktop.svg) no-repeat;
    width: 626px;
    height: 193px;
    margin: auto;
    background-size: cover;
    float: none;
    display: block;
    text-indent: -555555px;
    padding: 0
}

/* ===== About Dr. ===== */

.about-dr {
    padding-top: 20px
}

.about-dr .sub-head {
    font-family: "proxima-nova", sans-serif;
    color: #9b9a9a;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 14px;
    letter-spacing: 1px;
    font-weight: 400
}

.about-dr .name {
    font-family: "proxima-nova", sans-serif;
    color: #4f8bc9;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 400
}

.about-dr .phone {
    font-family: "proxima-nova", sans-serif;
    color: #4f8bc9;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: 400
}

/* ===== Footer ===== */

.footer-content {
    background-color: #e7f0f8;
    padding: 20px 0
}

.footer-content .logo {
    background: url(../img/thors-logo-desktop.svg) no-repeat;
    width: 557px;
    height: 171px;
    background-size: cover;
    margin: auto
}

.footer-content .subline {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #6c6d6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0
}

.footer-content .call {
    font-family: "proxima-nova", sans-serif;
    font-size: 45px;
    text-align: center;
    color: #f77b35;
    letter-spacing: 2px;
    padding: 10px 0 0;
    line-height: 45px
}

.footer-content .address,
.footer-content .address a {
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    color: #585858;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none
}

.footer-content .copyright {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    text-align: center;
    color: #6c6d6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0
}

/* ===== Inner Pages ===== */

.inner-pages {
    padding: 0;
    margin-bottom: 30px;
    overflow-x: hidden
}

.inner-pages h1 {
    border-bottom: 1px solid #d6d6d6;
    color: #3e7ec3;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.col-md-12 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 5;
}

/* ===== Link Styles ===== */

.name.text-left>a {
    color: #3e7ec3;
    text-decoration: none
}

.call a {
    text-decoration: none
}

.phone.text-right>a {
    text-decoration: none;
    color: #3e7ec3
}

.sub-head.text-right>a {
    text-decoration: none;
    color: #9b9a9a
}

/* ================================================================
   RESPONSIVE / MEDIA QUERIES
   ================================================================ */

@media (max-width:1024px) {
    .container {
        width: 100%
    }
}

@media (max-width:991px) {
    .container {
        width: 100%
    }
}

@media (max-width:850px) {
    h1 { font-size: 50px }
    h2 { font-size: 42px }
    h3 { font-size: 30px }
    h4 { font-size: 22px }
    h5 { font-size: 18px }

    .navbar .navbar-header .navbar-brand {
        clear: both;
        width: 450px;
        height: 166px
    }

    .about-dr {
        padding-bottom: 20px;
        padding-top: 0
    }

    .about-dr {
        display: none
    }

    .navbar .navbar-header .navbar-brand {
        background: url(../img/thors-logo-mobile.svg) no-repeat;
        width: 200px;
        height: 48px;
        clear: none
    }

    .navbar .navbar-header {
        padding: 10px 0
    }

    body {
        position: relative
    }

    .footer-content .logo {
        width: 400px;
        height: 123px
    }

    .navbar {
        background-color: #fff;
        border-bottom: 1px solid #78a2cf;
    }
}

@media (max-width:767px) {
    .footer-content .logo {
        width: 250px;
        height: 77px
    }

    .footer-content .subline {
        font-size: 14px
    }

    .footer-content .call {
        font-size: 35px;
        line-height: 40px
    }

    .footer-content .address {
        clear: both;
        padding-top: 30px
    }

    .navbar .navbar-header {
        padding: 10px 0
    }
}