/* Enter Your Custom CSS Here */

.site-main{
	padding-bottom:0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: .035em;
  	text-decoration:none;
}

.homepageWidgets {
	display:none !important;
}

hr {
	border-top:1.25px solid #d9b310;
}

.fa.fa-pull-left {
    margin-top: 14px;
  	color:#d9b310;
}

a {
	color:#d9b310;
  	font-weight:500;
  	text-decoration: underline;
}

a:hover, a:focus {
	color:#000;
  	font-weight:500;
  	text-decoration: underline;
}


/* Typography Settings ------------------------------------------ */

h1 {
  	text-align: center;
  	font-family: 'Bitter';
  	text-transform: uppercase !important;
  	color:#1855b5;
}

h1.entry-title{
	margin-top:0px;
  	margin-bottom:10px;
  	color:#1855b5;
}

h2 {
  	text-align:center;
  	color:#d9b310;
  	margin-bottom:25px;
  	font-size:35px;
  	text-transform:uppercase;
    font-family: 'Bitter';
    font-style: normal;
}

h2.subheader {
  	text-align:center;
  	font-family: 'Lato' !important;
	font-style: normal;
  	font-size:34px;
  	line-height:42px;
  	text-transform:none;
  	color:#0b3c5d;
  	margin-bottom:60px;
}

h3 {
  	text-align:left;
  	font-weight:700;
  	color:#1855b5;
  	margin-bottom:25px;
  	font-family: 'Lato';
	font-style: normal;
}

.services h3{
	margin-top:60px;
  	margin-bottom:10px;
}

h4 {
  	text-align:left;
  	font-family: 'Lato';
	font-style: normal;
}

h5 {
  	text-align:left;
  	font-family: 'Lato';
	font-style: normal;
}

h6 {
  	text-align:left;
  	font-family: 'Lato';
	font-style: normal;
}

p {
  	text-align:left;
  	font-size:16px;
  	line-height:30px;
  	letter-spacing:0.025em;
  	font-weight:500;
  	font-family: 'Lato';
	font-style: normal;
}

p.strongText {
  	font-weight:700;
  	text-align:center;
  	font-size:22px;
  	margin-bottom:20px;
  	margin-top:10px;
  	font-family: 'Lato';
	font-style: normal;
  	color:#fff;
}

p.strongText a {
  	color:#d9b310 !important;
  	text-decoration:underline;
}

p.strongText a:hover, p.strongText a:focus {
  	color:#fff !important;
  	text-decoration:underline;
}

/* Images ----------------------------------------------------- */

.img-right {
    float: right;
    margin-left: 20px;
}

.img-left {
    float: left;
    margin-right: 20px;
}

.img-small {
	max-width: 30%;
  	height:auto;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}

.img-home-pic {
	max-height:210px;
  	width:auto;
}

.img-videoButton {
	float:left;
}

.img-services {
	max-width:50%;
  	margin-top:35px;
  	float:right;
  	padding-right:25px;
}

.img-servicesTwo {
	max-width:50%;
  	margin-top:55px;
  	float:right;
  	padding-right:25px;
}

img.img-servicesLeft {
	max-width: 65%;
	float: right;
  	padding-top:10px;
}

img.img-servicesRight {
	max-width: 65%;
	float: left;
  	padding-top:10px;
}

img.contact-img{
    max-width: 75%;
    margin-top: -25px;
}

/* Buttons ----------------------------------------------------- */

.btn-primary, a.btn-primary {
    background: #fff !important;
  	color:#1855b5 !important;
  	border:3px solid #0b3c5d !important;
  	width:160px;
  	font-size:12px;
  	margin-left:0px;
  	margin-right:0px;
  	border-radius:0px;
  	font-weight:500;
  	font-family: 'Lato';
	font-style: normal;
}

.btn-primary:hover, a.btn-primary:hover {
    background: #0b3c5d !important;
    color:#fff !important;
    border:3px solid #d9b310 !important;
	font-style: normal;
  	font-weight:500;
  	font-family: 'Lato';
	font-style: normal;
}

.btn-primary .fa, a.btn-primary .fa {
	color: #d9b310 !important;
}

.btn-primary:hover .fa, a.btn-primary:hover .fa {
	color: #d9b310 !important;
}

/* Fluid Container Settings ------------------------------------------ */

.container-fluid.blockWhite {
	background-color:#ffffff;
  	background-size: cover;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	height: auto;
	margin-top: 0px;
	left: 50%;
	background-attachment: relative;
    padding: 2% 20%;
  	padding-top: 30px;
	padding-bottom: 40px;
}

.container-fluid.waterTop {
    background: url(/wp-content/uploads/2016/12/shattered.png);
    background-repeat: repeat;
	background-position: top left;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-bottom: 2px;
    left: 50%;
    background-attachment: relative;
    padding: 2% 25%;
    height: 100px;
	margin-top: -51px;
	margin-bottom: 75px;
}

.nextButtons {
    padding-top: 0px;
    z-index: 51;
    margin-bottom: 35px;
    vertical-align: top;
}

.blockSecondaryBanner{
    background: url(/wp-content/uploads/2016/12/shattered.png);
    background-repeat: repeat;
    background-position: top left;
    height: 25px;
    left: 50%;
    padding: 2% 20%;
    padding-bottom: 0px;
    margin-bottom: 35px;
    margin-top: 30px;
}

.container-fluid.blockSecondaryTitle{
    background: url(/wp-content/uploads/2016/12/shattered.png);
    background-repeat: repeat;
	background-position: top left;
    color: #fff;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: auto;
    margin-top: 0px;
    text-align: center;
    left: 50%;
    background-attachment: relative;
    padding: 2% 20%;
    padding-bottom: 10px;
}

.container-fluid.blockSecondaryTitle h1, .container-fluid.blockSecondaryTitle h2.subheader {
  	color: #0b3c5d;
}

.container-fluid.blockSecondaryTitle h1 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 0px;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 15px;
  	font-weight:700;
  	font-family:'Lato';
}

.container-fluid.blockSecondaryTitle h2.subheader {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 25px;
  	font-weight:700;
  	font-family:'Lato';
}

.container-fluid.blockStrong {
    background: #1855b5;
    color: #fff !important;
    background-size: cover;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    left: 50%;
    background-attachment: relative;
    padding: 2% 20%;
    padding-bottom: 25px;
    padding-top: 35px;
}

.container-fluid .blockStrong p.strongText{
	text-align:center;
  	color:#fff;
  	font-size:22px;
  	line-height:32px;
  	font-weight:700;
  	font-family:'Lato';
}

.container-fluid .blockStrong p.strongText a{
  	color:#fff !important;
  	text-decoration:underline;
 	font-weight:700;
  	font-family:'Lato';
}

.container-fluid .blockStrong p.strongText a:hover, .container-fluid .blockStrong p.strongText a:focus{
  	color:#d9b310;
  	text-decoration:underline;
  	font-weight:700;
  	font-family:'Lato';
}

/* Map Settings ------------------------------------------ */

.map {
  	display:block;
  	margin-left:auto;
  	margin-right:auto;
  	z-index:-10;
}

/* Footer Settings ----------------------------------------- */

.sidebar {
    background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) ), url(/wp-content/uploads/2016/12/bottom-footer-1.jpg) no-repeat center top;
    background-size: cover;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: -20px;
    height: 250px;
}

.site-footer {
    background: #1855b5;
}

p.shrink-wrap {
    display: block;
}

.form-control {
    border-color: #1855b5;
}

.footerWidgets h2 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: .5px;
    margin-top: 0;
    color: #d9b310;
  	margin-bottom:10px;
}

.site-footer a:hover, .site-footer:focus {
  	color: #d9b310;
  	text-decoration:underline;
}

/* Media Querie Settings --------------------------------------------------------- */

@media (max-width:1000px) {

.img-doctor{
	margin-right: 0px;
  	margin-left:0px;
  	margin-top:25px;
  	margin-bottom:25px;
}

.img-servicesRight, .img-servicesLeft {
	float:none;
  	margin-left:auto;
  	margin-right:auto;
}

.img-service {
	margin-top:10px;
}

img.contact-img{
    max-width: 75%;
    margin-top: 25px;
}

}

@media (max-width:761px) {

.img-left, .img-right {
	float:none;
  	margin-left:auto;
  	margin-right:auto;
}

.logo{
	margin-left:auto;
	margin-right:auto;
}

.navbar-default {
    background: #02aff0;
    border: 0;
}

.navbar-default .navbar-collapse{
	background:#e7e7e7;
}

.container-fluid.blockWhite {
	padding: 2% 10%;
    padding-bottom: 25px;
    padding-top: 35px;
}

.container-fluid.blockTitle {
	padding: 2% 10%;
    padding-bottom: 25px;
    padding-top: 35px;
}

.container-fluid.blockHomeTitle{
	padding: 2% 10%;
    padding-bottom: 25px;
    padding-top: 35px;
}

.container-fluid.blockStrong, .container-fluid.blockStrongContact {
	padding: 2% 10%;
    padding-bottom: 25px;
    padding-top: 35px;
}

.container-fluid.blockTitleSecondary, .container-fluid.blockSecondary, .container-fluid.blockSecondaryContact, .container-fluid.blockWhiteHome {
    padding: 2% 10%;
    padding-bottom: 25px;
    padding-top: 35px;
}

.img-video-holder, .directions-btn{
	margin-bottom:15px;
}

p.doctor{
	padding-right:0px;
}

.text-right {
	text-align:left !important;
}

.click-to-call {
  text-align: center !important;
  margin-bottom:20px;
}

.click-to-call h3, .click-to-call p {
  text-align: center !important;
}

.logo img{
	margin-left:auto;
  	margin-right:auto;
  	max-width:95%;
  	margin-bottom:20px;
}

.container-fluid.blockTitleSecondary h1 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  	color:#000;
}

.navbar-default .navbar-nav > li > a {
	color:#000;
}

.container-fluid.waterTop {
	height: 260px;
}

.container-fluid.blockSecondaryHome {
	padding:2% 10%;
  	padding-top: 50px;
	padding-bottom: 40px;
}

p.servicesRight, h3.servicesRight, p.servicesLeft, h3.servicesLeft {
	text-align:center;
}

.container-fluid.map-container {
  height:0px;
}

.map-frame {
  display:none;
}

.container-fluid.blockWhiteTitle {
	padding:2% 10%;
}

.container-fluid.blockWhiteTitle h2.subheader {
font-size: 22px;
line-height: 30px;
}

.container-fluid.blockWhiteTitle h1 {
font-size: 32px;
line-height: 38px;
}

.footerWidgets h2 {
	margin-top:35px;
}

img.img-servicesRight, img.img-servicesLeft {
	float:none;
  	margin-right:auto;
  	margin-left:auto;
}

.img-servicesTwo, .img-services{
	float:none;
  	margin-right:auto;
  	margin-left:auto;
  	padding-right:0px;
}

}

@media (max-width:650px){

.container-fluid.banner-staff, .container-fluid.banner-services, .container-fluid.banner-cosmetic, .container-fluid.banner-general, .container-fluid.banner-patient, .container-fluid.banner-contact, .container-fluid.bottom-strong {
	height: 170px;
}

.nextButtons {
    margin-top: 35px;
}

carousel-inner{
	height:150px;
}

#cptbc-item-36, #cptbc-item-35, #cptbc-item-31, #cptbc-item-164 {
	height:150px !important;
}

}

@media (min-width: 992px) {

.header-area .header-menu{
	top:55px;
}

.site-description{
	margin-top: 40px;
}

.header-content .container {
    top: 245px;
}



}