/*
Theme Name: elite
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/


/* ==========================================================================
   NORMALIZE: DEFAULT STYLES
   ========================================================================== */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}




/* ==========================================================================
   CUSTOM STYLES
   ========================================================================== */
html{
    font-size: 1em;
    line-height: 1.4;
}

html *{
  -webkit-font-smoothing: antialiased;
}

body{
	color: #404040;
    font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	position: relative;
	word-wrap: break-word;
}
body a{
	color: #25aae2;
	text-decoration: none;
    -webkit-transition: all 0.17s ease-in;
    -moz-transition: all 0.17s ease-in;
    -o-transition: all 0.17s ease-in;
    transition: all 0.17s ease-in;
}
body a:hover{
    color: #0e76bd;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin: 1.6em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-input-placeholder {
    color: #a3a2a2;
	opacity: 1;
}
::-moz-placeholder {
    color: #a3a2a2;
	opacity: 1;
}
:-ms-input-placeholder {
    color: #a3a2a2;
	opacity: 1;
}
:-moz-placeholder {
    color: #a3a2a2;
	opacity: 1;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

#mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.row{
	max-width: 1140px;
	margin: auto;
}
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.row:after {
    clear: both;
}
img{
	max-width: 100% !important;
	height: auto !important;
}
body .btn{
    background: none #25aae2;
    border: none;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1em;
    min-width: 140px;
    padding: 19px 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.17s ease-in;
    -moz-transition: all 0.17s ease-in;
    -o-transition: all 0.17s ease-in;
    transition: all 0.17s ease-in;
}
body .btn:hover {
    background-color: #0e76bd;
    color: #fff;
}
body .wpcf7 p{
    margin: 0 !important;
    padding-bottom: 10px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body .wpcf7 input[type="text"],
body .wpcf7 input[type="tel"],
body .wpcf7 input[type="email"],
body .wpcf7 select,
body .wpcf7 textarea{
    background: none transparent;
    border: 1px solid #b4b4b4;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 13px 15px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body .wpcf7 textarea{
    line-height: 1.5em;
    height: 300px;
}
body .wpcf7 .btn-submit{
    position: relative;
    text-align: right;
}
body .wpcf7 input[type="submit"]{
    background: none #25aae2;
    border: none;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1em;
    min-width: 138px;
    padding: 19px 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.17s ease-in;
    -moz-transition: all 0.17s ease-in;
    -o-transition: all 0.17s ease-in;
    transition: all 0.17s ease-in;
}
body .wpcf7 input[type="submit"]:hover {
    background-color: #0e76bd;
    color: #fff;
}
body div.wpcf7 .ajax-loader{
    position: absolute;
    left: 0;
    top: 8px;
}



/* ==========================================================================
  HEADER
   ========================================================================== */
#header{
}
    #header .row{
        position: relative;
    }
    #header-top{
        background: none #0e76bd;
        color: #ffffff;
        font-size: 13px;
        min-height: 25px;
    }
        #header-top-left{
            float: left;
        }
        #header-top-right{
            float: right;
        }
        #header-top .widgettitle{
            display: none;
        }
        #header-top a{
            color: #fff;
        }
        #header-top a:hover{
            color: #86dbff;
        }
        #header-top p{
            margin: 0;
        }
        #header-top .icon-map{
            background: url('images/header-icon-map.png') no-repeat 0 5px;
            display: inline-block;
            line-height: 1em;
            padding-left: 17px;
            padding-top: 5px;
        }
        #header-top .icon-phone{
            background: url('images/header-icon-phone.png') no-repeat 0 6px;
            display: inline-block;
            line-height: 1em;
            min-height: 20px;
            padding: 5px 11px 0 15px;
        }
        #header-top .link-book{
            background: none #25aae2;
            display: inline-block;
            line-height: 1em;
            min-height: 15px;
            min-height: 20px;
            padding: 5px 11px 0 11px;
        }
        #header-top .link-book:hover{
            color: #fff;
            background-color: #86dbff;
        }
    #header-main{
        background: none #ffffff;
    }
        #header-logo{
            float: left;
            padding-top: 21px;
            padding-bottom: 27px;
        }
        #header-menu{
            float: right;
            padding-top: 82px;
        }


/* ==========================================================================
   #TOPBANNER
   ========================================================================== */
#topbanner{
    background: url('images/banner-default.jpg') no-repeat top center / cover;
    color: #ffffff;
    min-height: 457px;
}
    #topbanner .row{
        position: relative;
        padding-top: 175px;
        padding-bottom: 65px;
    }
    #topbanner h2{
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 50px;
        line-height: 1em;
        margin: 0;
        max-width: 530px;
        padding-bottom: 22px;
        text-transform: uppercase;
    }
    #topbanner p{
        margin: 0;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 20px;
        max-width: 600px;
        line-height: 1.2em;
    }
#toptitle{
    padding-bottom: 35px;
    text-align: center;
}


/* ==========================================================================
  HOME
  ========================================================================== */
#main.home {
    padding: 0;
}
    #main.home .row {
        max-width: 1170px;
    }
    #main #home-slider{
        margin: 0;
        position: relative;
    }
        #main #home-slider .row{
            max-width: 100% !important;
            width: 100% !important;
            position: relative;
            z-index: 1;
        }
        #main #home-slider .vc_row{
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top center;
            min-height: 650px;
        }
        #main #home-slider .vc_column_container>.vc_column-inner{
            padding: 0;
        }
        #main #home-slider .vc_row{
            margin: 0;
        }
        #main #home-slider .vc_row  .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
            max-width: 1140px;
            margin: auto;
            padding-top: 218px;
            padding-bottom: 140px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        #main #home-slider .vc_row  .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_single_image{
            display: none;
        }
        #main #home-slider .wpb_text_column{
            color: #fff;
            margin: 0;
            max-width: 600px;
        }
            #main #home-slider .wpb_text_column h2{
                color: #fff;
                margin: 0;
                font-size: 50px;
                font-weight: 900;
                line-height: 1em;
                padding-bottom: 27px;
                text-transform: uppercase;
            }
            #main #home-slider .wpb_text_column p{
            }
            #main #home-slider .vc_btn3-container{
                padding: 0 3px;
            }
                #main #home-slider .vc_btn3-container.bg-0e76bd .vc_btn3{
                    background-color: #0e76bd;
                }
                #main #home-slider .vc_btn3-container.bg-0e76bd .vc_btn3:hover{
                    opacity: 0.9;
                }
        #main #home-slider-dots{
            height: 19px;
            line-height: 0;
            position: absolute;
            bottom: 35px;
            left: 0;
            width: 100%;
            z-index: 99;
        }
        #main #home-slider-dots .row{
            max-width: 1140px !important;
        }
        #main #home-slider-dots ul.slick-dots{
            margin: 0;
            padding: 0;
        }
            #main #home-slider-dots ul.slick-dots li{
                display: inline-block;
                list-style-type: none;
                font-size: 0;
                margin-right: 10px;
                vertical-align: top;
            }
                #main #home-slider-dots ul.slick-dots li button{
                    border: none;
                    display: block;
                    width: 19px;
                    height: 19px;
                    background: url('images/slider-dot-default.png') no-repeat 0 0 / contain;
                }
                #main #home-slider-dots ul.slick-dots li.slick-active button{
                    background-image: url('images/slider-dot-active.png');
                }

    #main #home-topcontent{
        background: url('images/home-bg1.jpg') no-repeat top center / cover;
        min-height: 490px;
        padding-bottom: 30px;
    }
        #main #home-topcontent .row{
            max-width: 1000px;
            padding-top: 120px;
        }
        #main #home-topcontent .vc_col-sm-4{
            padding-bottom: 30px;
        }
        #main #home-topcontent .wpb_text_column h3{
            margin-bottom: 0.7em;
        }
        #main #home-topcontent .wpb_text_column{
            font-size: 13px;
            max-width: 265px;
            line-height: 1.8em;
            margin-bottom: 25px;
            min-height: 252px;
        }
        #main #home-topcontent .vc_btn3-container .vc_btn3{
            min-width: 0;
        }

    #main #home-cta{
        padding-top: 62px;
        padding-bottom: 35px;
    }
        #main #home-cta .vc_col-sm-4{
            padding-bottom: 40px;
            text-align: center;
        }
        #main #home-cta .vc_col-sm-4 h3{
            margin: 0;
            padding-bottom: 10px;
            padding-top: 20px;
        }

    #main #home-meet{
        padding-bottom: 80px;
    }
        #main #home-meet-toptext h3{
            margin: 0;
            color: #464646;
            font-size: 20px;
            font-weight: 500;
        }
        #main #home-meet .vc_btn3-container{
            margin-top: -3px;
        }

    #main #home-treatments{
        padding-bottom: 40px;
    }
        #main #home-treatments .subtitle{
            padding-bottom: 7px;
        }
        #main #home-treatments .wpb_single_image{
            position: relative;
            margin-bottom: 30px;
        }
            #main #home-treatments .wpb_single_image .vc_figure{
                display: block;
                position: relative;
            }
            #main #home-treatments .wpb_single_image .vc_single_image-wrapper{
                display: block;
                position: relative;
                -webkit-transition: all 0.17s ease-in;
                -moz-transition: all 0.17s ease-in;
                -o-transition: all 0.17s ease-in;
                transition: all 0.17s ease-in;
            }
            #main #home-treatments .wpb_single_image .vc_single_image-img{
                display: block;
                width: 100% !important;
                height: auto !important;
            }
            #main #home-treatments .wpb_single_image .wpb_heading{
                color: #fff;
                margin: 0;
                font-weight: 900;
                font-size: 25px;
                position: absolute;
                bottom: 50px;
                left: 70px;
                -webkit-transition: all 0.17s ease-in;
                -moz-transition: all 0.17s ease-in;
                -o-transition: all 0.17s ease-in;
                transition: all 0.17s ease-in;
            }
            #main #home-treatments .wpb_single_image a:hover{
                opacity: 0.9;
            }
            #main #home-treatments .wpb_single_image a:hover .wpb_heading{
                color: #25aae2;
            }



/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
#main{
	font-size: 15px;
	line-height: 1.75em;
	padding: 80px 0 60px 0;
	min-height: 200px;
    position: relative;
    z-index: 1;
}
	#maincontent{
		min-height: 200px;
	}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
        color: #25aae2;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
		margin: 0 0 1em 0;
	}
	#main h1{
        font-size: 50px;
        font-weight: 900;
        line-height: 1em;
	}
	#main h2{
		font-size: 40px;
        font-weight: 900;
        line-height: 1em;
	}
	#main h3{
		font-size: 25px;
        font-weight: 600;
        line-height: 1.1em;
	}
	#main h4{
		font-size: 20px;
        font-weight: 500;
        line-height: 1.2em;
	}
	#main h5{
		font-size: 16px;
        line-height: 1.3em;
	}
	#main h6{
		font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 1.4em;
	}
	#main dl, #main p{
		margin: 0 0 1.4em 0;
	}
	#main ul, #main ol{
		margin: 0 0 1.4em 0;
		padding-left: 14px;
	}
	#main.vc_active .row{
		max-width: 1170px;
	}
	#main .wpb_gallery_slides img{
		max-width: none !important;
	}
	#main .wpb_text_column ul {
		list-style: none;
		padding: 0;
		margin: 0 0 1.5em;
	}
		#main .wpb_text_column ul li {
            list-style-type: none;
            position: relative;
            padding-left: 20px;
            padding-bottom: 7px;
		}
		#main .wpb_text_column ul li:before{
            content: "";
            background: none #25aae2;
            display: block;
            width: 6px;
            height: 6px;
            left: 3px;
            top: 9px;
			position: absolute;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
		}
    #main .vc_btn3-container{
    }
        #main .vc_btn3-container .vc_btn3{
            background: none #25aae2;
            border: none;
            display: inline-block;
            color: #fff;
            font-weight: normal;
            font-family: 'Raleway', sans-serif;
            font-size: 16px;
            line-height: 1em;
            min-width: 138px;
            padding: 19px 30px;
            text-align: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.17s ease-in;
            -moz-transition: all 0.17s ease-in;
            -o-transition: all 0.17s ease-in;
            transition: all 0.17s ease-in;
        }
        #main .vc_btn3-container .vc_btn3:hover{
            background-color: #0e76bd;
            color: #fff;
        }
    #main .subtitle{
        color: #0e76bd;
        font-size: 40px;
        font-weight: 900;
        line-height: 1em;
        margin: 0;
        margin-bottom: 25px;
        text-transform: uppercase;
    }
        #main .subtitle em{
            display: block;
            color: #25aae2;
            font-weight: 500;
            font-size: 20px;
            font-style: normal;
            line-height: 1.1em;
            padding-bottom: 15px;
            text-transform: uppercase;
        }
        #main .subtitle br{
            display: none;
        }
        #main .hr-bg1{
            background: url('images/hr-bg1.png') no-repeat top center;
            border: none;
            display: block;
            margin: 26px 0;
            height: 34px;
        }

    /*** Page - Treatments ***/
    #main #treatment-top{
        padding-bottom: 35px;
    }
        #main #treatment-top .hr-bg1{
            margin-bottom: 45px;
        }
    #main #treatment-includes{
        background: none #f7f7f7;
        padding-top: 60px;
        padding-bottom: 30px;
    }
        #main #treatment-includes ul{
            margin: 0;
            padding: 10px 0;
            font-size: 0;
        }
            #main #treatment-includes ul li{
                display: inline-block;
                border-left: 6px solid #24aae2;
                font-weight: 500;
                font-family: 'Raleway', sans-serif;
                font-size: 19px;
                margin: 17px 0;
                padding: 16px 30px 16px 13px;
                width: 25%;
                text-align: left;
                vertical-align: top;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            #main #treatment-includes ul li:before{
                display: none;
            }
    #main #treatment-bottom{
        padding-top: 70px;
    }
        #main #treatment-bottom .row{
            max-width: 1000px;
        }

    /*** Page - Patient Information ***/
    #main #patient-top{
        padding-bottom: 40px;
    }
    #main #patient-bottom{
        background: none #f7f7f7;
        padding-top: 100px;
        padding-bottom: 60px;
        margin-bottom: -60px;
    }
        #main #patient-bottom .vc_row{
            padding-bottom: 20px;
        }
        #main #patient-bottom .bottomtext{
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

    /*** Page - FAQs ***/
    #main #faq-toptext{
        padding-bottom: 30px;
    }
        #main #faq-toptext .row{
            max-width: 970px !important;
        }
        #main #faq-toptext h4{
            color: #464646;
        }
    #main #faq{
    }
        #main #faq .row{
            max-width: 970px !important;
        }
        #main #faq .vc_tta-panel-title{
            margin: 0;
        }
        #main #faq .vc_tta-container {
            margin: auto;
        }
        #main #faq .vc_tta.vc_general .vc_tta-panel{
            margin: 10px 0;
        }
        #main #faq .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body{
            background-color: #fff;
            font-size: 15px;
            padding-left: 30px;
            padding-top: 30px;
            padding-bottom: 30px;
            -webkit-border-radius: 5px !important;
            -moz-border-radius: 5px !important;
            border-radius: 5px !important;
            border-top-left-radius: 0 !important;
            border-top-right-radius: 0 !important;
        }
        #main #faq .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading{
            background-color: #fff;
            border-color: #e1e1e1;
            -webkit-border-radius: 5px !important;
            -moz-border-radius: 5px !important;
            border-radius: 5px !important;
        }
        #main #faq .vc_tta.vc_tta-shape-rounded .vc_active .vc_tta-panel-heading{
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }
        #main #faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
            color: #24aae2 !important;
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 30px;
            padding-right: 65px;
            background-color: #f5f5f5;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
        #main #faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:after,
        #main #faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:before{
            display: none;
        }
        #main #faq .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
            font-size: 0;
            display: block;
            background: transparent url('images/faq-icon-plus.png') no-repeat 0 0 / contain;
            width: 27px;
            height: 27px;
            left: auto;
            right: 20px;
        }
        #main #faq .vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
            background-image: url('images/faq-icon-minus.png');
        }
    #main #faq-bottom{
        padding-top: 60px;
        padding-bottom: 10px;
    }
        #main #faq-bottom .row{
            max-width: 970px !important;
        }

    /*** Page - Book an Appointment ***/
    #main #book-form{
        padding-bottom: 65px;
    }
        #main #book-form .vc_col-sm-3{
            font-size: 14px;
        }
        #main #book-form .vc_col-sm-3 h4{
            font-weight: normal;
            font-size: 18px;
            margin-bottom: 15px;
        }
        #main #book-form .vc_col-sm-3 a{
            color: #404040;
        }
        #main #book-form .vc_col-sm-3 a:hover{
            color: #25aae2;
        }
        #main #book-form #hours{
        }
            #main #book-form #hours p{
                margin: 0;
            }
            #main #book-form #hours strong{
                display: inline-block;
                width: 100px;
                vertical-align: top;
            }
        #main #book-form .wpcf7 input[type="text"],
        #main #book-form .wpcf7 input[type="tel"],
        #main #book-form .wpcf7 input[type="email"],
        #main #book-form .wpcf7 select,
        #main #book-form .wpcf7 textarea{
            border: 1px solid #e1e1e1;
            background: none #f8f8f8;
            height: 46px;
        }
        #main #book-form .wpcf7 textarea{
            height: 245px;
        }
    #main #book-map{
        margin-bottom: -60px;
    }
        #main #book-map .row{
            max-width: 100% !important;
            width: 100% !important;
        }
        #main #book-map .wpb_gmaps_widget{
            margin: 0;
        }
        #main #book-map .wpb_gmaps_widget > .wpb_wrapper{
            padding: 0;
        }
        #main #book-map .wpb_gmaps_widget iframe{
            height: 410px !important;
            width: 100% !important;
        }


    /*** Blog ****/
    #main #bloglists{
    }
        #main #bloglists{
            margin-left: -30px;
            font-size: 0;
        }
            #main #bloglists .blog-item{
                display: inline-block;
                font-size: 15px;
                width: 33.33%;
                padding-left: 30px;
                padding-bottom: 30px;
                vertical-align: top;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
                #main #bloglists .blog-item-inner{
                    background: none #f6f6f6;
                    border-bottom: 4px solid #24aae2;
                    padding: 0 30px 15px 30px;
                    position: relative;
                }
                #main #bloglists .blog-item p{
                }
                #main #bloglists .blog-item .blog-img{
                    margin-left: -30px;
                    margin-right: -30px;
                }
                #main #bloglists .blog-item .blog-text{
                    padding-top: 30px;
                }
                #main #bloglists .blog-item .blog-title{
                    color: #24aae2;
                    font-family: 'Raleway', sans-serif;
                    font-size: 20px;
                    font-weight: 500;
                    padding-bottom: 22px;
                }
                #main #bloglists .blog-item .blog-date{
                    color: #006db9;
                    font-size: 15px;
                    font-weight: bold;
                    padding-bottom: 15px;
                }
                #main #bloglists .blog-item .blog-excerpt{
                    padding-bottom: 15px;
                }
                #main #bloglists .blog-item .blog-more{
                    font-size: 15px;
                    position: absolute;
                    left: 30px;
                    bottom: 20px;
                    text-transform: uppercase;
                }
                #main #bloglists .blog-item .blog-more a{
                    color: #404040;
                    font-weight: bold;
                    text-transform: uppercase;
                }
                #main #bloglists .blog-item .blog-more a:hover{
                    color: #24aae2;
                }
        #main #postsnavigation{
            padding-top: 25px;
            padding-bottom: 25px;
            text-align: center;
        }
            #main #postsnavigation .wp-pagenavi .pages{
                display: none;
            }
            #main #postsnavigation .wp-pagenavi a,
            #main #postsnavigation .wp-pagenavi span{
                display: inline-block;
                background: none transparent;
                border: 5px solid #24aae2;
                color: #24aae2;
                font-size: 15px;
                font-weight: 500;
                line-height: 40px;
                width: 47px;
                height: 47px;
                padding: 0;
                margin: 0 0 0 6px;
                text-align: center;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            #main #postsnavigation .wp-pagenavi span,
            #main #postsnavigation .wp-pagenavi span.current,
            #main #postsnavigation .wp-pagenavi a:hover{
                color: #fff;
                background: none #24aae2;
            }
    #main.single{
    }
        #main.single .blog-img{
            float: left;
            padding-right: 30px;
            width: 42%;
        }
        #main.single .blog-date{
            color: #006db9;
            font-weight: bold;
            font-size: 15px;
            margin-bottom: 15px;
        }
        #main.single .blog-title{
            color: #24aae2;
            font-family: 'Raleway', sans-serif;
            font-size: 20px;
            font-weight: 500;
        }




/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
#footer{
    font-size: 14px;
    line-height: 1.75em;
}
    #footer a:hover{
        color: #25aae2;
    }
    #footer-top{
        background: none #25aae2;
        color: #1c272c;
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
        font-weight: normal;
        padding-top: 70px;
        padding-bottom: 5px;
    }
        #footer-top a{
            color: #fff;
        }
        #footer-top .widget{
            padding-bottom: 30px;
        }
        #footer-top .widgettitle{
            display: none;
        }
        #footer-top .twocols{
            position: relative;
        }
            #footer-top .twocols .col-left{
                float: left;
                width: 70%;
                padding-right: 30px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            #footer-top .twocols .col-right{
                position: absolute;
                top: 47px;
                right: 0;
                width: 30%;
            }
        #footer-top h2{
            color: #fff;
            font-family: 'Raleway', sans-serif;
            font-size: 50px;
            font-weight: 900;
            line-height: 1em;
            margin: 0;
            padding-bottom: 25px;
            text-transform: uppercase;
        }
        #footer-top p{
            margin: 0;
            padding-bottom: 20px;
        }
        #footer-top .btn{
            display: block;
            background-color: #1c272c;
            max-width: 290px;
            float: right;
            padding: 17px 15%;
        }
        #footer-top .btn:hover{
            background-color: #000;
        }
    #footer-widgets{
        background: none #1c272c;
        color: #fff;
        padding-top: 100px;
    }
        #footer-widgets a{
            color: #fff;
        }
        #footer-widgets-fourcols{
            margin-left: -30px;
        }
        #footer-widgets-1,
        #footer-widgets-2,
        #footer-widgets-3,
        #footer-widgets-4{
            float: left;
            width: 25%;
            padding-left: 30px;
            padding-bottom: 75px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        #footer-widgets .widget{
            padding-bottom: 20px;
        }
        #footer-widgets .widgettitle{
            color: #25aae2;
            font-family: 'Raleway', sans-serif;
            font-size: 18px;
            font-weight: normal;
            margin: 0;
            padding-bottom: 12px;
        }
        #footer-widgets p{
            margin: 0;
            padding-bottom: 12px;
        }
        #footer-widgets ul{
            margin: 0;
            padding: 0;
        }
            #footer-widgets ul li{
                background: url('images/li-bullet1.png') no-repeat 0 6px;
                list-style-type: none;
                padding-left: 11px;
                padding-bottom: 4px;
            }
        #footer-widgets #hours p{
            padding-bottom: 4px;
        }
            #footer-widgets #hours p strong{
                display: inline-block;
                min-width: 100px;
            }
        #footer-widgets form p{
            padding: 0;
        }
        #footer-widgets form input[type="text"], #footer-widgets form input[type="tel"], #footer-widgets form input[type="email"], #footer-widgets form select, #footer-widgets form textarea{
            background: none #3d494f;
            border: none;
            color: #fff;
            font-size: 13px;
            font-weight: normal;
            line-height: 1em;
            margin: 0 0 10px 0;
            padding: 15px;
            width: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        #footer-widgets ::-webkit-input-placeholder {
            color: #eee;
        	opacity: 1;
        }
        #footer-widgets ::-moz-placeholder {
            color: #eee;
        	opacity: 1;
        }
        #footer-widgets :-ms-input-placeholder {
            color: #eee;
        	opacity: 1;
        }
        #footer-widgets :-moz-placeholder {
            color: #eee;
        	opacity: 1;
        }
        #footer-widgets form input[type="submit"]{
            background: none #25aae2;
            border: none;
            display: inline-block;
            color: #fff;
            font-weight: normal;
            font-family: 'Raleway', sans-serif;
            font-size: 16px;
            line-height: 1em;
            min-width: 0;
            padding: 13px 19px;
            text-align: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.17s ease-in;
            -moz-transition: all 0.17s ease-in;
            -o-transition: all 0.17s ease-in;
            transition: all 0.17s ease-in;
        }
        #footer-widgets form input[type="submit"]:hover {
            background-color: #0e76bd;
            color: #fff;
        }
    #footer-copyright{
        background: none #fff;
        color: #69767c;
        padding-top: 30px;
        padding-bottom: 10px;
        text-align: center;
    }
        #footer-copyright a{
            color: #69767c;
        }
        #footer-copyright p{
            margin: 0;
            padding-bottom: 20px;
        }


/* ==========================================================================
   SUPERFISH STYLES
   ========================================================================== */
.sf-menu{
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
    padding: 0;
	z-index: 9999;
	background: none #25aae2;
}
.sf-menu > li > ul {
	top: 100%;
	left: -6px;
    padding: 3px 0;
}
.sf-menu > li {
	list-style-type: none;
	line-height: 100%;
	display: inline-block;
}
.sf-menu li > ul{
	display: block;
	margin: 0;
	text-align: center;
}
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}
.sf-menu > li > ul.sub-menu > li:first-child{
    position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu a:hover{
    text-decoration: none;
}
.sf-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu {
	line-height: 100%;
	padding: 0;
	margin: 0;
}
.sf-menu .sub-menu{
	display: none;
}
.sf-menu ul {
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	color: #545454;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
    text-transform: uppercase;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	background: none transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
.sf-menu > li  > a{
    display: block;
    height: 19px;
    line-height: 19px;
    padding: 0 0 5px 0;
    margin: 0 6px;
    position: relative;
}
.sf-menu > li:first-child > a{
	margin-left: 0;
}
.sf-menu > li:last-child > a{
	margin-right: 0;
}
.sf-menu > li > a:hover,
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-ancestor > a,
.sf-menu > li.current_page_parent > a,
.sf-menu > li.current-page-ancestor > a,
.sf-menu > li.current-post-ancestor > a{
    color: #25aae2;
}
.sf-menu ul li {
	border: none;
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li li a{
    border-bottom: 1px solid #c5dff3;
	display: block;
	color: #fff;
    font-size: 14px;
    font-weight: normal;
    min-width: 100px;
    padding: 8px 22px !important;
    text-align: left;
    text-transform: none;
	-webkit-transition: color 0s ease-in 0s;
    -moz-transition: color 0s ease-in 0s;
    -o-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
}
.sf-menu li li a:hover,
.sf-menu li li.current-menu-item  > a,
.sf-menu li li.current-menu-ancestor > a{
	color: #1b4260;
}
.sf-menu li li:last-child a{
	border-bottom: none;
}





/* ==========================================================================
   MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media only screen and (min-width : 1171px) {
    #mobile-nav-icon, #mobile-menu-container{
		display: none !important;
	}
    #header-menu{
        display: block !important;
    }
}

@media only screen and (max-width : 1170px) {
	body{
		overflow-x: hidden;
	}
	.row{
        margin: auto !important;
		width: 90% !important;
    	max-width: 90% !important;
	}
	#wpadminbar{
		position: fixed !important;
	}
    #mobile-menu-container{
        background: rgba(0, 0, 0, 0.92);
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
        z-index: 999999;
    }
        #mobile-nav{
            padding: 15px 0 20px 0;
        }
        #mobile-nav{
            margin: 0;
            padding: 0;
        }
            #mobile-nav li ul{
                margin: 0;
                padding: 0;
            }
            #mobile-nav li{
                list-style-type: none;
            }
            #mobile-nav > li > a{
                padding-left: 0;
                padding-right: 0;
            }
            #mobile-nav li a{
                font-weight: normal;
                font-size: 15px;
                display: block;
                letter-spacing: 1px;
                padding: 5px 0;
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
            }
            #mobile-nav li li a{
                padding-left: 25px;
                text-transform: none;
            }
            #mobile-nav li li li a{
                padding-left: 40px;
            }
            #mobile-nav li.current-menu-item > a,
            #mobile-nav li.current_page_parent > a,
            #mobile-nav li a:hover{
                color: #25aae2;
            }
    #mobile-nav-icon{
        background: #222 none repeat scroll 0 0;
        cursor: pointer;
        display: block !important;
        height: 45px;
        padding: 0;
        position: relative;
        text-align: left;
        width: 100%;
        z-index: 999999;
    }
        #mobile-nav-icon .icon{
            background: url("images/nav-icon.jpg") no-repeat scroll 0 0;
            display: inline-block;
            height: 45px;
            width: 45px;
            margin: 0;
            vertical-align: 0;
            line-height: 100%;
        }
        #mobile-nav-icon span{
            color: #fff;
            display: inline-block;
            font-size: 15px;
            margin-left: 12px;
            line-height: 100%;
            vertical-align: 18px;
            letter-spacing: 2px;
        }
    #header-menu{
        display: none !important;
    }
    #header-logo {
        float: none;
        padding-top: 20px;
        padding-bottom: 24px;
        text-align: center;
    }
    #main #home-slider .vc_row .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
    #main #home-slider-dots .row{
        max-width: 90% !important;
    }
    #main #home-treatments .wpb_single_image .wpb_heading{
        bottom: 45px;
        left: 45px;
    }
    #footer-top h2{
        font-size: 40px;
    }
}

@media only screen and (max-width : 1024px) {
    #main h1{
        font-size: 42px;
    }
    #main h2,
    #main .subtitle{
        font-size: 35px;
    }
    #main .subtitle em{
        font-size: 18px;
    }
    #main h3{
        font-size: 22px;
    }
    #main h4{
        font-size: 18px;
    }
    #topbanner .row{
        padding-top: 140px;
    }
    #topbanner h2{
        font-size: 40px;
        max-width: 430px;
    }
    #topbanner{
        min-height: 360px;
    }
    #topbanner p{
        font-size: 18px;
        max-width: 500px;
    }
    #main #home-slider .vc_row{
        min-height: 500px;
    }
    #main #home-slider .vc_row .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
        padding-top: 140px;
        padding-bottom: 90px;
    }
    #main #home-slider .vc_btn3-container .vc_btn3{
        min-width: 0;
    }
    #main #home-slider .wpb_text_column{
        max-width: 450px;
    }
    #main #home-slider .wpb_text_column h2{
        font-size: 40px;
    }
    #main #home-slider-dots{
        bottom: 25px;
    }
    #main #home-topcontent .row{
        padding-top: 80px;
    }
    #main #home-treatments .wpb_single_image .wpb_heading{
        bottom: 35px;
        left: 35px;
    }
    #main #treatment-includes ul li{
        font-size: 17px;
        padding: 13px 30px 13px 13px;
    }
    #main #faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
        font-size: 18px;
    }
    #main #book-map .wpb_gmaps_widget iframe {
        height: 350px !important;
    }
    #footer-top h2{
        font-size: 40px;
    }
    #footer-widgets{
        padding-top: 80px;
    }
}

@media only screen and (max-width : 767px) {
    #topbanner h2{
        font-size: 35px;
        max-width: 75%;
    }
    #topbanner{
        min-height: 310px;
    }
    #topbanner .row {
        padding-top: 120px;
    }
    #topbanner p{
        font-size: 17px;
        max-width: 80%;
    }
    #header-top-left,
    #header-top-right{
        float: none;
        text-align: center;
    }
    #main .subtitle{
        text-align: center;
    }
    #main #home-slider .vc_row {
        min-height: 420px;
    }
    #main #home-slider .vc_row .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
        padding-top: 130px;
        padding-bottom: 75px;
    }
    #main #home-slider .wpb_text_column {
        max-width: 350px;
    }
    #main #home-slider .wpb_text_column h2 {
        font-size: 30px;
        padding-bottom: 17px;
    }
    #main #home-slider .vc_btn3-container .vc_btn3{
        font-size: 14px;
        padding: 14px 20px;
    }
    #main #home-topcontent .row{
        padding-top: 65px;
        text-align: center;
    }
    #main #home-topcontent .wpb_text_column{
        max-width: 100%;
        min-height: 0;
    }
    #main #home-meet .row,
    #main #home-treatments .row{
        max-width: 550px !important;
    }
    #main #treatment-top .row{
        max-width: 585px !important;
    }
    #main #treatment-includes{
        text-align: center;
    }
    #main #treatment-includes ul li{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        padding-right: 0;
    }
    #main #book-map .wpb_gmaps_widget iframe {
        height: 300px !important;
    }
    #main #bloglists{
        text-align: center;
    }
    #main #bloglists .blog-item{
        width: 100%;
        max-width: 358px;
        text-align: left;
    }
    #main #bloglists .blog-item-inner{
        height: auto !important;
    }
    #footer-top .twocols .col-left{
        float: none;
        padding-right: 0;
        width: auto;
        text-align: center;
    }
    #footer-top .twocols .col-right {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        margin: auto;
        padding-top: 17px;
        display: block;
    }
    #footer-top .btn{
        max-width: 290px;
        float: none;
        padding: 17px 30px;
        margin: auto;
    }
    #footer-top h2{
        font-size: 35px;
    }
    #footer-widgets-1, #footer-widgets-2, #footer-widgets-3, #footer-widgets-4 {
        float: none;
        max-width: 280px;
        margin: auto;
        width: auto;
        padding-bottom: 50px;
        text-align: center;
    }
    #footer-widgets ul li{
        display: block;
        clear: both;
        float: left;
    }
    #footer-widgets ul li:after{
        content: "";
        display: block;

    }
}

@media only screen and (max-width : 640px) {
}

@media only screen and (max-width : 480px) {
    #topbanner {
        min-height: 280px;
    }
    #topbanner .row {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    #topbanner h2 {
        font-size: 27px;
        max-width: 80%;
        padding-bottom: 18px;
    }
    #topbanner p {
        font-size: 16px;
        max-width: 82%;
    }
    #header-top{
        font-size: 12px;
    }
    #header-top .icon-map{
        margin: 2px 0 5px 0;
    }
    #main{
        padding: 60px 0;
    }
    #main #home-slider .vc_row {
        min-height: 350px;
    }
    #main #home-slider .vc_row .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
        padding-top: 115px;
        padding-bottom: 75px;
    }
    #main #home-slider .wpb_text_column {
        max-width: 250px;
    }
    #main #home-slider .wpb_text_column h2 {
        font-size: 22px;
        padding-bottom: 17px;
    }
    #main #home-slider .vc_btn3-container .vc_btn3{
        font-size: 13px;
        padding: 12px 17px;
    }
    #main #book-map .wpb_gmaps_widget iframe {
        height: 260px !important;
    }
    #main.single .blog-img {
        float: none;
        padding-right: 0;
        width: auto;
    }
}

@media only screen and (max-width : 390px) {
}




/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}