/*
Theme Name: Radeff Hart
Description: The original Radeff & Hart, P.C.  theme.
Version: 1
Author: LWD
*/

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 #cccccc;
	padding: 15px !important;
	background: #eeeeee;
	border: none;
	color: #000000;
	font-family: "Roboto", sans-serif;
	margin: 0 !important;
	transition: all 0.5s;
}
input[type="text"]:hover, input[type="email"]:hover, , input[type="tel"]:hover, textarea:hover{
	background: #f9f9f9;
	color: #000000;
}
button[type="submit"], input[type="submit"], a.readmore {
	border: 0 none;
	cursor: pointer;
	background: #B33131;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	padding: 10px 25px;
	transition: all 0.5s;
	display: inline-block;
	font-weight:400;
}
button[type="submit"]:hover, input[type="submit"]:hover, a.readmore:hover {
  background: none repeat scroll 0 0 #484C4B;
  color: #fff;
}

*{
padding:0;
margin:0;
}

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

body,table{
font-family: "Roboto", sans-serif;
font-size:18px;
color:#231F20;
}

img, fieldset{
border:0;
}

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

h1{
font-size:48px; 
font-weight:500;
margin-bottom:20px;
font-family: "Noto Serif", serif;
}
h2{
font-size:40px; 
font-weight:500;
margin-bottom:20px;
font-family: "Noto Serif", serif;
}
h3{
font-size:30px; 
font-weight:500;
margin-bottom:20px;
font-family: "Noto Serif", serif;
}
h4{
font-size:25px; 
font-weight:500;
margin-bottom:20px;
font-family: "Noto Serif", serif;
}
.clear{
clear:both;
}

.admin-bar header{
	margin-top:32px;
}

.wrapper{
width:90%;
margin:0 auto;
max-width:1920px;
}
.logo {
	float: left;
	width: 25%;
}
.nav {
	float: right;
	width: 72%;
	padding: 30px 0;
}
.nav .moduletable {
	float: left;
	margin: 0 0 0 20px;
}
.header {
	z-index: 9999;
	position: relative;
	padding: 10px 0;
}
header {
	background: #ffffff;
	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;
}
.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;
}
.blogsmain {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.blogsmain .post {
	width: 32%;
	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;
	text-transform: uppercase;
}
.banner img {
	width: 100%;
}
.nav a.readmore {
	font-size: 20px;
	font-weight: bold;
}
.content {
	padding: 50px 0;
}
.home .content {
	text-align:center;
}
.home .practiceareas {
	background: #F6F2EF;
	padding: 50px 0;
	text-align: center;
}



.practicelistinner {
	display: flex;
	flex-wrap: wrap;
}
.practicesingleinner {
	width: 23%;
	background: #253342;
	margin: 1%;
	align-content: center;
	box-sizing: border-box;
}
.practicesingleinner:hover {
	background: #E2231A;
	color: #ffffff;
}
.practicesingleinner .practicecontent h3 a {
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 30px 20px;
}
.practicesingleinner .practicecontent h3 {
	font-size: 26px;
	font-weight: 500;
	margin: 0;
}




.owl-item {
	background: none !important;
}
.practicecontent h3 {
	font-size: 26px;
	font-weight: 500;
}
.owl-carousel.owl-drag .owl-item {
	border-left: 2px solid #ddd;
	padding: 0 20px;
	box-sizing: border-box;
}
.owl-prev span, .owl-next span {
	display: inline-block;
	line-height: 40px;
}
.owl-next {
	right: -50px;
}
.owl-prev{
	left:-50px;
}
.owl-next, .owl-prev{
	position: absolute;
	top: 30%;
	background: #B33131 !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff !important;
	vertical-align: middle;
}
.cta {
	background: #253342;
	color: #ffffff;
	padding: 50px 0;
}
.cta .su-row {
	margin-bottom: 1.5em;
	display: flex;
	align-items: center;
}
.cta .su-row ul li {
	list-style: none;
	border-top: 1px solid #666;
	padding: 10px 0;
}
.cta .su-row a {
	color: #fff;
}
.cta .su-row a:hover {
	color: #E32526;
}
.home .team {
	background: url(images/team-bg.jpg) no-repeat;
	padding: 50px 0;
	background-size: cover;
}
.team {
	text-align: center;
}
.professionals {
	display: flex;
	flex-wrap: wrap;
}
.professionalsingle {
	width: 31%;
	margin: 0 1%;
	border:1px solid #dddddd;
	background: #F6F2EF;
}
.attorneytitle {
	display: block;
	color: #231F20;
	padding: 20px 0;
}
.footer {
	background: #253342;
	color: #ffffff;
	padding: 50px 0;
}
.footerright {
	float: right;
	width: 45%;
	margin-left: 5%;
}
.footerleft {
	float: left;
	width: 50%;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	text-decoration:underline;
}
.banner {
	background: url(images/header-bg.jpg) no-repeat;
	padding: 100px 0;
	background-size: cover;
}
.banner h1 {
	margin: 0;
	text-align: center;
	color: #ffffff;
}
.home .banner {
	background: none;
	padding: 0;
}
.banner h1 {
	margin: 0;
	text-align: center;
	color: #ffffff;
}
.contentleft {
	float: left;
	width: 65%;
}
.contentright {
	background: #253342;
	color: #ffffff;
	float: right;
	width: 30%;
	padding: 20px;
	box-sizing: border-box;
}
.contentright ul li {
	list-style: none;
	border-top: 1px solid #666;
	padding: 10px 0;
	margin: 0;
}
.contentright ul li a::before {
	content: "►";
	padding-right: 10px;
}
.contentright ul li a:hover {
	color: #E32526;
}
.contentright ul li a {
	color: #fff;
}
.contentright h2{
	color:#ffffff;
}
.content .wrapper {
	overflow: hidden;
}
.attorneymain{
	display:flex;
	flex-wrap:wrap;
}
.attorneyleft{
	width:30%;
	margin-right:5%;
}
.attorneyright{
	width:65%;
}
#menu-attorney-menu li a {
	display: block;
	background: #eeeeee;
	padding: 10px;
}
#menu-attorney-menu li a:hover{
	background: #B33131;
	color:#ffffff;
}
#menu-attorney-menu {
	list-style: none;
	font-size: 20px;
}
img{
max-width:100%;
height:auto;
}
@media all and (max-width: 1540px){
.nav .moduletable {
	float: right;
	margin: 0 0 3px 0;
	text-align: right;
	clear: both;
}
.nav {
	width: 72%;
	padding: 10px 0;
}
	
}
@media all and (max-width: 1130px){
.logo {
	width: 50%;
}
.nav {
	width: 50%;
}
	.practicesingleinner {
	width: 31%;
}
}

@media all and (max-width: 1020px){
.footerright {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 30px;
}
	.footerleft {
	float: none;
	width: 100%;
}
	.owl-prev {
	left: -25px;
}
	.owl-next {
	right: -25px;
}
.contentleft {
	float: none;
	width: 100%;
	margin-bottom:20px;
}
.contentright {
	float: none;
	width: 100%;
}
}

@media all and (max-width: 767px){
	.cta .su-row {
	display: block;
}
	.professionalsingle {
	width: 100%;
	margin: 0 0 20px;
	box-shadow: 0px 0px 2px #999;
	background: #F6F2EF;
}
	.admin-bar header {
	margin-top: 46px;
}
	.attorneyright {
	width: 100%;
}
	.attorneyleft {
	width: 100%;
	margin: 0 0 20px;
}
.practicesingleinner {
	width: 48%;
}
}

@media all and (max-width: 500px){
.nav, .logo {
	width: 100%;
	float: none;
}
.nav {
	text-align:center;
}
.logo img {
	max-width: 300px;
}
.widget.moduletable.maxmegamenu-2 {
	position: absolute;
	top: 20px;
	right: 20px;
}
.header{
		position:relative;
}
.nav .moduletable {
	float: none;
	margin: 0;
	text-align: center;
	clear: both;
}
header {
	height: auto;
	position: relative;
}
	.admin-bar header {
	margin-top: 0;
}
	.headerheight, header.smaller {
	height: auto;
}
	.practicesingleinner {
	width: 100%;
		margin:0 0 10px;
}
}