/* -- ORANGE = #ff7d21 -- */
/* -- DARK ORANGE = #d16518 -- */


/* --------------------------------- */
/* BASIC SETUP */
/* --------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

html,
body{
    background-color: #fff;
    color: #646464;
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    }

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    }

/* --------------------------------- */
/* REUSABLE COMPONENTS */
/* --------------------------------- */

.row {
    max-width: 1140px;
    margin: 0 auto;
    }

section {
    padding: 80px 0px;
    }

.box {
    padding: 1%;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #ff7d21;
    font-size: 120%;
    margin-right: 5px;
    /* Secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    }

/*--- ICONS ---*/

.icon-big {
    font-size: 350%;
    display: block;
    color: #ff7d21;
    margin-bottom: 10px;
    }


/*--- HEADINGS ---*/

h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
    }


h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
    text-align: center;
    }

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    }

h3 {
    font-size: 110%;
    margin-bottom: 15px;
    text-align: center;
    }
h4 {
    font-size: 110%;
    color: #ff7d21;
}

h5 {
    font-size: 110%;
    color: #ff7d21;
    border: 2px solid #ff7d21;
    display: block;
    height: 55px;
    width: 255px;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    
     
}

h6 {
    font-size: 110%;
    color: #646464;
    text-align: center;
    margin-bottom: 20px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #ff7d21;
    content: "  ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
    }

/*--- PARAGRAPHS ---*/

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    }

.long-copy-1 {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    font-size: 80%;
    font-weight: 600;
    }

.box p {
    font-size: 90%;
    line-height: 145%;
    }



/*--- LINKS ---*/

a:link,
a:visited {
    color: #ff7d21;
    text-decoration: none;
    border-bottom: 1px solid #ff7d21;
    padding-bottom: 1px;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
    }

a:hover,
a:active {
    color: #555;
        border-bottom: 1px solid transparent;
    }


/*--- BUTTONS ---*/

.btn:link, 
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    }

.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color: #ff7d21;
    border: 1px solid #ff7d21;
    color: #fff;
    margin-right: 15px;
    }

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #ff7d21;
    color: #e67e22;
    }

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:hover{
    background-color: #d16518;
    }

.btn-full:hover,
.btn-full:active {
    border: 1px solid #d16518;
    }

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #d16518;
    color: #fff;
    }
    
td.white-table {color:#ffffff;
                width:30%;
}

/* --------------------------------- */
/* HEADER */
/* --------------------------------- */

header {
    background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.80)), url(images/2024_CornerClinicOsteo_Jan_MD1.jpg);
    background-image:linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.7)), url(images/2024_CornerClinicOsteo_Jan_MD1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    height: 100vh;
    }


.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }


.logo {
    height: 130px;
    width: auto;
    float: left;
    margin-top: 20px;
    }

.logo-black {
    display: none;
    height: 60px;
    width: auto;
    float: left;
    margin: 5px 0;
    }

/* MAIN NAV */

.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
    }

.main-nav li {
    display: inline-block;
    margin-left: 40px;
    }

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 80%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
    }

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #ff7d21;
    }

/* MOBILE NAV */

.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
    }

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
    }


/* STICKY NAV */

.sticky {
    position: fixed;
    float: right;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    }

.sticky li {
    display: inline-block;
    margin-left: 40px;
    }

.sticky .main-nav { margin-top: 18px; }

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 6px 0;
    color: #323232;
    }

.sticky .logo {
    display: none;
    }

.sticky .logo-black {
    display: block;
    }
/* --------------------------------- */
/* STEPS - ABOUT US*/
/* --------------------------------- */

.steps-box:first-child {
    text-align: right;
    padding-right: 3%;
    margin-top: 30px;
    }

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 10px;
    margin-left: 25%;
    }


/* --------------------------------- */
/* FEATURES*/
/* --------------------------------- */

.section-features .long-copy {
    margin-bottom: 30px;
    }

.features-step {
    margin-bottom: 30px;
    }

.features-step:last-of-type {
    margin-bottom: 80px;
    }

.features-step div {
    color: #e67e22;
    border: 2px solid #e67e22;
    display: inline-block;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 80%;
    margin-right: 25px;
    }

/* --------------------------------- */
/* GALLERY */
/* --------------------------------- */

.section-gallery {
    padding: 0;
    }

.gallery-showcase {
    list-style: none;
    width: 100%;
    }
/*-- FOUR 
.gallery-showcase li {
    display: block;
    float: left;
    width: 25%;
    } --*/
/*-- THREE --*/

.gallery-showcase li {
    display: block;
    float: left;
    width: 33.33%;
    }

.gallery-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #000;
    }

.gallery-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    }

.gallery-photo img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
    }

/* --------------------------------- */
/* TEAM */
/* --------------------------------- */

.section-team {
    background-color: #f4f4f4;
    }


.team-img {
    width: 40%;
    }

.team-img-1 img {
    height: 150px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.team-text {
    margin-bottom: 50px;
    }


/* --------------------------------- */
/* TREATMENTS */
/* --------------------------------- */

.treatments-text:last-of-type {
    margin-bottom: 80px;
    }

.treatments-text div {
    color: #ff7d21;
    border: 2px solid #ff7d21;
    display: inline-block;
    height: 55px;
    width: 300px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 25px;
    }

.btn-app:link,
.btn-app:visited {
    border: 0px;
    }

.btn-app img {
    height: 50px;
    width: auto;
    margin-right: 10px;
    }

.treatments-copy {
    font-size: 80%;
}

/* --------------------------------- */
/* SERVICES */
/* --------------------------------- */

.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    }

.services-feauture {
    margin-bottom: 5px;
    }

.sample-text {
    color: #323232;
    }

/* --------------------------------- */
/* WHAT WE TREAT */
/* --------------------------------- */
.treatment-img {
    height: 760px;
    width: auto;
}

.treatment-img img{
    height: auto;
    width: 100%;
    
}

.section-what-we-treat {
        background-color: #f2f2f2;
}


/* --------------------------------- */
/* BOOKING FORM */
/* --------------------------------- */
.booking {
    margin-left: 10%;
    margin-bottom: 5px;

            }
            
.book-now {
    margin-top: 20px;
    margin-bottom: 40px;
            }
        
.book-now p {
    margin-bottom: 50px;
            }

.section-booking {
    background-color: #f4f4f4;
    }

.booking {
    margin-top: 40px;
}

.book-now-button {
    color: #ff7d21;
    text-align: center;
}

#book-me {
  position: fixed;
  top: 50%;
  right: 0;
  transform: rotate(90deg) translateX(50%);
  transform-origin: 100% 0;
  z-index: 99999;
}
#book-me a {
  background: #ff7d21;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: lato;
  padding: 15px;

}

/* --------------------------------- */
/* CONTACT FORM */
/* --------------------------------- */




*:focus {outline: none}

/*.map-box {
    width: 100%;
    height: 400px;
    position: relative;
    }

.map {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
    }


/* --------------------------------- */
/* FAQs */
/* --------------------------------- */

.section-faqs {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(images/2023_CornerClinicOsteo_Jan_MD96.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(images/2023_CornerClinicOsteo_Jan_MD96.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    }

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
    }

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    }

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
    }

cite img{
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    }

/* --------------------------------- */
/* SUBURBS */
/* --------------------------------- */

.suburbs-text:last-of-type {
    margin-bottom: 80px;
    }

.suburbs-text div {
    color: #ff7d21;
    border: 2px solid #ff7d21;
    display: inline-block;
    height: 55px;
    width: 355px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 90%;
    margin-right: 25px;
    
    }

.suburbs-copy {
    font-size: 80%;
}

.section-suburbs {
    background-color: #f4f4f4;
    }


.suburbs-img {
    width: 40%;
    }


.suburbs-text {
    margin-bottom: 50px;
    }

.suburbs {
    background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.80)), url(images/IMGL0076-min.jpg);
    background-image:linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.9)), url(images/IMGL0076.jpg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    background-attachment: fixed;
    }


/* --------------------------------- */
/* BLOG */
/* --------------------------------- */

.blog-text:last-of-type {
    margin-bottom: 80px;
    }

.blog-text div {
    color: #ff7d21;
    border: 2px solid #ff7d21;
    display: inline-block;
    height: 55px;
    width: 355px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 90%;
    margin-right: 25px;
    
    }

.blog-copy {
    font-size: 80%;
}

.section-blog {
    background-color: #f4f4f4;
    }


.blog-img {
    width: 40%;
    }


.blog-text {
    margin-bottom: 50px;
    }

.blog {
    background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.80)), url(images/IMGL0076-min.jpg);
    background-image:linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.9)), url(images/IMGL0076.jpg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    background-attachment: fixed;
    }
/* --------------------------------- */
/* FOOTER */
/* --------------------------------- */

footer {
    background-color: #333;
    padding: 50px;
    font-size: 80%;t
    }

.footer-nav {
    list-style: none;
    float: left;
    font-size: 70%;
    }

.social-links {
    list-style: none;
    float: right;
    }

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
    }

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
    }

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    }

.footer-nav li a:hover,
.footer-nav li a:active
{
    text-decoration: none;
    border: 0;
    color: #ddd;
    }

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    }

.ion-social-facebook:hover {
    color: #3b5998;
    }

.ion-social-twitter:hover {
    color: #00aced;
    }

.ion-social-googleplus:hover {
    color: #dd4b39;
    }

.ion-social-instagram:hover {
    color: #517fa4;
    }

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
    }


/* --------------------------------- */
/* ANIMATIONS */
/* --------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    }

.js--wp-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    }

.js--wp-1.animated, 
.js--wp-2.animated, 
.js--wp-3.animated, {
    opacity: 1;
    }