@font-face {
    font-family: 'Helvetica';
    src: url(/wp-content/themes/purdy-theme/fonts/HelveticaNeue-Light.otf);
}
*{
	text-align: justify;
}
h1 {
	font-size: 25px;
	font-family: 'helvetica';
}
.divbar{
	width: 100%;
    height: 1px;
    background-color: #AAAAAA;
    margin-top: 40px;
	margin-bottom:30px;
}
#map{
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
}
#rev_slider_1_1_wrapper{
	max-width:1170px;
	margin: 0 auto;
	z-index: 1 !important;
}
#gform_submit_button_1 {
	text-align: center !important;
}
.content-sidebar-wrap {
	width:800px;
	margin: auto;
}
.entry-categories {
	display: none;
}
.gform_wrapper .top_label .gfield_label {
	font-weight: 400 !important;
}
.button {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #333;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:97.5%;
  border: none;
}
.button:hover {
  background: #555;
  text-decoration: none;
}
.gform_wrapper  textarea.medium{
	border-radius: 5px;
}
.homequote {
	text-align:left;
	font-size: 16px;
	color: #ffffff;
	max-width: 1200px;
	margin: auto;
	display: block;
	padding: 20px;
	position: relative;
}
body {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#inner {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    border-radius: 5px;
}
.inner-content {
	padding-top: 20px;
	padding-bottom: 20px;
    padding-left: 60px;   
	padding-right: 60px;  
}
.header {
    width: 100%;
    height: 120px;
    z-index:20; 
    position: relative;
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
}
/*----Footer------*/
.footer {
    width: 100%;
    bottom: 0;
}
#workfooter {
	padding: 0;
}
.upper-footer {
    width: 100%;
    background-color: #fff;  
    height:60px;
}
.footer-info {
    font-family: 'Helvetica';
    font-size: 1em;
    text-align: center;
}
.footer-award {
    font-family: 'Helvetica';
    font-size: 1em;
    padding-top: 10px;
}
.social-footer {
    padding-top: 15px;  
    text-align: center;
}
.footer-social{
    text-align:center;
}
.logo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:0px;
	width: 387px;
	max-width: 387px;
}
.logo img:hover {
    webkit-filter: invert(1);
    filter: invert(1);
}
a {
    color: #333333;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.menu {
    padding-top:20px;
    padding-bottom:20px;
    margin-top:29.5px;
    margin-bottom: 29.5px;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 1.05em;
}
.menu:hover {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}
.menulinks, a:hover {
    color: #333333;   
}
.homemenu a{
    text-align: center;
    font-family: 'Helvetica';
    font-size: 1.05em;
	color:#fff !important;
}
.homemenu:hover a{
	text-decoration: underline;
	color: #fff;
}
.homemenulinks {
	color:#fff;
}
.homemenulinks a:hover {
    color: #333333;   
}
.quote {
    font-family: 'helvetica';
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
}
/*-----Footer------*/
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 60px;
}
.fa-facebook:hover {
    color: #3B5998;  
}
.fa-twitter:hover {
    color: #5EA9DD;   
}
.fa-instagram:hover {
    color: #9D7043;   
}
.menulinks {
    background-color: #fff;
    border-radius: 5px;
}
/*-----Fullpage carousel----*/
.carousel,.item,.active{height:100%;width:1170px;z-index;9;margin:auto;}
.carousel-inner{height:100%;width:100%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;position:fixed;top:0;z-index:-1 !important;}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 1s ease-in-out left;
    -moz-transition: 1s ease-in-out left;
    -o-transition: 1s ease-in-out left;
    transition: 1s ease-in-out left;
}

/* keep full widget on smaller screens */
@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.carousel-control{
    display:none;   
}
/* Practice Page CSS--------------------------------------------- */ 
.practiceimg {
	border-radius: 5px;
	width: 100%;
}
/* Media Queries--------------------------------------------- */ 
@media screen and (max-width: 1250px) {
	.logo{
		margin:auto;
		display: block;
	}
	.header {
		height: 180px; 
	}
	.upper-footer{
		height: 160px;
	}
	.footer-award , .footer-social{
		text-align: center;
		padding-left: 0px;
	}
	#cssmenu {
		padding-top: 60px;
		margin: auto !important;
		width: 346px !important;
	}
}
@media screen and (max-width: 1250px) {
	#cssmenu{
		padding-top: 0px !important;
	}
}
@media screen and (max-width: 950px) {
	#inner {
		width: 90%;
		margin: auto;
	}
	.practiceimg {
		width: 100%;
	}
	.content, .entry-content {
		width: 90%;
		margin: auto;
	}
	.entry-content img {
		width: 100%;
		border-radius: 5px;
	}
	.content-sidebar-wrap {
		width: 90%;
		margin: auto;
	}
	.inner-content {
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 20px;   
	padding-right: 20px;  
}
}
@media screen and (max-width: 950px) {
	.footer{
		width:100% !important;
	}
}
@media screen and (max-width: 787px) {
	#cssmenu{
		width: auto !important;
	}
	.logo {
		width: 100%;
		max-width: 375px;
	}
	.header {
		height: auto;
	}
}
@media screen and (max-width: 568px) {
	.homemenu {
		background-color: #fff;
	}
	.homemenu a{
		color: #333333 !important;
	}
}

