/*   
Theme Name: Elite Pet Custom Theme
Theme URI: http://www.dvmmultimedia.com/
Description: Elite Pet Custom Theme
Author: Catalin Pogor
Author URI: http://www.catalinpogor.ro
Version: 0.1
Tags: Elite
*/
* {
	margin: 0px;
	padding: 0px;
}
ul#gform_fields_3{margin-left:-210px!important;}
#input_3_7{height:50px!important;}
section.headerbg{
background:#fff;
}
.braininjurylawyer h1{
	border-bottom: 2px solid #13235F;
}
.braininjurylawyer{
	background:#fff;
	color:#000;
	    border: 5px solid #192E7F;
    text-align: left;
    box-shadow: 1px 2px 5px #000;
	    width: 960px;
    height: 195px;
	padding:10px;
    margin: 50px auto;
    margin-bottom: 10px;
}
/*Handicap Plugin Restyle */
.accessibility-location-right .accessability_container{right:-180px}.accessibility-location-right .accessability_container.active{right:0!important}.access_container_inner{margin-top:5px}body .accessability_container.dark_theme .a_module{margin-bottom:5px;border:0}body .accessability_container button.wah-action-button{font-size:13px !important;border-radius:3px}.accessability_container.dark_theme.active button.aicon_link{background-color:#fff!important;color:#000!important}.wahout.aicon_link{top:5px;border-radius:5px}button.close_container{line-height:28px;height:28px;border-radius:3px}html .a_module_title{display:none!important}html button.wahout.aicon_link img{opacity:0;display:none;visibility:hidden}html button.aicon_link{background-color:#29627d!important}html button.wahout.aicon_link:before{font-family:fontAwesome;content:"\f193";line-height:48px;color:#fff;font-size:32px}.dark_theme.active button.wahout.aicon_link:before{color:#000!important}html body .accessability_container{width:180px!important;height:100%;max-height:405px}body .access_container_inner .a_module{border:0 !important;padding-bottom:0 !important;}

.accessibility-location-right .accessability_container {
    right: -180px!important;
}
body {
	text-align: center; /* center the layout in IE 5 */
	font-family: Arial, Helvetica, sans-serif;
	background:#DCDBDE!important;
	color:#000;
}
p{
color:#000;}
h1, h2, h3 {
	color: #192E7F;
	font-family: 'Verdana', san-serif;
}
a {
	color: #192E7F;
	font-weight:bold;
	outline: none;
	text-decoration: none;
}
img {
	outline: 0 none;
	border:0 none;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
img.noBorder {
	padding: 0px;
	border: 0px;
}
.clear {
	clear: both;
}
hr {
	background: #ccc;
	height: 1px;
	line-height: 1px;
	border: 0px;
	color: #ccc;
}

.gform_body ul {
	list-style-type: none;
	padding-left: 0px;
}
.gform_body ul li{
	margin-bottom: 10px;
}
.gform_body input[type=text]{
	width: 300px;
}

.footerLogos {
	text-align: center;
	display: block;
	margin-top: 10px;
}

/*Home Page Header CSS*/
section.header {
	width: 960px;
	margin: 0px auto;
	display: block;
	height: 105px;
	padding-top: 10px;
	position: relative;
	text-align: left;
}
.logo {
	float: left;
	width:400px;
	height:100px;
	margin-top: 10px;
	text-align:left;
}
.address {
	float: left;
	width: auto;
	margin-top:25px;
	margin-left: 20px;
}
.address p {
	color: #192E7F;
	font-family: 'Verdana', san-serif;
	font-size: 16px;
	line-height: 22px;
}
.social {
    position: absolute;
    right: 30px;
    top: 60px;
    text-align: right;
}
.social img{
	background:#192E7F;
	padding:3px;
	border-radius:50px;
}
.phone {
	position: absolute;
	right: 30px;
	top: 10px;
	text-align: right;
}
.phone p {
	font-size: 22px;
	font-family: 'Verdana', san-serif;
	line-height: 24px;
	font-weight: bold;
	color: #192E7F;
	text-transform: uppercase;
}
.phone p span {
	font-size: 16px;
	font-weight: normal;
}

.navigation {
    /* background: url(images/nav-bck.png) no-repeat; */
    height: 50px;
    width: 100%;
    background: #192E7F;
    margin: 0px auto;
    z-index: 500;
    position: absolute;
}
.navbar-collapse {
    width: 960px;
    margin: 0px auto;
    position: relative;
    padding: 0px;
    top: 10px;
}
.navigation li {
	float: left;
	list-style:none;
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	line-height:50px;
	display:block;
	margin-right: 2px;
}
.navigation li a {
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Verdana', san-serif;
	font-size:15px;
	font-weight:normal;
	line-height:14px;
	padding: 7px 12px;
	text-decoration:none;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: none;
}
.navigation li.active a{
    /* border-radius: 10px; */
    background: rgba(220, 219, 222,0.9)!important;
    /* height: 40px; */
    padding: 18px;
    width: 100%;
    margin-top: -10px;
    color: #000;
}
.navigation li.open a.dropdown-toggle, 
.navigation a.dropdown-toggle:focus {
	background: none;
	border: 0px;
}

.navigation .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.navigation .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.navigation li:hover > ul.dropdown-menu{
	display: block;    
}
.dropdown-menu {
	position: absolute;
	top: 85%;
	left: -2px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 240px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #e0f4ff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e0f4ff));
	background-image: -webkit-linear-gradient(top, #fff, #e0f4ff);
	background-image: -o-linear-gradient(top, #fff, #e0f4ff);
	background-image: linear-gradient(to bottom, #fff, #e0f4ff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffe0f4ff', GradientType=0);
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	  border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	  background-clip: padding-box;
}
.navigation  .dropdown-menu li {
	display: block;
	width: auto;
	float: none;
	text-align: left;
	padding: 5px 10px;
	position:relative;
}
.navigation  .dropdown-menu li a {
	line-height: 20px;
	color: #192E7F;
	display: block;
	float: none;
	text-align: left;
	padding: 0px;
}
.navigation  .dropdown-menu li:hover,
.navigation  .dropdown-menu li a:hover,
.navigation  .dropdown-menu li.active a{
	display:block;
	float:none;
	background:none !important;
	color: #084354;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu-submenu:hover > a,
.dropdown-menu-submenu:focus > a {
	color: #fff;
	text-decoration: none;
	background-color: #796AAF;
	background-image: -moz-linear-gradient(top, #796AAF, #796AAF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796AAF), to(#796AAF));
	background-image: -webkit-linear-gradient(top, #796AAF, #796AAF);
	background-image: -o-linear-gradient(top, #796AAF, #796AAF);
	background-image: linear-gradient(to bottom, #796AAF, #796AAF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #796AAF;
	background-image: -moz-linear-gradient(top, #796AAF, #796AAF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796AAF), to(#796AAF));
	background-image: -webkit-linear-gradient(top, #796AAF, #796AAF);
	background-image: -o-linear-gradient(top, #796AAF, #796AAF);
	background-image: linear-gradient(to bottom, #796AAF, #796AAF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}
.navigation li.active ul li a {
	background: none;
}

.dropdown-menu li .dropdown-menu {
	left: auto;
	right: 100%;
	top: 0px;
}
.navigation .dropdown-menu li .dropdown-menu:before {
	top: 4px;
	right: -7px;
	left:auto;
	border-top: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 7px solid #ccc;
	border-left-color: rgba(0, 0, 0, 0.2);
	border-right:none;
}
.navigation .dropdown-menu li .dropdown-menu:after {
	top: 5px;
	right: -6px;
	left:auto;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	border-right:none;
}

/* slider */
section.slider {
	position: relative;
	width: 960px;
	top: 85px;
	margin: 0px auto;
}
section.slider .flexslider {
	position: absolute;
	top: -35px;
	z-index: 400;
}
section.slider .shadow {
	height: 40px;
	width: 960px;
	position: absolute;
	top: 360px;
	background:url(images/slider-bck.png) no-repeat center bottom;
}

section.slider .slideInfo{
    position: absolute;
    bottom: 0px;
    width: 600px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 )!important; /* IE6-9 */
    text-align: left;
    padding-left: 20px;
}

section.slider .slideInfo h2{
color: #fff;
    text-shadow: 2px 2px #000;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 140px;
    font-family: 'Verdana', san-serif;
}
section.slider .slideInfo p{
	color: #fff;
	text-shadow:1px 1px #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
section.slider .slides img {
	float: left;
	width: 600px;
}
section.slider .quickcontact {
	float: right;
	width: 360px;
	    background: #13235F;
	height: 360px;
	padding: 0px 30px;
	text-align: left;
}
.newclientfield{
	    right: -50px;
    position: relative;
	
}
#input_3_1, #input_3_5, #input_3_6, #input_3_7{
	border:3px solid #000;
}
 #gform_submit_button_3{
color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,2b2b2b+76,1c1c1c+91,131313+100 */
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

    /* width: 300px; */
    padding: 5px 20px;
    left: -30px;
    position: relative;
    top: -15px;
    text-align: center;
    /* height: 50px; */
    box-shadow: 2px 2px 3px #0C173E;
    font-size: 20px!important;
	
}
.gform_wrapper h3.gform_title{
color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,2b2b2b+76,1c1c1c+91,131313+100 */
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

    width: 300px;
    padding: 15px 20px;
    /* left: -30px; */
    position: relative;
    /* top: -15px; */
    text-align: center;
    height: 50px;
    box-shadow: 2px 2px 3px #0C173E;
    font-size: 20px!important;
	
}


/* home boxes */
.homeBoxes {
	height: 173px;
	width: 960px;
	margin: 0px auto;
	margin-top: 425px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #fff;
	width: 300px;
	font-size: 26px;
	margin-top: 0px;
	font-family: 'Verdana', san-serif;
}
.homeBoxes p, .homeBoxes a{
	color: #fff;
	font-style: italic;
	width: 70%;
	font-size: 16px;
}
.homeBoxes .box01 {
	float: left;
	height: 150px;
	width: 320px;
	position: relative;
	padding: 20px 100px 0px 30px;
	background: #233EA7;
	box-shadow: -5px 5px 5px #192E7F;
}
.homeBoxes .box02{
	float: left;
	height: 150px;
	width: 320px;
	position: relative;
	padding: 20px 100px 0px 30px;
	background: #192E7F;
	box-shadow: -5px 5px 5px #13235F;
}
.homeBoxes .box03 {
	float: left;
	height: 150px;
	width: 320px;
	position: relative;
	padding: 20px 100px 0px 30px;
	background: #13235F;
	box-shadow: -5px 5px 5px #0C173E;
}
.box01 .animal01 {
	position: absolute;
right: 50px;
    bottom: 10px;
    width: 64px;
    height: 89px;
	background:url(/wp-content/uploads/2015/11/moneybag50.png) no-repeat center top;
}
.box02 .animal02 {
	position: absolute;
    right: 50px;
    bottom: 10px;
    width: 71px;
    height: 89px;
	background:url(/wp-content/uploads/2015/11/man50.png) no-repeat center top;
}
.box03 .animal03 {
	position: absolute;
    right: 50px;
    bottom: 10px;
    width: 93px;
    height: 89px;
	background:url(/wp-content/uploads/2015/11/scales50.png) no-repeat center top;
}

/* welcome article */
.welcome {
	width: 960px;
	height: 395px;
	margin: 50px auto;
	margin-bottom: 10px;
	    border: 5px solid #192E7F;
	text-align: left;
	box-shadow:1px 2px 5px #000;
}
.welcome .welcomeImg {
	float: left;
	width: 300px;

}
.welcome .welcomeText{
	float: left;
    width: 650px;
    height: 384px;
    padding: 20px 20px 0px 20px;

	background:#fff;
}
.welcome .welcomeText p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}

/* home widgets */
.homeWidgets {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
.widgetBox {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.widgetBox.noMargin {
	margin-right: 0px;
}
.textwidget p {
	font-size: 16px;
	line-height: 20px;
}
.textwidget a.button {
	color: #fff;
	background: #2c8aa4;
	text-align: center;
	font-size: 20px;
	padding: 15px 10px;
	display: block;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.textwidget a.button:hover {
	background: #123d49;
	text-decoration: none;
}

/* stay connected bar */
.stayConnected {
	width: 100%;
	height: 110px;
	padding-top: 30px;
}
.footerSocial {
	width: 960px;
	margin: 0px auto;
	text-align: center;
}
.footerSocial h4{
	font-size: 30px;
	display: inline;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
/*Footer CSS*/

section.footer {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0px 0px;
	clear: both;
}
section.footer .footerLogos {
	width: 960px;
	margin: 0px auto;
	text-align: center;
}
section.footer .footerMenu {
	width: 960px;
	margin: 20px auto;
	text-align: center;
}
.footerMenu #menu-footer-menu {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.footerMenu #menu-footer-menu li {
	display: inline;
	margin: 0px 10px;
}
.footerMenu #menu-footer-menu li a{
	    color: #192E7F;
	font-weight: bold;
	font-size: 16px;
}
section.footer .copy {
	width: 960px;
	margin: 0px auto;
}
section.footer .copy p, section.footer .copy a{
	color: #192E7F;
	font-size: 16px;
}
section.footer .copy a{
	text-decoration: underline;
}
section.footer .copy a:hover{
	text-decoration: none;
}

/* inner page */

section.subbanner {
	width: 960px;
	margin: 85px auto;
	position: relative;
}
.subbanner_image {
	position: absolute;
	top: -40px;
}
section.contentWrap {
	background: #fff;
	width: 960px;
	margin: 0px auto;
	margin-top: 190px;
	padding-top: 20px;
	background: rgba(244,244,244,0.9); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,0.9) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,0.9)), color-stop(100%,rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,0.9) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,0.9) 0%,rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,0.9) 0%,rgba(255,255,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,0.9) 0%,rgba(255,255,255,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
section.contentWrap .sidebar {
	float: left;
	width: 340px;
	text-align: left;
	padding: 0px 20px 20px 20px;
}
section.contentWrap .content {
    float: left;
    width: 960px;
    text-align: left;
    padding: 80px 20px 20px 20px;
}
section.contentWrap .content.fullpage {
	width: 960px;
	padding: 0px 20px 20px 20px;
}

section.contentWrap .content h1{
	margin-top: 0px;
}
hr.featurette-divider {
	margin-top: 15px;
}
section.contentWrap .content ul{
	margin-left: 20px;
}
section.contentWrap .content p,
section.contentWrap .content li{
	font-size: 16px;
	line-height: 22px;
}

/* bootstrap overwrites */
.btn {
	padding: 0px 0px 10px 0px;
}
.post-meta .btn {
	padding: 5px 15px;
}

/* success message for gravity forms */
.gform_confirmation_wrapper {
	border: 2px solid #093; 
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 1920px) {
	body {
		background-size: cover !important;
	}
}
.hide-d {
	display: none;
}
.toggle-mobile-menu{
	display: none;
}
.menu-backdrop {
		height: 100%;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10000;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-color: #000;
	}
/* resp */
@media screen and (max-width: 1152px) {
	.navigation {
	    width: 100%;
    	background-position: 50% 50%;
	}
	.navbar-collapse {
		width: 100%;
		left: 0px;
	    padding-left: 50px;
    	box-sizing: border-box;
	}
}
@media screen and (max-width: 880px) {
	.toggle-mobile-menu {
		display: block;
	}
	.hide-d .social {
		display: block !important;
	    position: relative;
	    top: 0px;
	    left: 0px;
	    text-align: center;
	    box-sizing: border-box;
	    margin: 10px;
	    border-radius: 12px;
	}
	.menu-s-back {
		opacity: 0.3;
		visibility: visible;
	}
	@font-face {
	    font-family: FontAwesome;
	    src: url(lib/fonts/fontawesome-webfont.ttf);
	}
	.homeWidgets iframe,.fb_iframe_widget span,.fb_iframe_widget {
		max-width: 340px !important;
		display: block !important;
		position: relative !important;
		margin:0px auto;
	}
	.homeBoxes {
		display: none !important;
	}
	.hide-xs {
		display: none !important;
	}
	i.fa.fa-plus:before {
	    content: "\f067";
	    display: inline-block;
	    position: absolute;
	    right: 15px;
	    top: 10px;
	    font-family: FontAwesome;
	    font-style:normal;
	}
	ul#menu-mobile .toggle-caret {
	    display: block;
	    width: 42px;
	    height: 42px;
	    line-height: 42px;
	    color: #fff;
	    border-left: 1px solid rgba(0, 0, 0, 0.2);
	    top: 0;
	}
	ul#menu-mobile .toggle-caret {
	    position: absolute;
	    top: 0;
	    right: 0;
	    text-align: center;
	    cursor: pointer;
	    line-height: inherit;
	}
	.sub-menu {
		display: none;
	}
	ul#menu-mobile .sub-menu {
	    padding-left: 15px;
	    box-sizing: border-box;
	    list-style: none;
	}
	ul#menu-mobile li {
		position: relative;
	    
	    width: 100%!important;
	    box-sizing: border-box;
	    text-align: left;
	    font-weight: normal;
	    font-size: 16px;
	    color: #fff;
	    text-transform: uppercase;
	    box-sizing: border-box;
	    
	}
	ul#menu-mobile li a {
		padding: 10px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
		color: #fff !important;
	}
	#menu-mobile {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: -300px;
	    width: 300px;
	    height: 100%;
	    background-color: #222;
	    border-right: 1px solid rgba(0, 0, 0, 0.2);
	    overflow: auto;
	    transition: left 500ms ease;
	    -webkit-backface-visibility: hidden;
	    box-sizing: border-box;
	    overflow-x: hidden;
	    z-index: 10000;
	}
	.showEnzi {
	    left: 0px !important;
	}
	a#pull:after {
	    content: "\f0c9";
	    display: inline-block;
	    position: absolute;
	    right: 15px;
	    top: 13px;
	    font-family: FontAwesome;
	}
	a#pull {
		color: #fff;
	    padding: 14px;
	    box-sizing: border-box;
	    display: block;
	    height: 50px;
	    text-align: left;
	    text-transform: uppercase;
	    letter-spacing: 0.05em;
	}
	section.contentWrap,.homeWidgets,section.contentWrap .content.fullpage {
		max-width: 100%;
		margin: 10px auto;
	}
	.widgetBox {
		height: auto !important;
		width: 100% !important;
	}
	section.contentWrap .content {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding:15px;
	}
	.braininjurylawyer {
	    width: 100%;
	    margin: 20px auto 0px;
	    box-sizing: border-box;
	    height: auto;
	}
	.subbanner,.sidebar {
		display: none !important;
	}
	.navigation {
		position: relative;
	}
	.mobileBtn a, .hoursa {
	    display: block;
	    color: #fff;
	    text-align: center;
	    background: #192E7F;
	    padding: 10px;
	    border-radius: 10px;
	    -moz-border-radius: 10px;
	    margin: 10px !important;
	}
	.navbar-collapse {
		display: none;
	}
	.hide-d {
		display: block;
	}
	.post-content img {
		width: 100% !important;
		height: auto !important;
		margin:10px 0px !important;
	}
	.post-content form img {
		width: auto !important;
	}
	.wp-caption  {
		width: 100% !important;
		margin:10px 0px !important;
	}
	.logo,.logo img {
		width: 100%;
		height: auto;
		margin:0px;
	    max-width: 400px;
    	margin: 0px auto;
		float: none;
	}
	.homeBoxes .box01,.homeBoxes .box02,.homeBoxes .box03,.homeBoxes .box04,.homeBoxes .box05 {
		width:33.33%;
		box-sizing: border-box;
		padding:0px 10px;
		margin:0px;
		margin-bottom: 10px;
		height: auto;
	}
	.welcome {
		max-width: 100%;
		background-color: #fff;
		box-sizing: border-box;
		padding:10px;
	}
	.welcome .welcomeImg,.welcome .welcomeText {
		height: auto;
		text-align: center;
		box-sizing: border-box;
	    width: 100%;
	    float:none;
	}
	.homeBoxes img {
		width: 100%;
	}
	.homeBoxes:after,.welcome:after {
		display: block;
		clear: both;
		content: "";
	}
	.homeBoxes {
		margin-top: 30px;
	}
	.footerSocial,.navbar-collapse,section.footer .footerLogos,section.footer .footerMenu,section.footer .copy {
		max-width: 100%;
	}
	section.header,.homeBoxes,.welcome {
		max-width: 100%;
		height: auto;
	}
	.slider,.address,.social,.phone {
		display: none !important;
	}
	.welcome .welcomeText {
		background-size: 0px;
	}
	.navigation {
		height:auto;
	}
	a#pull {
		background-color: #192E7F;
		position: relative;
	}
	.homeWidgets {
		box-sizing: border-box;
		padding:0px 15px;
	}
	.textwidget a.button {
		max-width:320px;
		margin:0px auto;
	}
}
@media screen and (max-width: 540px) {
	.welcomeText div {
		width: 100% !important;
		float: none !important;
	}
	.welcomeImg img {
		width: 100%;
	}
	.welcome .welcomeText  {
		padding:0px;
	}
	.footerMenu,.footerLogos {
		display: none !important;
	}
	.post-content div {
		width: 100% !important;
	}
	.logo, .logo img {
		max-width: 250px;
	}
	.post-content img {
		width: 100%;
		height: auto !important;
	}
	.footerSocial h4 {
	    max-width: 245px;
	    display: block;
	    margin: 0px auto;
	    padding-bottom: 20px;
	}
	.stayConnected {
		padding-top: 19px;
		height: auto;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03, .homeBoxes .box04, .homeBoxes .box05 {
		width:50%;
	}
	section.contentWrap .content h1 {
		word-break:break-word;
	}
}