/*=======================================
            DEFAULT VALUES:
            
            Font Family         : Fjalla One
            
            Wild Willow         :#a0ce5c   (Buttons, Icons, Lines, & Backgrounds)  
            Steel Gray          :#41464b   (Headings)
            Blue Bayoux         :#64707b   (Paragraphs)
            White               :#fff      (Text with Riptide Backgrounds) 
            Black               :#000 
=======================================*/

/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

p {
    color: #64707b;
    font-size: 16px;
    font-weight: 300;
}

h3 {
    color: #41464b;
    text-transform: uppercase;
}
.link {
    color:#919191; 
}
.link:hover,
.link:focus {
    color: #fff;
}

/*=======================================
                    Home
=======================================*/

#home {
    height: 100%;
}

#home-cover {
    height: 100%;
    background-image: url("../img/DrGoimages/acupuncture.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    padding-top: 150px;
    
}

#home-heading {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
}

#home-btn {
    padding: 10px;   
}

#home-heading h3 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

#home-heading p {
    color: #fff;
    font-size: 22px;
}

#home-heading p strong {
    text-transform: uppercase;
    font-size: 20px;
}

#home-heading h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
    padding: 20px;
    margin-bottom: 0;
}

#home .btn {
    border-color: #fff;
    border-width: 4px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

/*=======================================
            Parallax (Generic)
=======================================*/

.bg-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
} 

/*=======================================
            Buttons (Generic)
=======================================*/

.btn-general {
    border-color: #fff;
    border-width: 4px;
    border-radius: 2px;
    padding: 12px 26px 12px 26px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-wildwillow {
    border-color: #a0ce5c;
    color: #a0ce5c;
}

.btn-wildwillow:hover,
.btn-wildwillow:focus {
    background-color: #a0ce5c;
    color: #fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}

/*=======================================
                Animate
=======================================*/

#home-cover,
#home-heading,
#home-btn
{
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;

}

#home-heading {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;

}


#home-btn {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;

}

/*=======================================
            Content (Generic)
=======================================*/

.content-box {
    padding: 60px 0px 60px 0px;

}

.content-title h3 {

    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 70px;
    height: 3px;
    background-color: #a0ce5c;
    margin: 0 auto 30px auto;
}

/*=======================================
                Specialties
=======================================*/

.service-item {

    padding: 20px 0 20px 0;
    margin-bottom: 20px;
}

.service-item-icon i {
    color: #a0ce5c;
    float: left;
    padding: 15px;
    margin-right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.service-item-title h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.service-item-disc p {
    margin: 0;
    padding-left: 85px;
}
.spec-height {
    height: 190px
}


/*=======================================
                    About
=======================================*/

#about-bg {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 150px;
    margin-left: 60px;
}

#about-content-box {
    padding-top: 50px;
    float: left;
}

#about-content-box-outer {
    width: 100%;
    height: 100%;
    display: table;

}

#about-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}

#about .content-title h3 {
    text-align: left;
}

#about .content-title-underline {
    margin: 0 0 30px 0;
}

.about-desc p {
    margin-bottom: 40px
}
#about .ul-desc {
    color: #64707b;
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
}

#about .ul-desc li {
    text-indent: -13px;
}

#about .fa-check {
    color:#a0ce5c;
    padding-right: 5px;
    padding-bottom: 3px

}

/*=======================================
                   Services
=======================================*/

#services .content-title {
    padding-top: 0px
}

.services-desc img {
    height: 300px;
    width: 400px;
    padding: 0 25px 0 25px;
}

.services-desc-info {
    padding: 10px 0 30px 0;
}

h4.services-name {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
    color: #a0ce5c;
}

h4.services-desc-name {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 5px;
    padding: 0 30px 0 30px;
}

/*=======================================
                   Testimonials
=======================================*/

#testimonials-cover {
    height: 100%;
    background-image: url("../img/DrGoimages/Firecloud3.jpg");
}

#testimonials .content-box {
    background-color: rgba(0, 0, 0, 0.1);
}

#patients-testimonials {
    padding: 50px 0;
    
}


.testimonial img {
    max-width: 400px;
    margin: 0 auto 0 auto;
     -webkit-transition: max-width .5s; /* Safari */
    transition: max-width .5s;
}
.testimonial img:hover {
    max-width: 600px;
  -webkit-transition: max-width .5s; /* Safari */
    transition: max-width .5s;
   
}

.testimonial blockquote {
    border: 0;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #fff;
    padding: 6px 150px;
    position: relative;
}

.testimonial blockquote p {
    color: #fff;
}



.testimonial-author p {
    color: #fff;
    font-size: 18px;
}

.testimonial-author p strong {
    display: block;
}

.testimonial-video {
    width: 600px;
    height: 500px;
    margin: auto;
    text-align: center;
    background-size:cover;
    Background-repeat: no-repeat;
    cursor: pointer;

}

.testimonial-video, .testimonial-video p {
    color: white;
}

.testimonial-video .fas {
    margin-top: 200px;
    opacity: 0.8;
}

.testimonial-video:hover .fas {
    margin-top: 200px;
    opacity: 1;
}
.video-desc {
    color: white;
    margin-top: 200px;
    padding-bottom: 20px;
    background-color: #41464b; 
    
}

#testimonials #readmore-btn {
    text-align: center;
}

.disclaimer {
    color: #fff;
    font-size: 13px;
    margin-top: 20px; 
}
/*=======================================
                  Contact
=======================================*/

footer {
    background-color: #41464b;
    padding-top: 30px;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
}

#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

#contact-left p,
ul {
    color: #fff;
    margin-bottom: 30px;
}
.margin-btm {
    margin-bottom: 50px;
}

#contact-info ul {
    list-style: none;
    padding: 0;
}

address {
    color: #fff;


}

address strong,
#phone-fax-email strong {
    letter-spacing: 1px;
}

form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}

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

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0 6px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #a0ce5c;
}
.sandy-link {
    color: #a0ce5c
}
.sandy-link:hover {
    color:#fff
}

/*=======================================
        Contact Thanks Page
=======================================*/
.thanks-cover {
    height: 100%;
    width: 100%;
    background-image: url("../img/DrGoimages/gopic7.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
#thank-you-page .thanks-heading h3 {
    color: #fff;
    font-size: 55px;
    margin-right: 300px;
    margin-top: 300px;

}
#thank-you-page .thanks-heading p {
    color: #fff;
    font-size: 35px; 
    margin-right: 250px;

}
#return-btn .btn {
    margin-right: 250px;

}
/*=======================================
                 Appointment
=======================================*/
.bg-gradient {
    background-image: linear-gradient(to right top, #a0ce5c, #7da345, #5b7a2f, #3c541b, #1f3006);
    padding: 80px;

}
.top-margin {
    margin-top: 150px;
}

/*=======================================
                   Navigation
=======================================*/

.navbar {
    padding: 20px 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.firecloud-top-nav {
    background: rgba(0, 0, 0, 0.7);
    padding: 7px 0;
}

.firecloud-nav-wrapper {
    padding: 0 85px;
}

.navbar-nav {
    float: right;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: none;
    color: #a0ce5c;
}

.navbar-brand .logo {
    height: 50px;
    margin-top: -15px;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

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

.navbar-collapse {
    max-height: none !important;
}

.firecloud-top-nav ul.navbar-nav > li.active > a {
    color: #a0ce5c;
}