/*
Theme Name: Burton Beale
Description: The original Burton Beale theme.
Version: 1
Author: Burton Beale
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
max-width: 100%; 
height: auto; 
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 0;
}
.wp-caption {
background: #f1f1f1;
line-height: 18px;
margin-bottom: 20px;
max-width: 632px !important; 
text-align: center;
}
.wp-caption img {
margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
color: #888;
font-size: 12px;
margin: 5px;
}
.wp-smiley {
margin: 0;
}
.gallery {
margin: 0 auto 18px;
}
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto;
}
.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px;
}
.gallery dl {
margin: 0;
}
.gallery img {
border: 10px solid #f1f1f1;
}
.gallery br+br {
display: none;
}
#content .attachment img {
margin: 0 auto;
}
.content ul, .content ol{margin:20px 0;}
.content ul li, .content ol li{margin:8px 0 8px 20px; line-height:26px;}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	border: 1px solid #404041;
	padding: 15px !important;
	background: #ffffff;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	margin: 0 !important;
	transition: all 0.5s;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover{
	background: #eeeeee;
}
input[type="submit"], a.readmore, .navigation a {
	border: 0 none;
	cursor: pointer;
	background: #898989;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 25px;
	transition: all 0.5s;
	display: inline-block;
	font-weight:600;
}
input[type="submit"]:hover, a.readmore:hover, .navigation a:hover {
  background: none repeat scroll 0 0 #484C4B;
  color:#ffffff;
}

*{
padding:0;
margin:0;
}

body.mceContentBody{
background:none;
color:#000000;
}

body,table{
font-family: 'Montserrat', sans-serif;
font-size:18px;
color:#0f202a;
}

img, fieldset{
border:0;
}

table {
	width: 100%;
	border-collapse: collapse;
}
p{
line-height:28px; 
margin-bottom:25px;
}
a{
outline:none;
text-decoration:none;
color:#BD0F0E;
transition: all 0.5s;
}
a:hover{
color:#2F2A2D;
}

h1{
font-size:48px; 
font-weight:400;
margin-bottom:20px;
text-transform:uppercase;
font-family: 'Merriweather', serif;
color:#0f202a;
}
h2{
font-size:40px; 
font-weight:400;
margin-bottom:20px;
font-family: 'Merriweather', serif;
}
h3{
font-size:36px; 
font-weight:400;
margin-bottom:20px;
font-family: 'Merriweather', serif;
}
h4{
font-size:30px; 
font-weight:400;
margin-bottom:20px;
font-family: 'Merriweather', serif;
}
.clear{
clear:both;
}
.admin-bar header{
	margin-top:32px;
}

.wrapper{
width:90%;
margin:0 auto;
max-width:1920px;
}
.logo {
	float: left;
	width: 300px;
	padding: 25px 0;
}
.nav {
	float: left;
	margin-left: 40px;
	margin-top: 55px;
}
.number {
	float: right;
	border: 1px solid #898989;
	text-align: center;
	color: #898989;
	padding: 15px 15px 15px;
	margin-top: 35px;
}
.number .numbertitle {
	display: block;
	margin-top: -25px;
	background: #0F202A;
	padding: 0 10px;
	margin-bottom: 10px;
}
.number a {
	font-size: 27px;
	color: #ffffff;
}
.number a:hover{
	background: #0F202A;
}
.header {
	z-index: 9999;
	position: relative;
}
.banner {
	background: url(images/banner.jpg) no-repeat;
	color: #ffffff;
	padding: 200px 0;
	background-size:cover;
}
.moduletable.custom_html-2 {
	width: 50%;
}
.banner h2 {
	font-size: 65px;
}
header {
	background: #0f202a;
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	font-family: 'Merriweather', serif;
}
.logo, .header, .nav, .number {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.headerheight {
    height: 130px;
}
header.smaller {
	height: 130px;
}
span.red{
	color: #898989;
}
.content {
	padding: 50px 0;
}
.contentleft {
	float: left;
	width: 60%;
}
.contentright {
	float: right;
	width: 25%;
}
.icontentright {
	
}
.taglinearea{
	border: 1px solid #0F202A;
	text-align: center;
	padding: 40px 0;
	margin-right: 50px;
	margin-bottom:50px;
}
.itaglinearea{
	margin: 0 -50px;
	background: #ffffff;
	padding: 20px 0;
}
.wp-video {
	margin: 50px 0;
}
.practices{
	padding: 50px 0;
}
.practices .redborder{
	border: 1px solid #0F202A;
	text-align: center;
	padding: 40px 0;
}
.practices .redborder .su-column-inner{
	margin: 0 -50px;
	background: #ffffff;
	padding: 20px 0;
}
.practices ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.practices ul li {
	list-style: none;
	margin: 0;
	width: 32%;
	margin: 0 1% 1% 0;
	text-align: center;
	display:flex;
}
.practices ul li a {
	font-size: 19px;
	color: #ffffff;
	font-weight: 600;
	background: #0f202a;
	display: block;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 20px 10px;
	box-sizing: border-box;
	width:100%;
}
.practices ul li a:hover {
	color: #ffffff;
	background: #c51231;
}
.practices .su-row .su-column-size-3-4 {
	width: 65%;
	margin-left: 10%;
}
.testimonials .moduletable {
	box-shadow: 0px 0px 8px #ddd;
	padding: 50px;
}
.testimonials {
	padding: 50px 0;
	text-align: center;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-company {
	color: #898989;
	font-size: 16px;
}
.testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content {
	font-size: 18px;
}
.logos {
	background: #f1f1f2;
	padding: 50px 0;
	text-align: center;
}
.home h2{
	margin-bottom:40px;
	font-size:50px;
}
.copyright {
	border-top: 2px solid #ddd;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	font-family: 'Merriweather', serif;
}
.copyright p {
	margin:0;
}
.footer .wrapper {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.widget.moduletable.text-2 {
	width: 25%;
	margin-right: 5%;
}
.widget.moduletable.text-3 {
	width: 25%;
	margin-left: 5%;
}
.footer {
	padding: 50px 0;
	border-top: 300px solid #0f202a;
}
.gform_footer.top_label {
	justify-content: center;
}
.footer h3 {
	font-size: 24px;
}
.widget.moduletable.gform_widget-2 {
	width: 40%;
	box-shadow: 0px 0px 8px #ddd;
	box-sizing: border-box;
	padding: 30px;
	margin-top: -250px;
	background: #ffffff;
}
.widget.moduletable.text-3 img {
	margin: 0 5px;
}
.footernumber {
	border: 1px solid #898989;
	text-align: center;
	color: #0f202a;
	padding: 15px 15px 15px;
	margin: 35px 0;
	
}
.footernumber .numbertitle {
	display: block;
	margin-top: -25px;
	background: #ffffff;
	padding: 0 10px;
	margin-bottom: 10px;
}
.footernumber a {
	font-size: 27px;
	color:#0f202a;
}
.footernumber p {
	margin: 0;
}
.newsarea {
	background: #0f202a;
	color: #ffffff;
	padding: 50px 0;
}
.newsarea h2 {
	float: left;
	width: 25%;
}
.newsarea .textwidget {
	float: right;
	width: 70%;
}
.newsarea .pt-cv-carousel-caption.pt-cv-cap-wo-img {
	border: 1px solid #bbbdbf;
	padding: 30px;
}
.newsarea .pt-cv-view .carousel-control span {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #bbbdbf;
}
.newsarea .pt-cv-view .carousel-control:hover span {
	color: #ffffff;
}
.newsarea .moduletable {
	display: flex;
	align-items: center;
}
.custom_html-4 ol {
	list-style-type: none;
	counter-reset: li;
	overflow: hidden;
}

.custom_html-4 li {
	font-size: 19px;
	float: left;
	width:33%;
}

.custom_html-4 li::before {
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	color: #ffffff;
	font-size: 74px;
	margin-right: 15px;
	border-right: 1px solid #898989;
	float: left;
	padding-right: 15px;
}
.custom_html-4 li strong {
	margin-top: 10px;
	display: inline-block;
	line-height: 36px;
}
.uspimage {
	float: left;
	width: 50%;
}
.uspblocks {
	float: right;
	width: 50%;
}
.uspblocks > div {
	padding: 35px 50px;
	color: #ffffff;
}
.greenblock {
	background: #0F202A;
}
.redblock {
	background: #898989;
}
.uspblocks > div.whiteblock{
	color:#0f202a;
}
.usparea {
	padding: 50px 0;
}


.blogsmain {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.blogsmain .post {
	width: 49%;
	margin: 0 1% 20px 0;
	background: #E9E3E7;
	padding: 20px;
	box-sizing: border-box;
}
.blogsmain .post:nth-child(odd) {
	background: #EEEEEE;
}
.post-meta > div {
	display: inline-block;
	margin: 0 5px 0 0;
}
.post-meta {
	margin-bottom: 20px;
	line-height: 28px;
}
.blogsmain .eb-post-category.comma-seperator {
	width: 100%;
}
.blogsmain h2.storytitle {
	font-size: 20px;
}
.contentright p, .practices .redborder p {
	margin: 0;
}
.practices {
	line-height: 28px;
}
.attorneyleft {
	float: left;
	width: 40%;
}
.attorneyright {
	float: right;
	width: 55%;
}
.attorneyright h1 {
	font-size: 42px;
	text-transform: none;
	margin-bottom:0;
}
.attorneyright h3 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	color: #898989;
}
ul.contactinfo {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	font-size: 14px;
}
ul.contactinfo li {
	width: 48%;
	list-style: none;
	margin: 10px 1% 0 0;
}
ul.contactinfo a {
	color:#0f202a;
}
ul.contactinfo a:hover {
	color:#898989;
}
div.tab {
	margin-bottom: 20px;
}
div.tab button {
	background: none;
	border: 0;
	border-bottom: 2px solid #898989;
	color: #0F202A;
	font-weight: bold;
	font-size: 17px;
	padding: 10px;
	cursor: pointer;
}
div.tab button:hover, div.tab button.active {
	border-bottom: 2px solid #000;
}
.printomatictext {
	display: inline;
}
.bannerbottom {
	background: #0F202A;
	color: #ffffff;
	padding: 20px 0;
}
.uspinner {
	max-width: 800px;
	margin: 0 auto;
}
.bannerimage{
	margin-top:30px;
}
.blogsmain img {
	width: 100%;
	margin-bottom: 20px;
}
.single img.aligncenter{
margin-bottom:20px;
}
.widget.moduletable.text-3 i {
	font-size: 25px;
}
.contentright .moduletable {
	text-align: left;
	padding: 15px;
	margin-bottom: 20px;
}
.practiceareas{
	display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navigation {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.nav-previous {
	margin: 0 auto 0 0;
}
.nav-next {
	margin: 0 0 0 auto;
}

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

@media all and (max-width: 1400px){
.nav {
	float: right;
}
.uspblocks > div p {
	margin: 0;
}
.uspblocks > div {
	padding: 25px 50px;
}
.custom_html-4 li::before {
	font-size: 45px;
}
.custom_html-4 li strong {
	margin-top: 0;
}
.practices ul li {
	width: 48%;
}
.custom_html-4 li {
	width: 100%;
	margin-bottom: 20px;
}
	.banner{
		padding:100px 0;
	}
}

@media all and (max-width: 1020px){
	.banner {
	background: url(images/banner-mobile.jpg) no-repeat;
	background-size: cover;
}
.moduletable.custom_html-2 {
	width: 100%;
}
.contentleft {
	float: none;
	width: 100%;
}
.contentright {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-top:30px;
}
.uspimage {
	float: none;
	width: 100%;
}
.uspimage img{
	display:block;
}
.uspblocks {
	float: none;
	width: 100%;
}
.practices .su-row .su-column-size-1-4 {
	width: 100%;
	float: none;
}
.practices .su-row .su-column-size-3-4 {
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
}
.newsarea h2 {
	float: none;
	width: 100%;
}
.newsarea .textwidget {
	float: none;
	width: 100%;
}
.newsarea .moduletable {
	display: block;
}
.footer .wrapper {
	display: block;
}
.widget.moduletable.text-2 {
	width: 100%;
	margin-right: 0;
}
.widget.moduletable.gform_widget-2 {
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0;
}
.widget.moduletable.text-3 {
	width: 100%;
	margin: 0;
}
.footer {
	padding: 50px 0 10px;
	border-top: none;
}
	.attorneyleft {
	float: none;
	width: 100%;
}
.attorneyright {
	float: none;
	width: 100%;
	margin-top:30px;
}
}
@media all and (max-width: 767px){
.admin-bar header {
	margin-top: 46px;
}
.logo {
	width: 180px;
}
.nav {
	margin-left: 20px;
	margin-top: 30px;
}
.number {
	margin-top: 15px;
}
header, header.smaller, .headerheight{
	height:99px;
}
.icontentright {
	margin: 0 -1px;
}
.uspblocks > div {
	padding: 25px 30px;
}
.practices .redborder .su-column-inner {
	margin: 0 -1px;
}
.practices ul li {
	width: 100%;
	float: none;
}
.testimonials .moduletable {
	padding: 50px 0;
}
.number a {
	font-size: 20px;
}
.number .numbertitle {
	padding: 0 5px;
	font-size: 13px;
}
.nav {
	margin-left: 5px;
}
	.blogsmain .post {
	width: 10%;
	margin: 0 0 20px 0;
	background: #E9E3E7;
	padding: 20px;
	box-sizing: border-box;
}
}
@media all and (max-width: 500px){
.logo {
	width: 180px;
	margin: 0 auto;
	float: none;
}
.number {
	margin-top: 15px;
	float: left;
}
header, header.smaller, .headerheight {
	height: 180px;
}
}