/* CSS Document */

/*
Theme Name: NVG Child
Description: NVG Child Theme
Author: Dennis Sinacola, Net Visibility Group http://www.netvisibilitygroup.com
Author URI: http://www.netvisibilitygroup.com
Theme URI: http://www.netvisibilitygroup.com
Version: 3.0
Template: NVG
*/

/* @import url("diagnostics.css"); */


/* ==============================================
     HTML 5 RESET / BOX RESIZING / FLOAT CLEARS  
   ============================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{sitemargin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

*, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
	content: " ";
	display: table;
}
.clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* ==========================================
   COLORS  
   ==========================================          

     don juan brown: #594e4f
      paradiso blue: #4e7d88
shamrock blue green: #32bbaf
   vista blue green: #94daac
     chiffon yellow: #eaf5bb


   ==========================================
   DEFAULTS  
   ========================================== */

/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%; /* set base font to 10px for easy calculations */
}
body {
	color: #000;
  font-size:16px;
  font-size:1.6rem;
  line-height:1.625;
  font-weight:400;
  font-family:"Open Sans",Arial,Helvetica,sans-serif;
  background-color:#594e4f;
}
::-moz-selection {
 background-color: #333;
 color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #299990;
	text-decoration: none;
}
a:hover {
	color: #94daac;
	text-decoration: none;
}
a[href^=tel],
a[href^=tel]:hover{
    color:inherit;
    text-decoration:none;
}
a img {
	margin-bottom: -6px;
}
div.anchor:before { 
  display: block; 
  content: " "; 
  margin-top: -80px; 
  height: 86px; 
  visibility: hidden; 
  outline:thin solid red;
}
p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}
b,
strong {
	font-weight: 600;
}
ol, ul {
	margin: 0;
	padding: 0;
}
blockquote, blockquote::before {
	color: #999;
}
blockquote {
  font-size:16px;
  font-size:1.6rem;
	margin: 20px;
	margin: 2.0rem;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
}
.suffix {
  display:inline-block;
  font-size:50%;
  margin-left:.3em;
  letter-spacing:-.05em;
}
/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:"Lato",Arial,Helvetica,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
  text-transform:uppercase;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}
h1, .h1 {
	font-size: 30px;
	font-size: 3.0rem;
}
h2, .h2 {
	font-size: 26px;
	font-size: 2.6rem;
}
h3, .h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4, h4 {
	font-size: 20px;
	font-size: 2.0rem;
}
h5, .h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6, .h6 {
  color: #4e7d88;
	font-size: 16px;
	font-size: 1.6rem;
  text-transform:uppercase;
  margin-top:-.5em;
}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
img.alignright,
img.aligncenter,
img.alignleft,
.google-map,
.nvg-photo {
  padding:6px;
  background: url('http://www.cwelaw.com/wp-content/uploads/header-coast.jpg');
}
.nvg-photo {
  float:left;
  margin:0 20px 20px 0;
}

.featured-content img, .gallery img {
	width: auto; /* IE8 */
}


/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th, td {
	text-align: left;
}
th {
	font-weight: 600;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: .6rem 0;
}

/* ==========================================
   COMMON  
   ========================================== */

/* WordPress
--------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.author-box .avatar {
	height: 72px;
	height: 7.2rem;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
	width: 7.2rem;
}
.entry-comments .avatar {
	height: 48px;
	height: 4.8rem;
	width: 48px;
	width: 4.8rem;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-form {
	overflow: hidden;
	padding: 3px;
	padding: .3rem;
	width: 100%;
}
.sticky {
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
a.alignnone {
	display: inline-block;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright, img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
a.alignleft, a.alignright {
	border: none;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}
.gallery-caption {
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.archive-description, .author-box {
	background-color: #f5f5f5;
}
.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}
.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}
.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}
.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 4px;
	margin-bottom: .4rem;
}
.author-box p {
	margin-bottom: 0;
}
.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even, .genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}
.genesis-grid-even {
	float: right;
}
.genesis-grid-odd {
	clear: both;
	float: left;
}

/* Titles
--------------------------------------------- */
.home .entry-header,
.blog article .entry-title {
  display:none;
}
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}
.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}
.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.entry-title a, .sidebar .widget-title a {
	border: none;
	color: #333;
}
.entry-title a:hover {
	color: #0ebfe9;
}
.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}
#home-featured .widget-title {
	margin-bottom: 1rem;
}
.sidebar .widget-title a {
	border: none;
}
.archive-title {
	font-size: 2rem;
	margin-bottom: 2.4rem;
}

/* ==========================================
   BOOTSTRAP OVERRIDES  
   ========================================== */
.btn {
  font-size:14px;
  font-size:1.4rem;
}
.su-button-style-flat {
  color:#fff !important;
  border: none !important;
  background-color:#4e7d88 !important;
}
.su-button-style-flat:hover {
  background-color:#e3e44e !important;
  border: 1px solid rgba(65, 88, 100, .5) !important;
}
.su-button-style-flat:hover span {
  color:#000 !important;
}


/* ==========================================
   STRUCTURE  
   ========================================== */

/* Site Containers
--------------------------------------------- */
.wrap {
  max-width:1280px;
  margin:0 auto;
}
.site-container {
  background: url('http://www.cwelaw.com/wp-content/uploads/header-cyclist.jpg') repeat-x 50% 0, url('../../uploads/bg.png') repeat;
}
.home .site-container {
  background: url('../../uploads/bg.png') repeat;
}
.firm-overview .site-container {
  background: url('http://www.cwelaw.com/wp-content/uploads/header-cyclist.jpg') repeat-x 50% 0, url('../../uploads/bg.png') repeat;
}
.our-attorneys .site-container {
  background: url('../../uploads/header-bridge.jpg') repeat-x 50% 0, url('../../uploads/bg.png') repeat;
}
.practice-areas .site-container {
  background: url('http://www.cwelaw.com/wp-content/uploads/header-collision.jpg') repeat-x 50% 0, url('../../uploads/bg.png') repeat;
}
.blog .site-container {
  background: url('http://www.cwelaw.com/wp-content/uploads/header-fisherman.jpg') repeat-x 50% 0, url('../../uploads/bg.png') repeat;
}
.faqs .site-container {
  background: url('http://www.cwelaw.com/wp-content/uploads/header-coast.jpg') repeat-x 50% 0, url('../../uploads/bg.png') repeat;
}
.contact .site-container {
  background: url('http://www.cwelaw.com/wp-content/uploads/header-kite.jpg') repeat-x 50% 0, url('../../uploads/bg.png') repeat;
}

.site-header .wrap {
	min-height:100px;
}
.site-inner {
	background-color: transparent;
	clear: both;
}
.site-inner .wrap {
	margin-top:360px;
}
.home .site-inner .wrap {
	margin-top:20px;
}
.template-404 .site-inner .wrap {
	margin-top:441px;
}
.home aside.widget-area:nth-child(3) {
  position:relative;
}
.home .nvg-slider.widget_revslider {
  position:relative;
  z-index:9;
}
.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 20px 60px 20px;
	padding: 2rem 6rem 2rem;
	width: 800px;
}

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}
.home-featured li {
	list-style-type: none;
}
.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}
.home-featured p:last-child {
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}
.home-featured-1, .home-featured-2, .home-featured-3, .home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}
.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}
.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}
.site-tagline {
  display:none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.content {
	float: left;
	width: 74%;
  padding:4px 16px 16px;
}
.sidebar-content .content {
	float: right;
}
.full-width-content .content {
	width: 100%;
}
.sidebar {
	float: right;
	width: 26%;
  padding:3px 16px 16px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48.717948717948715%;
}
.one-third, .two-sixths {
	width: 31.623931623931625%;
}
.four-sixths, .two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.one-fifth {
  width: 17.94871794871795%;
}
.two-fifths {
  width: 35.8974358974359%;
}
.three-fifths {
  width: 53.84615384615385%;
}
.four-fifths {
  width: 71.7948717948718%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}

/* ==========================================
   HEADER  
   ========================================== */

.site-header {
  position:fixed;
	overflow: hidden;
	height: 72px;
	top: 0;
	left: 0;
	right: 0;
	background: #94daac;
  opacity: 0.85;
  z-index:999;
}
.home .site-header {
	background: #94daac;
}
.template-page .site-header.scroll-long,
.home .site-header.scroll-short {
  opacity: 1;
}
.admin-bar .site-header {
	top: 32px;
}

/* Logo / Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 0;
  line-height:80px;
}
.title-area a {
  display:block;
  margin:10px 0 10px 30px;
  background:url('../../uploads/logo.png') no-repeat;
  background-size: 100%;
}
.title-area,
.title-area a {
	width: 400px;
  height:53px;
}
.site-title {
	display:none;
}
.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}
.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */
.header-full-width .title-area, .header-full-width .site-title {
	width: 100%;
}
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */
.header-image .title-area {
	padding: 0;
}
.header-image .site-title a {
	display: block;
	height: 83px;
  margin-top:8px;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	width: 100%;
	text-align: right;
}
.site-header .widget_text {
  color:#b1b1b1;
  float:right;
  font-family:"Lato",Arial,Helvetica,sans-serif;
  font-size:28px;
  font-size:2.8rem;
  font-weight:400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-header .widget_text .call { 
  float:right;
  margin-right:20px;
}
.site-header .widget_text .phone { 
  color:#000;
}
.site-header .widget_text .call span { 
  display:inline-block;
  margin-right:.7rem;
}
.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

/* ==========================================
   NAVIGATION  
   ========================================== */
.widget_nav_menu {
  width:100%;
 }
.genesis-nav-menu {
	clear: both;
  font-family:"Lato",Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 32px;
  text-align:right;
  text-transform:uppercase;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}
.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 0 15px;
	padding: 0 1.5rem;
  white-space: nowrap;
	position: relative;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  background-color:#32bbaf;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 240px;
	width: 24rem;
	background: rgba(155, 211, 174, 1);
	z-index: 99;
}
.genesis-nav-menu .sub-menu .menu-item {
	display: block;
}
.genesis-nav-menu .sub-menu a {
	position: relative;
	width: 240px;
	width: 24rem;
  line-height: 32px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
	margin: -5.4rem 0 0 15.9rem;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: .6rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
	margin-top: -5.5rem;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	position: fixed;
	width: 820px;
	top: 40px;
	left: 50%;
  margin-left:-180px;  /* menu width - 1/2 of .wrap width */
	z-index: 9999;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}
.site-footer .nav-secondary a:hover {
	color: #999;
}
.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}
.site-footer .nav-secondary .sub-menu a:hover {
	color: #fff1b1;
}

/* Responsive Menu
--------------------------------------------- */
#responsive-menu-icon {
	cursor: pointer;
	display: none;
  line-height:24px;
  text-align:center;
  background-color:#4e7d88;
}
#responsive-menu-icon::before {
  position:relative;
  top:-2px;
	color: #fff;
	content: "MENU";
	font: normal 20px/24px 'Lato', sans-serif;
}
#responsive-menu-icon::after {
  position:relative;
  top:4px;
	color: #fff;
	content: "\f333";
	font: normal 28px/24px 'dashicons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.genesis-nav-menu.menu-active {
  font: 400 16px/32px "Lato", sans-serif;
  background-color:404040;
}
.genesis-nav-menu.menu-active .menu-item {
  display: block;
}
.genesis-nav-menu.menu-active a {
  color:#fff;
  padding:4px 20px;
  text-align:center;
  text-transform:uppercase;
  border-bottom:1px solid #999;
  background-color:#4e7d88 !important;
}
.genesis-nav-menu.menu-active > li:first-child > a {
  border-top:1px solid #999;
}
.genesis-nav-menu.menu-active .sub-menu,
.genesis-nav-menu.menu-active  .sub-menu a {
	width: 100%;
  background-color:#57788a !important;
}

/* ==========================================
   SLIDERS  
   ========================================== */

/* Home slider
--------------------------------------------- */
.home  .widget_revslider {
  margin-top:72px;
}

/* ==========================================
   FORMS  
   ========================================== */

label {
  font-weight:normal;
}
input, select, textarea {
	background-color: #fafafa;
	border: 1px solid #808080;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	width: 100% !important;
}
input:focus, textarea:focus {
	border: 1px solid #333;
	outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
 color: #999;
 opacity: 1;
}
::-webkit-input-placeholder {
 color: #999;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	background-color: #32bbaf;
}
.entry-content .button:hover {
	color: #fff;
}
.button {
	border-radius: 3px;
	border-radius: .3rem;
	display: inline-block;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
 display: none;
}

/* ==========================================
   CONTENT AREA  
   ========================================== */

/* Entry Titles & Content Boxes
--------------------------------------------- */
.site-container > header.entry-header {
  position:relative;
  top:280px;
  left:50%;
  margin-left:-620px;
}
.site-container > .entry-header > h1.entry-title.skew {
  display:inline-block;
}
.content-box h2,
h2.skew,
.site-container > .entry-header > h1.entry-title.skew {
  color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
  text-align:center;
  line-height:2;
  background-color:#4e7d88;
  transform: skew(10deg) rotate(-2deg);
  -webkit-transform: skew(10deg) rotate(-2deg);
  -moz-transform: skew(10deg) rotate(-2deg);
  border:1px solid rgba(65,88,100,.5);
}
.blog .site-container > .entry-header > h1.entry-title.skew {
	font-size: 22px;
	font-size: 2.2rem;
}
.site-container > .entry-header > h1.entry-title.skew,
h2.skew {
  border:1px solid rgba(78,125,136,.7);
}
.content-box h2 a,
.site-container > .entry-header > h1.entry-title.skew a {
  color: #000;
}
.content-box h2 .rect1,
.site-container > .entry-header > h1.entry-title.skew .rect1,
h2.skew .rect1 {
  display:block;
  padding:4px;
  background-color: rgba(255,255,255,.9);
  transform: skew(-10deg) rotate(4deg);
  -webkit-transform: skew(-10deg) rotate(4deg);
  -moz-transform: skew(-10deg) rotate(4deg);
  border:1px solid rgba(78,125,136,.5);
}
.content-box h2 .rect2,
h2.skew .rect2,
.site-container > .entry-header > h1.entry-title.skew .rect2 {
  display:block;
  padding:0 20px;
  background-color: #32bbaf;
  transform:  rotate(-2deg);
  -webkit-transform:  rotate(-2deg);
  -moz-transform:  rotate(-2deg);
  border:1px solid rgba(78,125,136,.5);
}
.content-box-inner {
  padding:12px;
  font-size:13px;
  text-align:center;
}
.content-box h3 {
  font-size:18px;
  font-size:1.8rem;
  min-height:40px;
  min-height:4rem;
  text-align:center;
}
.content-box h3 .h3-note {
  font-size:14px;
  font-size:1.4rem;
}
.content-box p {
	margin-bottom: 16px !important;
	margin-bottom: 1.6rem !important;
}
.content-box .contact-block {
  position:absolute;
  width:100%;
  right:10px;
  bottom:10px;
  font-weight:600;
  text-align:right;
}
.location,
.location-wrapper {
  position:relative;
  background-color: rgba(255,255,255,.5);
  padding:6px;
  border:1px solid rgba(78,125,136,.5);
}
.location-wrapper {
  margin-bottom:30px;
  min-height:320px;
}
.home .location {
  min-height:240px;
  min-height:24rem;
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}
.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
	padding-left: 3rem;
}
.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}
.single-portfolio .entry {
	text-align: center;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}
.entry-content ol, .entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}
.entry-content .search-form {
	width: 50%;
}
.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}
.entry-meta a {
	border: none;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-categories, .entry-tags {
	display: block;
}
.blog .entry-footer {
  display:none;
}
.post-image {
  padding:4px;
	background-color:#fff;
  -webkit-box-shadow: 0 0 4px 2px rgba(51,104,138,.5);
  box-shadow: 0 0 4px 2px rgba(51,104,138,.5);
}
.blog .post-image {
  display:block;
  float:left;
  width:200px;
  margin:10px 40px 40px 0;
}
.single-post .post-image-link,
.event .post-image-link{
  display:block;
  width:400px;
  margin:10px auto 30px;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	padding: 4rem;
	text-align: center;
}
.after-entry .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.after-entry .featured-content .entry:last-child, .after-entry .widget:last-child, .after-entry p:last-child {
	padding: 0;
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}
.pagination li {
	display: inline;
}
.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
	padding: .8rem 1.2rem;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: #32bbaf;
}

/* Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}
.comment-list li, .ping-list li {
	list-style-type: none;
}
.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}
.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}
.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}
.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}
.featured-content .entry-title a {
	border: none;
}

/* Info Boxes
--------------------------------------------- */
.info-boxes {
  margin-bottom:40px;
}
.no-practice-areas-widget .sidebar .info-boxes {
  display:none;
}
.info-box-wrap {
  width: 100%;
  height: 180px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px auto 10px;
  position: relative;
  cursor: default;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.home .info-box-wrap {
  width: 330px;
  height: 330px;
  margin: 0px auto;
}
.sidebar .info-box-wrap {
  width: 100%;
  height: 160px;
}
.info-box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home .info-box {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.info-box .front {
  display: block;
  position: absolute;
  width: 100%;
  color: #000;
  height: 100%;
  background-position: center;
  background-size: cover !important;
  border:1px solid #415865;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.home .info-box .front {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: contain !important;
}
#info-box1 .front {
  background: url('../../uploads/info-box1.jpg');
}
#info-box2 .front {
  background: url('../../uploads/info-box2.jpg');
}
#info-box3 .front {
  background: url('../../uploads/info-box3.jpg');
}
.info-box-wrap:hover .front {
  -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
.info-box h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height:1;
  margin: 10px 0;
  min-height:26px;
  min-height:2.6rem;
}
.home .info-box h3 {
  font-size: 36px;
  line-height:1.2;
  margin: 40px 0 10px;
  min-height:40px;
  min-height:4rem;
}
.info-box h3 span { 
  display: inline-block;
  margin-right:.5em;
}
.home .info-box h3 span { 
  display: block;
  margin-right:0;
}
.info-box h4 {
  font-size: 16px;
  color: #eaf5bb;
  text-transform: uppercase;
}
.home .info-box h4 {
  font-size: 18px;
}
.info-box h4 span { 
  display: inline-block;
  margin-right:.5em;
}
.home .info-box h4 span,
.sidebar .info-box h4 span { 
  display: block
}
.info-box hr {
  border-color: #7cb4c1;
  border-width: 2px 0 0;
}
.info-box a.more {
  position:absolute;
  bottom:20px;
  left:0;
  right:0;
  color: #eaf5bb;
  font-size: 14px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
}
.home .info-box a.more {
  bottom:40px;
  font-size: 18px;
}
.info-box a.more:hover { 
  color: #fff
}
.info-box .inner { 
  padding: 10px 10px 20px;
}
.home .info-box .inner { 
  padding: 20px 20px 40px;
}
.info-box .front .inner p {
  font-size: 16px;
  color: #000;
  line-height: normal;
}
.home .info-box .front .inner p {
  font-size: 20px;
}
.info-box .front .inner br {
  display:none;
}
.home .info-box .front .inner br {
  display:block;
}
.info-box .over-text {
  color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  background: #32bbaf;
  opacity: 0;
}
.home .info-box .over-text {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.info-box-wrap:hover .over-text {
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  -ms-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
  opacity: 1;
}
.info-box .over-text .inner { 
  font-size: 14px;
  line-height: 15px;
  padding: 14px;
}
.home .info-box .over-text .inner { 
  padding: 36px;
}
.home .info-box .over-text p {
  font-size: 17px;
  line-height: 19px;
}
.info-box-wrap .mobile-link {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  left: 0;
  right: 0;
  display: block;
}

/* Bio Block
--------------------------------------------- */
.bio-block {
  font-size:22px;
  font-size:2.2rem;
}

/* Contact Form
--------------------------------------------- */
.contact-form {
  clear:both;
  width:50%;
  margin:0 auto 0;
  padding-top:30px;
}


/* Location boxes (contact page)
--------------------------------------------- */

.location-meta {
	position: relative;
	padding-left: 56px;
}
.location-meta:before {
	content: "";
	display: block;
	color: #32bbaf;
	width: 46px;
	position: absolute;
	left: 0;
	top: 20%;
	font-family: FontAwesome;
	font-size: 36px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.location-meta:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -12px;
	z-index: 2;
	border-bottom: 1px solid #c7c7c7;
}
.location-meta.last:after {
	display: none;
}
.location-meta.address:before {
	content: "\f041";
	height: 38px;
	margin-top: -19px;
}
.location-meta.phone:before {
	content: "\f095";
	height: 29px;
	margin-top: -14px;
}
.location-meta.fax:before {
	content: "\f1ac";
	height: 29px;
	margin-top: -14px;
}
.location-meta.hours:before {
	content: "\f017";
	height: 27px;
	margin-top: -13px;
}
.location-meta.phone a {
	color: #000;
}
.location-meta.phone.emergency a {
	color: #c00;
}
.location-meta h3 {
	padding-bottom: 6px;
	margin: 0;
  font-size:18px;
  font-size:1.8rem;
}
.location-meta h5 {
	font-size: 80%;
  font-weight:700;
}
.location-meta p {
	color: #4e7d88;
	font-size: 106%;
}
.location-meta p strong {
	color: #000;
}
.attorneys {
  padding-bottom:40px;
}

.attorneys .one-third {
  position:relative;
  padding:0 40px;
  padding:0 4rem;
  min-height:680px;
}
.attorneys h2 {
  font-size:22px;
  font-size:2.2rem;
  text-align:center;
}
.attorneys .su-button-center {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
}
/* ==========================================
   SIDEBAR  
   ========================================== */
.sidebar-content .sidebar {
	float: left;
}
.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
.sidebar .featured-content img {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}
.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}
.sidebar .practice-areas .location:first-child {
  margin-top:20px;
}
.sidebar .practice-areas .content-box-inner {
  padding:6px;
  font-size:14px;
  font-size:1.4rem;
  background-color: rgba(255,255,255,.5);
  border:1px solid rgba(65,88,100,.5);
}
.sidebar .practice-areas .location {
  margin-bottom:10px;
  font-weight:600;
}
.sidebar .practice-areas h3 {
  font-size:16px;
  font-size:1.6rem;
  margin-bottom:6px;
}

/* ==========================================
   WIDGETS  
   ========================================== */

/* Common
--------------------------------------------- */

.widget {
	word-wrap: break-word;
}
.widget h2 {
  font-size:21px;
 }
.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	text-align: left;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	padding-left: 2rem;
	text-indent: -20px;
	text-indent: -2rem;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
	padding: 0;
}
.widget ul > li:last-child, .widget p:last-child {
	margin-bottom: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}
.cta {
  margin-bottom:40px;
}
.personal-injury .cta {
  display:none;
}

/* ==========================================
   PLUGINS  
   ========================================== */

/* Boostrap Shortcodes
--------------------------------------------- */
.su-post-comments-link {
  display:none;
}

/* Easy Testimonial
--------------------------------------------- */
blockquote.easy_testimonial {
  font-size:13px;
  font-size:1.3rem;
  font-style:italic;
  background-color: #efefef;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  border-radius: .5rem;
  color: #666;
  padding: 10px;
  margin: 10px auto;
  margin: 1rem auto;
}


/* Event Organiser
--------------------------------------------- */
.eo-events-shortcode {
  margin:0 !important;
}
.eo-events-shortcode li {
  clear:both;
  list-style:none !important;
  margin-bottom:40px;
}
.eo-events-shortcode .event-thumbnail {
  display:block;
  float:left;
  margin:0 20px 20px 0;
  width:120px;
  text-align:center;
}
.eo-events-shortcode .event-title {
  display:block;
}
.eo-events-shortcode .event-excerpt {
  display:block;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */
.gform_wrapper {
  max-width:100% !important;
}
.gform_wrapper form {
  border:1px solid #32bbaf;
  background-color:#94daac;
}
.gform_wrapper .gform_body {
  padding:2%;
}
.gform_wrapper .gform_heading {
  width:100% !important;
	margin-bottom: 4px !important;
  color:#fff;
  font-size:11px;
  padding:3%;
  background-color:#594e4f;
}
.gform_wrapper li {
	margin-bottom: 4px !important;
	margin-bottom: .4rem !important;
}
.gform_wrapper .gfield_label {
	margin: 4px 0 !important;
	margin: .4rem 0 !important;
  font-weight:normal !important;
}
.gform_wrapper .gform_button {
	min-height: 22px !important;
	min-height: 2.2rem !important;
	line-height: 22px !important;
	line-height: 2.2rem !important;
	padding: 0px 40px !important;
	padding: 0px 4rem !important;
  border-radius:0;
}
.gform_wrapper .gform_button[type="submit"] {
  width:96% !important;
  margin:0 2%;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
	font-size: 12px !important;
	font-size: 1.2rem !important;
  font-weight:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 4px !important;
	padding: .2rem .4rem !important;
	border: 1px solid #808080;
  background-color:#fff;
}
.gform_wrapper textarea {
	max-height: 100px;
	max-height: 10rem;
}
.gform_wrapper .gfield_radio li {
	margin: 0px 0px 4px !important;
	margin: 0px 0px .4rem !important;
	line-height: 1.3em;
}
.gform_wrapper .gfield_captcha,
.gform_wrapper .gfield_captcha_input_container {
	float: left;
  padding-top:0 !important;
}
.gform_wrapper .gfield_captcha {
  float:right !important;
	width: 76px;
}
.gform_wrapper .gfield_captcha_input_container {
	width:60% !important;
}
.gform_wrapper .gform_footer {
	padding: 4px 0px 10px !important;
	padding: .4rem 0px 1rem !important;
	margin: 4px 0px 0px !important;
	margin: .4rem 0px 0px !important;
}
.gform_confirmation_wrapper {
	color: #c00;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0;
	margin: 4rem 0;
}

/* Home Form
--------------------------------------------- */

.home .nvg-slider.widget_text {
  position:absolute;
  top:10px;
  left:50%;
  margin-left:308px;
  width:320px;
  z-index:99;
}
.home .nvg-slider.widget_text .gform_wrapper {
  margin-top:0;
}
.home .nvg-slider.widget_text .gform_wrapper form {
  border: none;
  background-color: #fff;
}
.gform_wrapper .gform_heading {
  color: #fff;
  margin:0 !important;
  font-family:"Lato",Arial,Helvetica,sans-serif;
  text-align:center;
  background-color: #4e7d88;
}
.home .nvg-slider.widget_text .gform_wrapper .gform_body {
  padding-top:0;
}
.home .nvg-slider.widget_text .gform_wrapper input[type=text],
.home .nvg-slider.widget_text .gform_wrapper input[type=url],
.home .nvg-slider.widget_text .gform_wrapper input[type=email],
.home .nvg-slider.widget_text .gform_wrapper input[type=tel],
.home .nvg-slider.widget_text .gform_wrapper input[type=number],
.home .nvg-slider.widget_text .gform_wrapper input[type=password],
.home .nvg-slider.widget_text .gform_wrapper textarea {
  color: #fff;
	border: none;
  background-color: rgba(0,0,0,.6);
}
.home .nvg-slider.widget_text .gform_wrapper ::-webkit-input-placeholder {
  color: #ccc;
}
.home .nvg-slider.widget_text .gform_wrapper :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.home .nvg-slider.widget_text .gform_wrapper ::-moz-placeholder {  /* Firefox 19+ */
  color: #ccc;
}
.home .nvg-slider.widget_text .gform_wrapper :-ms-input-placeholder {
  color: #ccc;
}
.home .nvg-slider.widget_text .gform_wrapper .gform_footer {
  padding: 0.4rem 0px 1rem !important;
  margin: 0 !important;
}
.home .nvg-slider.widget_text .gform_wrapper .captcha_wrapper {
  margin-bottom:0 !important;
}
.home .nvg-slider.widget_text .gform_wrapper .gfield_captcha {
  position:relative;
  float:right !important;
  margin-top:4px !important;
}

/* Kwayy Sitemap
--------------------------------------------- */
.kwayy-testimonial-title {
	display: none;
}

/* Print-O-Matic
--------------------------------------------- */

.print-bar {
	width: 200px;
	margin: 20px auto;
	margin: 2rem auto;
}
.printomatic {
	display: inline-block;
}
.printomatictext {
	position: relative;
	top: -.5em;
	display: inline-block;
	margin-left: 10px;
	margin-left: 1rem;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
}

/* Shortcodes Ultimate
--------------------------------------------- */

.su-post-comments-link {
  display:none;
}
h2.su-post-title {
  font-family:"Roboto",Arial,Helvetica,sans-serif;
}
.su-post-meta {
  margin-bottom: 0 !important;
}


/* Super Socializer
--------------------------------------------- */
.the_champ_horizontal_sharing {
  display: none;
}
.excerpt-container .the_champ_horizontal_sharing {
	display: none;
}

/* ==========================================
   FOOTER WIDGETS  
   ========================================== */
.footer-widgets {
	background-color: #4e7d88;
	color: #fff;
	clear: both;
}
.footer-widgets .wrap {
	padding: 20px;
}
.footer-widgets .widget-area {
  float:left;
  margin-right:2%;
}
.footer-widgets-1 {
	width:23%;
}
.footer-widgets-2 {
	width:26%;
}
.footer-widgets-3 {
	width:20%;
}
.footer-widgets-4 {
	width:23%;
}
.footer-widgets .widget-area:last-child {
  margin-right:0;
}
.footer-widgets a,
.footer-widgets a:hover {
	color: #fff;
}
.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.footer-widgets .widget-title {
	color: #fff;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	word-wrap: break-word;
}
.footer-widgets .physical-address [itemprop="address"] {
  margin-bottom:1em;
}
.footer-widgets .physical-address span[itemprop="name"] {
  font-size:18px;
  font-size:1.8rem;
	font-weight: 600;
}
.footer-widgets .physical-address span[itemprop="streetAddress"] {
	display: block;
}
.footer-widgets .physical-address .hours-label {
  font-size:14px;
  font-size:1.4rem;
	font-weight: 600;
  text-transform:uppercase;
	display: block;
}
.footer-widgets .physical-address span[itemprop="openingHours"] {
	display: block;
}
.footer-widgets .physical-address .day {
	display: inline-block;
	width: 5em;
	margin-right: 4px;
	margin-right: .4rem;
}
.footer-widgets .physical-address .hour-start {
	display: inline-block;
	width: 7rem;
	text-align: right;
	margin-right: 4px;
	margin-right: .4rem;
}
.footer-widgets .physical-address .hour-end {
	display: inline-block;
	width: 7rem;
	text-align: right;
}
.footer-widgets .physical-address .closed {
	display: inline-block;
	width: 7rem;
	text-align: left;
	margin-left: 6px;
	margin-left: .6rem;
}
.footer-widgets .mailing-address {
	margin-top: 20px;
	margin-top: 2rem;
}
.footer-widgets .mailing-address .mailing-address-label {
	font-weight: 600;
	display: block;
}
.footer-widgets  .social-icons h4 {
  color:#fff;
  font-size:14px;
  font-size:1.4rem;
  font-weight:600;
	margin: 0;
}
.footer-widgets  .social-icons a {
	display: block;
	margin: 10px 0;
	margin: 1rem 0;
}
.footer-widgets  .social-icons img {
	position: relative;
	top: -3px;
	top: -.3rem;
  width:26px;
  width:2.6rem;
	margin-right: 6px;
	margin-right: .6rem;
}
.footer-widgets  .nvg-logo {
	width: 160px;
	margin: 60px auto 0;
}
.footer-widgets .nvg-logo a {
	display: block;
	text-align: center;
}
.footer-widgets  .nvg-logo img {
	border: none !important;
}
.footer-widgets  .nvg-tagline {
	display: block;
	color: #fff !important;
	font-size: 9px !important;
	font-size: .9rem !important;
	line-height: 30px !important;
	line-height: 3rem !important;
	letter-spacing: .35em !important;
	font-family: arial, helvetica, sans-serif !important;
}


/* ==========================================
   FOOTER  
   ========================================== */
.site-footer {
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #a2deb6;
	letter-spacing: 1px;
	padding: 30px 20px;
	text-align: center;
}
.site-footer a, .site-footer p {
	color: #fff;
}
.site-footer a:hover {
	color: #fff;
}
.site-footer a {
	border: none;
	font-weight: 300;
}
.site-footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}
.site-footer .copyright-text {
  color: #fff;
	float: left;
}
.site-footer .footer-links {
	float: right;
	text-align: right;
}
.site-footer .footer-links a {
	display: inline-block;
	margin-right: 1em;
}

/* ==========================================
   MEDIA QUERIES  
   ========================================== */
/* 1300px
--------------------------------------------- */
@media only screen and (max-width: 1300px) {
  .site-container > header.entry-header {
    top: 280px;
    left: 0;
    margin-left: 60px;
  }
  .title-area a {
     margin: 10px 0px 10px 10px;
  }
  .home .nvg-slider.widget_text {
    top:10px;
    left:auto;
    right:20px;
    margin-left:auto;
  }
  .home .nvg-slider.widget_text .gform_wrapper li {
	  margin-bottom: 1px !important;
	  margin-bottom: .1rem !important;
  }
  .home .nvg-slider.widget_text .gform_wrapper .ginput_container {
	  line-height:16px;
  }
  .home .nvg-slider.widget_text .gform_wrapper textarea {
    max-height: 8rem;
  }
  .nav-primary {
	  width: 64%;
	  left: 440px;
    margin-left:0;
  }
  .genesis-nav-menu {
	  font-size: 12px;
	  font-size: .9vw;
    text-align:left;
  }
  .genesis-nav-menu a {
	  padding: 0 15%;
  }
  .responsive {
    display:block;
    float:none;
    clear:both;
    margin-left:0;
  }
  .location-wrapper .one-half {
    width:100%;
  }
  .location-meta:before {
    font-size:30px;
    font-size:3rem;
  }
  .location-meta h3 {
    font-size:14px;
    font-size:1.4rem;
  }
  .location-meta h5 {
    font-size: 80%;
  }
  .location-meta p {
    font-size: 80%;
  }
  .attorneys h2 {
    font-size:20px;
    font-size:2rem;
  }
  .widget h2 {
    font-size:18px;
   }
}

@media only screen and (max-width: 1200px) {
  .nav-primary {
	  width: 63%;
  }
  .genesis-nav-menu {
	  font-size: 11px;
	  font-size: .9vw;
    text-align:left;
  }
  .home .nvg-slider.widget_text .gform_wrapper .ginput_container {
	  line-height:13px;
  }
  .home .nvg-slider.widget_text .gform_wrapper textarea {
    max-height: 6rem;
  }
  .attorneys h2 {
    font-size:18px;
    font-size:1.8rem;
  }
  .widget h2 {
    font-size:16px;
   }
}

/* 1179px
--------------------------------------------- */
@media only screen and (max-width: 1179px) {
  html {
      font-size: 62%;
  }
  h1, .h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h3, .h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h5, .h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h6, .h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }  
  .nav-primary {
	  width: 62%;
  }
  .genesis-nav-menu a {
	  padding: 0 13%;
  }
  .content {
    width: 72%;
  }
  .home .info-box-wrap {
    width: 300px;
    height: 300px;
  }
  .home .info-box h3 {
    font-size: 30px;
    margin: 30px 0 10px;
  }
  .home .info-box .front .inner p {
    font-size: 16px;
   }
  .home .info-box .over-text p {
    font-size: 15px;
    line-height: 17px;
  }
  .attorneys .one-third {
    padding:0 10px;
    padding:0 1rem;
  }
  .the_champ_vertical_sharing {
	  display: none !important;
  }
  .the_champ_horizontal_sharing {
	  display: block;
  }
  .home .the_champ_horizontal_sharing {
	  display: none;
  }
  .sidebar {
    width: 280px;
  }
}

/* 1100px 
--------------------------------------------- */
@media only screen and (max-width: 1100px) {
  .genesis-nav-menu a {
	  padding: 0 11%;
  }
}

/* 1023px iPad landscape
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  html {
      font-size: 60%;
  }
  .site-container,
  .wrap {
    max-width: 768px;
    margin:0 auto;
  }
  .content,  .footer-widgets .widget-area,  .minimum-landing .site-inner,  .sidebar,  .site-header .widget-area,  .site-tagline-left,  .site-tagline-right {
    width: 100%;
  }
  .site-container {
    background-size: 200% auto, auto auto !important;
  }
  .site-container > header.entry-header {
    top: 130px;
    margin-left: 40px;
  }
  .content-box h2,
  h2.skew,
  .site-container > .entry-header > h1.entry-title.skew {
    font-size: 22px;
    font-size: 2.2rem;
    line-height:1.6;
  }
  .content-box h2 .rect2,
  h2.skew .rect2,
  .site-container > .entry-header > h1.entry-title.skew .rect2 {
    padding:0 10px;
  }
  .site-header {
    position:relative;
    height: 104px;
  }
  .site-header .widget_text .call { 
    margin-top:20px;
  }
  .nvg-slider {
    display:none;
  }
  .nav-primary {
	  position: relative;
	  width: 768px;
    top:auto;
	  left: auto;
    margin:-32px auto 0;
  }
  .genesis-nav-menu {
	  font-size: 12px;
	  font-size: 1.2rem;
    text-align:center;
  }
  .genesis-nav-menu a {
	  padding: 0 15%;
  }
  .genesis-nav-menu .sub-menu {
    background: #4e7d88;
  }
  .site-header .search-form {
    float: none;
    margin: 0 auto;
    width: 50%;
  }
  .site-description {
    font-size: 30px;
  }
  .site-tagline {
    margin-top: 0;
    padding: 20px 0;
  }
  .minimum .site-tagline {
    margin-top: 400px;
  }
  .site-inner {
    margin-top:-166px;
  }
  .home .site-inner {
    margin-top:0;
  }
  .home  .widget_revslider {
    margin:0;
  }
  .home .location {
    clear:both;
    width:100%;
    margin:0 0 10px;
    min-height:auto;
  }
  .content-box .contact-block {
    position:relative;
    width:50%;
    right:auto;
    margin:0 auto;
    bottom:10px;
    font-weight:600;
    text-align:left;
  }
  .home .info-box-wrap {
    width: 230px;
    height: 230px;
  }
  .home .info-box h3 {
    font-size: 22px;
    margin: 20px 0 10px;
  }
  .home .info-box hr {
    margin: 10px auto;
  }
  .home .info-box .front .inner p {
    font-size: 14px;
   }
  .home .info-box h4 {
    font-size: 16px;
  }
  .home .info-box .over-text .inner { 
    padding: 24px;
  }
  .home .info-box .over-text p {
    font-size: 12px;
    line-height: 13px;
  }
  .home .info-box a.more {
    bottom:30px;
    font-size: 14px;
  }
  .blog .site-container > .entry-header > h1.entry-title.skew {
	  font-size: 18px;
	  font-size: 1.8rem;
  }
  .post-type-archive-portfolio .entry,  .site-header .title-area,  .site-header .search-form,  .site-header .widget-area,  .site-tagline-left,  .site-tagline-right {
    text-align: center;
  }
  .genesis-nav-menu li,  .site-header ul.genesis-nav-menu,  .site-tagline-left,  .site-tagline-right {
    float: none;
  }
  .site-tagline-left p {
    margin-bottom: 20px;
  }
  .minimum-landing .site-inner {
    margin: 0;
    padding: 40px 40px 0;
  }
  .minimum-landing .site-container {
    padding: 5%;
  }
  .footer-widgets .widget,  .site-footer .wrap,  .site-tagline {
    padding-left: 5%;
    padding-right: 5%;
  }
  .site-footer {
    padding: 40px 0;
  }
  .footer-widgets {
    text-align:center;
  }
  .footer-widgets .social-icons {
    width:160px;
    margin:0 auto;
    text-align:left;
  }
  .footer-widgets .social-icons h4 {
    text-align:center;
  }
  .footer-widgets .nvg-logo {
    margin: 20px auto;
  }
}

/* 768px iPad portrait
--------------------------------------------- */
@media only screen and (max-width: 768px) {
  html {
      font-size: 58%;
  }
  img.alignleft,
	img.alignnone,
	img.aligncenter,
	img.alignright {
    display:block;
    float:none;
		margin:0 auto 12px;
		margin:0 auto 1.2rem;
	}
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-content .h1,
  .entry-content .h2,
  .entry-content .h3,
  .entry-content .h4,
  .entry-content .h5,
  .entry-content .h6 {
    text-align:center;
  }
  .su-posts h2 {
    text-align:left;
  }
  .site-container {
    background-image: none !important;
    background: url('../../uploads/bg.png') repeat !important;
  }
  .title-area {
    padding-bottom: 6px;
  }
  .entry-title,
  .entry-meta {
    text-align:center;
  }
  .minimum .site-tagline {
    margin-top: 200px;
  }
  .nav-primary {
	  width: 100%;
  }
  .genesis-nav-menu a {
    padding: 20px 10px;
  }
  .site-inner .wrap {
	  margin-top:220px;
  }
  .site-container > header.entry-header {
    top: 30px;
    left: auto;
    margin: 0 auto;
    text-align:center;
  }
  .site-container > header.entry-header h1 {
    text-align:center;
    margin: 0 auto;
  }
  .site-footer .nav-secondary a {
    margin: 0 10px;
  }
  .responsive-menu {
    display: none;
  }
  #responsive-menu-icon {
    display: block;
  }
  .genesis-nav-menu.menu-active .sub-menu {
	  display:none;
  }
  .home-featured .simple-social-icons ul li a {
    font-size: 36px !important;
    padding: 20px !important;
  }
  .home .info-boxes .one-third {
    float:left;
	  width: 31.623931623931625%;
    margin-left: 2.564102564102564%;
  }
  .home .info-boxes .one-third.first {
    margin-left: 0;
  }
  .home .info-box-wrap {
    width: 180px;
    height: 180px;
  }
  .home .info-box h3 {
    font-size: 18px;
    margin: 4px 0;
  }
  .home .info-box hr {
    margin: 4px auto;
  }
  .home .info-box .front .inner p {
    font-size: 12px;
   }
  .home .info-box .front .inner p em br {
    display:none;
   }
  .home .info-box h4 {
    font-size: 13px;
    margin-top:10px;
  }
  .home .info-box .over-text .inner { 
    padding: 12px;
  }
  .home .info-box .over-text p {
    font-size: 10px;
    line-height: 11px;
  }
  .home .info-box a.more {
    bottom:20px;
    font-size: 13px;
  }
  .bio-block {
    width:210px;
    margin:10px auto;
    font-size:18px;
    font-size:1.8rem;
  }
  .sidebar .info-boxes {
    margin-bottom:20px;
  }
  .sidebar .info-boxes .one-third {
    float:none;
	  width: 100%;
    margin:0;
  }
  .sidebar .info-box-wrap {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-perspective: none;
    -moz-perspective: none;
    -o-perspective: none;
    -ms-perspective: none;
    perspective: none;
  }
  .sidebar .info-box-wrap p {
    margin: 0;
  }
  .sidebar .info-box {
    height:auto;
  }
  .sidebar .info-box .inner { 
    padding: 10px;
  }
  .sidebar .info-box .front {
    position:relative;
    height:auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: none !important;
    border:none;
  }
  .sidebar .info-box-wrap:hover .front {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    border:none;
  }
  .sidebar .info-box h3 {
    font-size: 20px;
    line-height:1;
    margin: 4px 0;
    min-height:auto;
  }
  .sidebar .info-box h3 span {
    display:inline-block;
    margin-right:.5em;
  }
  .sidebar .info-box .front .inner p {
    font-size: 11px;
    font-weight:600;
    margin-bottom:0;
   }
  .sidebar .info-box .front .inner p em {
    font-style:normal;
   }
  .sidebar .info-box .front .inner p em br {
    display:none;
   }
  .sidebar .info-box .over-text { 
    display:none;
  }
  .sidebar #info-box1 .front {
    background-color:#4e7d88 !important;
  }
  .sidebar #info-box2 .front {
    background-color: #eaea54 !important;
  }
  .sidebar #info-box3 .front {
    background-color: #9ca7ac !important;
  }
  .sidebar #info-box1 h3 {
    color:#eaf5bb;
  }
  .sidebar #info-box2 h3 {
    color:#000;
  }
  .sidebar #info-box3 h3 {
    color:#fff;
  }
  .sidebar #info-box1 .front .inner p {
    color:#eaf5bb;
  }
  .sidebar #info-box2 .front .inner p {
    color:#000;
  }
  .sidebar #info-box3 .front .inner p {
    color:#fff;
  }
  .sidebar #info-box1:hover .front,
  .sidebar #info-box2:hover .front,
  .sidebar #info-box3:hover .front {
    background-color: #000 !important;
  }
  .sidebar #info-box1:hover h3,
  .sidebar #info-box2:hover h3,
  .sidebar #info-box3:hover h3,
  .sidebar #info-box1:hover .front .inner,
  .sidebar #info-box2:hover .front .inner,
  .sidebar #info-box3:hover .front .inner {
    color:#fff !important;
  }
  .sidebar .content-pad {
    padding:0 16px;
  }
  .genesis-grid-even,  .genesis-grid-odd,  .post-type-archive-portfolio .entry {
    width: 100%;
  }
  .blog .site-container > .entry-header > h1.entry-title.skew {
	  font-size: 16px;
	  font-size: 1.6rem;
  }
  .post-type-archive-portfolio .entry:nth-of-type(2n),  .post-type-archive-portfolio .entry:nth-of-type(2n+1) {
    float: none;
    padding: 0;
  }
  .five-sixths,  .four-sixths,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fourths,  .three-sixths,  .two-fourths,  .two-sixths,  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .location-wrapper {
    float:none;
    clear:both;
    width:300px;
    margin:0 auto 40px;
    min-height:auto;
  }
  .location-meta:before {
    font-size:40px;
    font-size:4rem;
  }
  .location-meta h3 {
    font-size:18px;
    font-size:1.8rem;
    text-align:left;
  }
  .location-meta h5 {
    font-size: 100%;
    text-align:left;
  }
  .location-meta p {
    font-size: 100%;
  }

  .attorneys .one-third {
    position:relative;
    padding:0 40px;
    padding:0 4rem;
    min-height:auto;
  }
  .attorneys .su-button-center {
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:10px auto 20px;
  }
}
/* 600px
--------------------------------------------- */
@media only screen and (max-width: 600px) {
  html {
      font-size: 52%;
  }
  .rdw-break {
    display:none;
  }
  .home-featured-1,  .home-featured-2,  .home-featured-3,  .home-featured-4 {
    width: 50%;
  }
  .home-featured .widget-area:nth-of-type(2n+1) {
    clear: left;
  }
  .title-area,
  .title-area a {
	  width: 300px;
    height:53px;
  }
  .title-area {
    float:none;
	  margin:0 auto;
    padding-bottom:0;
  }
  .title-area a {
    margin:10px 0 0;
  }
  .site-header {
    height: 108px;
  }
  .site-header .widget_text {
    width:100%;
    margin-top:-6px;
  }
  .site-header .widget_text .call {
    float:none;
    width:100%;
    margin-top:0;
    margin-bottom:4px;
    line-height:1;
  }
  .nav-primary {
    margin:-20px auto 0;
  }
  .blog .site-container > .entry-header > h1.entry-title.skew {
	  font-size: 14px;
	  font-size: 1.4rem;
  }
  .home .content {
    padding:0;
  }
  .home .site-inner .wrap {
    margin-top: 0;
  }
  .home .info-boxes {
    margin-bottom:20px;
  }
  .home .info-boxes .one-third {
    float:none;
	  width: 100%;
    margin:0;
  }
  .home .info-box-wrap {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-perspective: none;
    -moz-perspective: none;
    -o-perspective: none;
    -ms-perspective: none;
    perspective: none;
  }
  .home .info-box-wrap p {
    margin: 0;
  }
  .home .info-box {
    height:auto;
  }
  .home .info-box .inner { 
    padding: 10px;
  }
  .home .info-box .front {
    position:relative;
    height:auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: none !important;
    border:none;
  }
  .home .info-box-wrap:hover .front {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    border:none;
  }
  .home .info-box h3 {
    font-size: 20px;
    line-height:1;
    margin: 4px 0;
    min-height:auto;
  }
  .home .info-box h3 span {
    display:inline-block;
    margin-right:.5em;
  }
  .home .info-box .front .inner p {
    font-size: 11px;
    font-weight:600;
    margin-bottom:0;
   }
  .home .info-box .front .inner p em {
    font-style:normal;
   }
  .home .info-box .front .inner p em br {
    display:none;
   }
  .home .info-box .over-text { 
    display:none;
  }
  .home #info-box1 .front {
    background-color: #eaf5bb !important;
  }
  .home #info-box2 .front {
    background-color: #94daac !important;
  }
  .home #info-box3 .front {
    background-color: #32bbaf !important;
  }
  .home #info-box1 h3,
  .home #info-box1 .front .inner p {
    color:#000;
  }
  .home #info-box2 h3,
  .home #info-box2 .front .inner p {
    color:#000;
  }
  .home #info-box3 h3,
  .home #info-box3 .front .inner p{
    color:#000;
  }
  .home #info-box1:hover .front,
  .home #info-box2:hover .front,
  .home #info-box3:hover .front {
    background-color: #594e4f !important;
  }
  .home #info-box1:hover h3,
  .home #info-box2:hover h3,
  .home #info-box3:hover h3,
  .home #info-box1:hover .front .inner p,
  .home #info-box2:hover .front .inner p,
  .home #info-box3:hover .front .inner p {
    color:#fff !important;
  }
  .home .content-pad {
    padding:0 16px;
  }
}
/* 320px
--------------------------------------------- */
@media only screen and (max-width: 320px) {
  .header-image .site-header .title-area .site-title a {
    background-size: contain !important;
  }
}