
/* Hides Practice Theme Header and Footer */
body header, body footer{
    display: none !important;
}

body{
    font-family: "Montserrat", sans-serif !important;
    overflow-x: hidden;
}

.copyright{
    display: none !important;
}

.centered{
    text-align: center;
    justify-content: center;
}

.tmp-bttn{
    border: none;
    border-radius: 0px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 8px 8px 0px 8px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.tmp-bttn:hover{
    filter: brightness(85%);
}

h2{
    font-size: 30px !important;
    text-transform: uppercase;
}

h3{
    text-transform: uppercase;
    margin-bottom: 15px !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
}

p{
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
}

a.phone-number{
    font-weight: 700 !important;
    font-size: 18px;
    margin-right: 25px;
    position: relative;
    padding-left: 17px;
}

a.phone-number:hover{
    filter: brightness(70%) !important;
    text-decoration: underline;
}

a.phone-number::before{
    content: '\f095';
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    top: 0;
    left: 0px;
}

a.address{
    font-weight: 400 !important;
    font-size: 18px;
    font-family: "Montserrat", sans-serif !important;
    margin-right: 30px;
    padding-left: 17px;
    position: relative;
}

a.address:hover{
    filter: brightness(70%) !important;
    text-decoration: underline;
}

a.address::before{
    content: '\f3c5';
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    top: 0;
    left: 0px;
}

.temppage-header{
    font-size: 18px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
    padding: 40px 0;
    border-top: 80px solid #e4e4e4;
}

.temppage-header .right-align{
    text-align: right;
}

.temppage-header .tmp-bttn{
    margin-bottom: 10px;
    border-width: 3px;
    border-radius: 0;
    display: inline-block;
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.temppage-header .tmp-bttn:hover{
    filter: brightness(90%) !important;
}

.temppage-header .row{
    align-items: center;
}

.header-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.home-callout{
    max-width: 40%;
    margin-right: 200px;
}

.home-callout p{
    font-family: "Merriweather", serif;
    font-size: 60px !important;
    font-weight: 400;
    line-height: 1.2;
}

.home-callout p span{
    font-weight: 700;
    font-size: 70px;
    display: block;
}

.hero{
    margin-bottom: 30px;
}

.hero img{
   width: 100%;
}

.intro{
    /* padding: 2% 0 3%; */
    position: relative;
}

.intro .row{
    align-items: center;
}

.intro h1{
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

.intro h2.subtitle{
    font-family: "Montserrat", sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: none;
}

.intro-box{
    background: #fff;
    border-style: solid;
    border-width: 3px;
    margin: 5.1% 0;
    padding: 4.1% 6.5%;
    position: relative;
    text-align: center;
}

.intro .bttn-intro{
    bottom: -26px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    left: 0;
    line-height: 1.1;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.intro .bttn-intro:hover{
    filter: brightness(90%) !important;
}

.intro .bg-bar.right{
    height: 100%;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: -1;
    right: 0;
}

.intro .bg-bar.left{
    height: 100%;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: -1;
}

.service-boxes{
    padding: 3% 0;
}

.service-boxes .service-box{
    height: 100%;
    padding: 20% 10%;
    text-align: center;
}

.service-boxes .service-box hr{
    border-top: 1px solid #fff;
    opacity: 0.5;
    width: 60%;
}

.service-box h4{
    font-family: "Merriweather", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

.service-box p{
    margin-bottom: 0;
}

.content-split .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    width: 50%;
}

.content-split {
    display: flex;
}

.content-split .text {
    width: 50%;
}

.content-split .text .inner {
    max-width: 750px;
    padding: 10.5% 8%;
}

.tempfooter{
    padding: 4% 0 3%;
    font-size: 30px !important;
    font-weight: 300;
}

.tempfooter .row{
    align-items: center;
}

.tempfooter a{
    text-decoration: none;
    font-weight: 400;
}

.tempfooter a:hover{
    color: #000000;
    text-decoration: underline;
}

.tempfooter img.ft-logo{
    margin-bottom: 30px;
}

.tempfooter a.social-links:hover{
    text-decoration: none;
    filter: brightness(70%) !important;
}

.tempfooter p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px !important;
}

.tempfooter .dr-list-wrap{
    margin-bottom: 20px;
}

.tempfooter p.dr-list-name{
    font-family: "Merriweather", serif;
    font-size: 25px !important;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
}

.tempfooter address{
    margin: 15px 0 30px;
}

.tempfooter .hours-list p{
    line-height: 1.4;
    margin-bottom: 30px !important;
}

.tempfooter .hours-list .footer-title p{
    font-weight: 600;
    font-size: 30px;
}

.form-wrap, .info-wrap{
    padding: 0 40px !important;
}

.form-section{
   text-align: left;
   padding: 50px;
   color: #000000;
}

.form-section .ginput_container input{
    border: none;
}

.form-section .ginput_container input:focus{
    outline: none !important;
}

.form-section .gform_description p{
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center !important;
}

.form-section .gform_heading{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center !important;
}

.form-section .gform_legacy_markup_wrapper .gform_heading h2{
    font-family: "Montserrat", sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center;
}

.form-section .gform_wrapper form .gform_footer {
    font-size: 20px;
    text-align: left;
}

.form-section .gform_button{
    font-weight: 400;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    min-height: 60px;
    border: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield label {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.tempcopy{
    padding: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.tempcopy a{
    color: #ffffff !important;
    text-decoration: underline;
}

/* Media Queries */


@media screen and (max-width: 1560px){

    .tmp-bttn{
        padding: 7px 15px;
    }

    a.address{
        font-size: 20px;
        display: block;
        margin-right: 0px;
    }

    a.address::before {
        font-size: 19px;
        left: 24%;
    }

    .intro .row{
        align-items: flex-start;
    }

    .intro-box{
        padding: 4.1% 3.5%;
    }

    .form-section {
        padding: 20px;
    }

    .service-boxes .service-box {
        padding: 10% 5%;
    }

    .home-callout {
        margin-right: 50px;
    }

    .temppage-header{
        border-top: 40px solid #e4e4e4;
    }

    .tempfooter address .f-address{
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    .tempfooter p{
        font-size: 20px !important;
    }

    .tempfooter .footer-title, .tempfooter .f-hours{
        font-size: 21px !important;
    }
}

@media screen and (max-width: 1200px){

    a.address::before {
        left: 9%;
    }

    .home-callout p {
    font-size: 54px !important;
    }

    .home-callout p span {
        font-size: 52px;
    }

    .tmp-bttn{
        padding: 7px 10px;
        font-size: 18px;
    }

    .form-section{
        padding: 25px;
     }

     .tempfooter p.dr-list-name {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }

    .tempfooter .dr-list-wrap {
        margin-bottom: 10px;
    }

     .tempfooter address{
        margin-bottom: 15px;
     }

    .tempfooter, .tempfooter p, .tempfooter .dr-list-name, .tempfooter .hours-list .footer-title p{
        font-size: 25px !important;
    }

    .tempfooter ul.social-media{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px){

    .temppage-header .right-align {
        text-align: center;
    }

    .logo{
        margin-bottom: 20px;
    }

    .home-callout {
        margin-right: 20px;
    }

    .home-callout p {
        font-size: 36px !important;
    }

    .home-callout p span {
        font-size: 40px;
    }

    .intro img, .services img{
        margin-bottom: 30px;
    }

    .main-box{
        margin: 10px 0;
    }

    .service-boxes .service-box {
        padding: 5%;
    }

    .form-wrap{
        padding: 0 !important;
    }

    .form-section{
        padding: 15px;
     }

     .form-section .gform_description{
        font-size: 20px !important;
    }
}

@media screen and (max-width: 767px){

    .intro img{
        display: none;
    }

    a.address {
        display: none;
    }

    a.phone-number {
        display: block;
    }

    a.phone-number::before{
        content: none;
    }

    .home-callout p {
        font-size: 30px !important;
    }

    .home-callout p span{
        font-size: 31px;
    }

    .intro .bttn-intro {
        max-width: 300px;
    }

    .content-split .image {
        width: 0;
        min-height: unset;
    }

    .content-split .text {
        width: 100%;
    }
}

@media screen and (max-width: 580px){

    img.logo, img.ft-logo{
        max-width: 300px;
    }

    .home-callout p {
        font-size: 24px !important;
    }

    .home-callout p span{
        font-size: 25px;
    }

    .intro .bg-bar.left, .intro .bg-bar.right {
        width: 25px;
    }

    .content-split .text .inner {
        padding: 5% 15px;
    }
}

@media screen and (max-width: 450px){

    .tempfooter, .tempfooter p, .tempfooter .dr-list-name, .tempfooter .hours-list .footer-title p{
        font-size: 21px !important;
    }

    img.logo, img.ft-logo{
        max-width: 100%;
    }

    .home-callout{
        margin-right: 15px;
    }

    .home-callout p {
        font-size: 16px !important;
    }

    .home-callout p span{
        font-size: 15px;
    }

    .intro .bttn-intro {
        max-width: 200px;
        padding: 8px;
    }
}