/*------------HEADER & NAV ---------*/
.site-header .branding { padding: 0px !important; margin-bottom: -1px;}

.info-text a{
	color: #2fa5dc !important;
	font-size: 2em !important;
	font-weight: bold;
	margin-right: 20px !important;
}
.menu-item {
	padding: 0px
}
.main-navigation {
	height: 46px;
}
.main-navigation a {
	  padding: 0px 9px 0px;
		margin-top: 12px;
	border-right: 1.5px solid #bce769;
}
#menu-mainmenu li:last-child a{
	border-right: none !important;
}
.main-navigation.border-bottom{
	border: 0px !important;
}
.sub-menu{
	top: 30px !important;
}
.main-navigation ul ul a{
	border-top: none !important;
	border-right: none !important;
	margin: 1px;
	padding: 8px 32px 10px 20px;
}

/*-------------SLIDER----------*/

/*-------------MAIN------------*/
.entry-header{ display: none; }
.entry-content {
	margin-top: -25px !important;
}
.page-title-layout{
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}
.make-appointment{
	padding: 30px 0 14px 0;
}
.make-appointment a, .make-appointment a:visited, .make-appointment a:link {
	color: white !important;
	font-weight: 500;
}
.bluelink{
	font-weight: bold;
	font-size: 1em;
	color: #0e4297 !important;
}
#home-bottom-image{
	margin-top: -425px !important;
	position: relative;
	z-index: 1;
}
.DrPeterson-bold{
	font-family: BerkeleyBold;
}
.DrPeterson-bold-italic{
	font-family: BerkeleyBoldItalic;
	font-style: italic;
}
.DrPeterson-medium-italic{
	font-family: BerkeleyMedium;
	font-style: italic;
}

body, p, ol, ul, li {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}

/*--------------FOOTER---------*/

.site-footer{
	background: #0e4297;
	color: white;
}
.site-footer-bottom-bar{
	display: none;
}
#footer-title{
	font-size: 1.8em;
}
#footer-divider{
	height: 2px;
	width: 300px;
	margin: 10px auto 30px auto;
	background: #bce769;
}
.footer-contact{
	font-size: 1.3em;
	font-weight: 600;
}


/*-------------Mobile----------*/
@media screen and (max-width: 480px){
    .info-text {
				margin: -70px -25px 10px auto !important;
    }
		#site-navigation{
			height: 60px !important;
		}
	  .menu-item a{
			border-right: none !important;
	  }
	  #home-bottom-image{
	    margin-top: 0px !important;
    }
		#footer-title{
			font-size: 1.2em;
		}
		.footer-contact{
			font-size: 1em;
			font-weight: 600;
		}

}


/*-------------Mobile----------*/
@media screen and (max-width: 800px){
    .info-text {
				margin: -40px -25px 10px auto !important;
    }
		#site-navigation{
			height: 60px !important;
		}
	  .menu-item a{
			border-right: none !important;
	  }
	  #home-bottom-image{
	    margin-top: 0px !important;
    }
		#footer-title{
			font-size: 1.2em;
		}
		.footer-contact{
			font-size: 1em;
			font-weight: 600;
		}
}