/*
Theme Name: Law Offices of John D. Rogers
Author:  thewebspecialists
Author URI: http://thewebspecialists.org/
Description:  Wordpress Theme 2020
Version: 1
License: Free
*/

/**
 * Reset
 */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

 *,
 *:before,
 *:after {
	-webkit-box-sizing: border-box;box-sizing: border-box;
	margin:0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, tr, td {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

iframe, embed, object, video {
	max-width:100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus, a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}

/**
 * Typography
 */



body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.6;
}

h1 {
	font-weight: 400;
	line-height:1.3;
	margin-bottom:24px;
}

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height:1.1;
	margin-bottom:14px;
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
	font-weight: 700;
}

h1 {
	font-size:38px;
	margin-bottom:28px;
}

h1.big {
	font-size: 60px;
	font-weight: 400;
}

h1.med {
	font-size: 40px;
	margin-bottom:20px;
	font-weight: 400;
}

h2 {
	font-size:28px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}

h1.regular, 
h2.regular, 
h3.regular, 
h4.regular, 
h5.regular, 
h6.regular {
	font-weight: 400;
}

.blue {
	color:#0b2848;
}

.lightblue, .lightblue a {
	color:#23e3ff;
}

.lightblue a:hover {
	color:#58eaff;
}

p {
	margin-bottom: 16px;
}

b, strong {
	font-weight: 700;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 16px;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}
blockquote p {
	margin-bottom: 1.6667em;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: bold;
}
.hreview blockquote {
	border-left: 0;
	font-style: normal;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}
code, kbd, tt, var, samp, pre {
	font-family: 'Courier New', Courier, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(51, 51, 51, 0.2);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.9em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr[title] {
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
mark, ins {
	background-color: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.wp-block-column  ul {
	margin-bottom:0;
}

.wp-block-column {
	flex-basis: auto;
}

.wp-block-columns {
	margin-bottom:16px;
}

/**
 * Elements
 */
hr {
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}
ul, ol {
	list-style: none;
	margin: 0 0 1.6em 1.33em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.6em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.6em;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	font-weight: 700;
}
th, td {
	padding: 0.4em;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
del {
	opacity: 0.5;
}
/**
 * Forms
 */

label {
	margin-bottom:5px;
}
button,
input,
select,
textarea {
	background-color: #f7f7f7;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	line-height:normal;
}

input,
textarea,
select {
	border: 1px solid #ddd;
	color:#000;
	margin-bottom:10px;
}

input:focus,
select:focus {
	outline: 0;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	margin:20px 0 0 0;
}
.contact-form input[type="submit"] {
	cursor: pointer;
	margin:10px 0 0 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #ccc;
	outline: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
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;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
	padding: 12px 16px;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}
select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(120,125,133,0.5)" x="0px" y="0px" width="8px" height="8px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select,
textarea:focus {
	outline: 0;
}
.post-password-form {
	position: relative;
}
.post-password-form label {
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}
.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="submit"], button {
	border: 0;
	background: #CF3D07;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 14px 30px;
	display: inline-block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
input[type="submit"]:hover, button:hover {
	background: #ea4d00;
	-webkit-transform: scale(.92);
	-ms-transform: scale(.92);
		transform: scale(.92);
}

.wpcf7-form .col2 {
	-ms-grid-columns:1fr 10px 1fr;
	grid-template-columns:1fr 1fr;
	grid-gap: 10px;
}

.comment-container {
	padding-top:30px;
	margin-top:30px;
	border-top:#CCC 1px solid;
}

.comment-container .comments-pagination {
	padding:30px 0;
	margin:30px 0;
	border-bottom:#CCC 1px dashed;
	border-top:#CCC 1px dashed;
}

.comment-container textarea, .comment-container input[type="text"], .comment-container input[type="email"] {
	margin:0;
}

.comment-container ol.comment-list {
	margin:0;
	list-style:none;
	padding:0;
}

.comment-container ol.comment-list div.comment {
	padding-bottom:30px;
	margin-bottom:30px;
}
	
.comment-container ol.comment-list ul {
	padding-left:30px;
	list-style:none;
}

.comment-container ol.comment-list .comment-meta {
	padding-right:10px;
	width: 80px;
	min-width: 80px;
}

.comment-container ol.comment-list ul .comment-meta {
	padding-right:10px;
	width: 60px;
	min-width: 60px;
}

.comment-meta img {
	border-radius:50%;
	
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}
:-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}
::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

/**
 * Links
 */
a {
	color:#CF3D07;
	text-decoration: none;
}
a:hover {
	color:#ea4d00;
}



/**
 * Buttons
 */

 .btn, .cfs-hyperlink {
	background: #CF3D07;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	padding: 14px 30px;
	display: inline-block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-align: center;
	line-height: 1.2;
}

.btn-big {
	border-radius: 30px;
	font-size: 22px;
	padding: 14px 30px;
}

.btn-med {
	border-radius: 30px;
	font-size: 18px;
	padding: 12px 24px;
}

.btn-sml-blue {
	background:  #0f335d;
	border-radius: 25px;
	font-size: 16px;
	padding: 10px 30px;
}


.btn:hover, .cfs-hyperlink:hover {
	background: #ea4d00;
	color: #fff;
	-webkit-transform: scale(.92);
	    -ms-transform: scale(.92);
	        transform: scale(.92);
}

.btn-sml-blue:hover {
	background:  #145dae;
}


/**
 * Alignments
 */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
.wp-block-image .alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
.wp-block-image .alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter,
.wp-block-image .aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.wp-caption {
	max-width:100%;
}

/**
 * Clear
 */

.clr:before,
.clr:after {
	content: "";
	display: table;
}
.clr:after {
	clear: both;
}
body {
	min-width:320px;
}
.container {
	max-width:1280px;
	min-width:320px;
	margin:0 auto;
	padding:0 30px;
	width:100%;
}

.narrow {
	max-width:920px;
}

.content-center {
	text-align: center;
}

.flex {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}

.grid {
	display: -ms-grid;
	display: grid;
}

/**
 * Top
 */

.top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(14, 35, 66, 0.95);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #fff;
	padding: 20px 0;
	z-index: 100;
}

.home .top {
	background: rgba(14, 35, 66, 0.75);
}

.stuck .top {
	background: rgba(14, 35, 66, 0.95);
}

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

.top a {
	color: #fff;
}

.top .container.flex {
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}

.top .container.flex .logo {
	width: 30%;
}

.top .menu.flex {
	width: 70%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.topcontact.flex {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}

.topcontact.flex div {
	padding: 4px 14px;
	font-size: 18px;
}

.mobilenav .menucontact {
	padding: 10px 20px;
	background: #143963;
}

.menucontact, .menucontact a {
	color:#fff;
}

.topcontact.flex i, .menucontact i {
	color: #ea892a;
	margin-right: 5px;
	font-size: 20px;
}


.topcontact .search form, .mobilenav .search form {
	position: relative;
}

.topcontact .search form input {
	background: rgba(4, 17, 38, 0.8);
	margin:0;
	padding: 8px 40px 8px 8px;
	border: 0;
	color: #fff;
}

.mobilenav .search form input {
	background: rgba(255, 255, 255, 0.9);
	margin:0 0 10px 0;
	padding: 12px 40px 12px 12px;
	border: 0;
	color: #333;
}

.topcontact .search form button {
	position: absolute;
	top: 8px;
	right: 12px;
	background: 0;
	margin:0;
	padding: 0;
}

.mobilenav .search form button {
	position: absolute;
	top: 12px;
	right: 14px;
	background: 0;
	margin:0;
	padding: 0;
}
.topcontact .search form button:before,  .mobilenav .search form button:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #ea892a;
}
.topcontact ::-webkit-input-placeholder {
	color: #888;
}
.topcontact :-moz-placeholder {
	color: #888;
}
.topcontact ::-moz-placeholder {
	color: #888;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
.topcontact :-ms-input-placeholder {
	color: #888;
}
.topcontact .search input[type="text"] {
	width: 110px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
	font-size: 14px;
	padding: 10px 40px 10px 15px;
}
.topcontact .search input[type="text"]:focus {
	width:  240px;
}

/**
 * Nav
 */

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 16px;
}

nav > ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

nav > ul > li {
	position: relative;
	cursor: pointer;
}

nav > ul > li.menu-item-has-children:before {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	margin-left: 10px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}

nav > ul > li.menu-item-has-children > a {
	padding: 10px 30px 10px 14px;
}

nav > ul > li > a {
	display: block;
	padding: 10px 14px;
	-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}

nav > ul > li:hover > a, nav > ul > li.current_page_item > a, nav > ul > li.current-page-parent > a {
	color:#ea892a;
}

nav > ul > li.menu-item-has-children:hover:before {
	top: 14px;
	color:#ea892a;
}

nav ul ul {
	position: absolute;
	z-index: 2;
	top:auto;
	left:0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:  all .5s ease-in;-o-transition:  all .5s ease-in;transition:  all .5s ease-in;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);box-shadow: 0 0 4px rgba(0,0,0,.2);
	background: #fff;
	min-width: 240px;
	padding:0;
	background:#0b2848;
}

nav ul ul li a {
	padding: 10px 14px;
	display: block;
	border-bottom: #0f335d 1px solid;
}

nav ul ul li:hover a {
	background: #ea892c;
}

nav ul li.menu-item-has-children:hover ul {
	visibility: visible;
	opacity: 1;
}

/**
 * Mobile Nav
 */

 .mobileoverlay {
	background:#000;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;-o-transition: opacity .5s ease-in-out;transition: opacity .5s ease-in-out;
}

.showmobilenav .mobileoverlay {
	z-index: 8888;
	opacity: .6;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.mobilenav {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: #0b2848;
	color:#fff;
	padding: 20px;
	width: 360px;
	overflow-y:auto; -webkit-transform: translate3d(100%, 0, 0); -mss-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0); -webkit-transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.admin-bar .mobilenav {
	padding: 70px 20px 20px 20px;
}
.showmobilenav .mobilenav {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.mobileclose {
	position: relative;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
	float:right;
}
.mobileclose:before {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
	-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);
}
.mobileclose:after {
	position: absolute;
	z-index: 1;
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	top: 8px;
	-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
	-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);
}
.mobileclose:hover:before, .mobileclose:hover:after {
	-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);
}
.mobilenav .mobmenu {
	padding-top: 10px;
}
.mobilenav .mobmenu.flex {
	margin: 0 0 30px 0;
	list-style: none;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}
.mobilenav .mobmenu a {
	padding:13px 16px;
	display: block;
	font-weight: 400;
	color:#fff;
	border-bottom: #ddd 1px solid;
}
.mobilenav .mobmenu li.page_item_has_children a {
	padding: 15px 65px 15px 15px;
}
.mobilenav .mobmenu li.page_item_has_children ul.children a {
	padding:15px 15px 15px 25px;
}
.mobilenav .mobmenu li:first-child a {
	border-top: #ddd 1px solid;
}

.mobilenav .mobmenu a:hover, .mobilenav .mobmenu .current-menu-parent a, .mobilenav .mobmenu .current_page_item a {
	background: #ea892a;
}

.mobcontact.flex {
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}

.mobcontact div {
	margin:0 10px 10px 5px;
}

.mobcontact, .mobcontact a {
	display: block;
	color:#fff;
	
}

.mobcall a:before {
	content: "\f095";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right:10px;  
}

.mobaddr:before {
	content: "\f3c5";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right:10px;  
}

.mobemail a:before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right:10px;    
}

.mobilenav .mobmenu li {
	list-style:none;
}

.mobilenav .mobmenu li.has-sub {
	position:relative
}

.mobilenav .mobmenu li.has-sub ul {
	margin:0;
}

.mobilenav .mobmenu li.has-sub li a {
	border-top: none;
	padding-left:40px;
	background:#eee;
	color: #333;
}

.mobilenav .mobmenu li.has-sub li a:hover {
	background: #ccc;
}

.submenu-button {
	position:absolute;
	top:auto;
	right:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	padding: 26px 10px 27px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-left:#FFF 1px solid;
	background: #ebebeb;
}

.submenu-button div {
	position: relative;
	width: 50%;
	height: 2px;
}

.submenu-button div:before {
	position: absolute;
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	-webkit-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;
	-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);
}

.submenu-button div:after {
	position: absolute;
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	-webkit-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;
	-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);
}

.submenu-button.submenu-opened div:before {
	-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);
}

.submenu-button.submenu-opened div:after {
	-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
}


/**
 * Header
 */

header {
	background: url(images/headerbg.jpg) no-repeat left center / cover;
	padding: 80px 20px 0;
}

header .container.flex div {
	width: 50%;
	
}

.john-rogers {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.tagbox {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.tagbox h1 {
	color: #fff;
	font-size: 56px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.tagbox p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

/**
 * In the Media
 */

.inthemedia {
	background: #ebebeb;
	padding: 60px 0 40px 0;
	position: relative;
}

.inthemedia-title {
	background: #0b2848;
	padding: 10px;
	border-radius: 20px;
	width:250px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.inthemedia .container.flex {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}

.inthemedia img {
	padding: 10px;
	max-width: 220px;
	height: auto;
}

/**
 * Content body
 */

section {
	padding: 70px 0;
}

.intro-icon.grid {
	padding-top:20px;
	-ms-grid-columns: 160px 40px 160px 40px 160px 40px 160px;
    grid-template-columns: 160px 160px 160px 160px;
    grid-gap: 40px;
	justify-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.intro-icon.grid img {
	width: 100%;
}

.home-testimonial {
	background: #000 url(images/testimonialbg.jpg) no-repeat center center / cover;
	color: #fff;
}

.home-testimonial h1 {
	margin-bottom: 10px;
}

.home-testimonial .star-rating {
	font-size: 28px;
	color: #face00;
	margin-bottom: 30px;
}

.home .testimonial-body {
	font-size: 24px;
	max-width: 920px;
	margin: 0 auto 30px;
}

.home-video {
	background:#000 url(images/videobg.jpg) no-repeat center center / cover;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-title {
	padding-top: 40px;
}

.home-video h1 {
	margin: 0 0 5px 0;
}

.home-video h2 {
	color: #fff;
	margin: 0 0 5px 0;
}

.home-video h3 {
	color: #fff;
	font-weight: 700;
}

.practice-areas .container.grid {
	-ms-grid-columns: (25%)[4];
	grid-template-columns: repeat(4, 25%);
}

.home .practice-item {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}

.home .practice-item img {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
			transform: translateY(0) scale(.9);
	transition: all 0.3s ease-in-out;		
}

.home .practice-item:nth-child(1), .home .practice-item:nth-child(2), .home .practice-item:nth-child(3), .home .practice-item:nth-child(4) {
	border-top: #ccc 1px solid;
}

.home .practice-item:nth-child(1), .home .practice-item:nth-child(4n+1) {
	border-left: #ccc 1px solid;
}

.home .practice-item:nth-child(4n+0) {
	border-right: #ccc 1px solid;
}

.home .practice-item p.practice-title {
	margin:0;
}

.home .practice-item a {
	display: block;
	color: #333;
	padding: 10px 20px 30px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-flex: 1;-ms-flex: 1 1 100%;flex: 1 1 100%;
}

.home .practice-item a:hover {
	color: #fff;
	background: #0f335d;
}

.home .practice-item a:hover img {
	-webkit-transform: translateY(-5%);
	    -ms-transform: translateY(-5%);
	        transform: translateY(-5%);
}


.featured-articles {
	background: #f7f7f7;
}

.featured-articles h1 {
	font-size: 24px;
}

.featured-articles .article-container.grid {
	-ms-grid-columns: 32% 2% 32% 2% 32%;
	grid-template-columns: repeat(3, 32%);
	grid-gap:2%;
	margin-bottom: 30px;
}

.featured-articles article, .comment-container ol.comment-list div.comment, .search article {
	text-align: left;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
}

.blog .content-main article {
	-webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
}

.blog .content-main article .blog-content {
	text-align: left;
	padding: 30px;
	background: #fff;
}

.blog .content-main article .blog-content h1 {
	font-size: 28px;
	margin:0 0 10px 0;
}

.blog .content-main article {
	margin-bottom:30px;
}

article .lightblue, article .lightblue a {
    color: #0c556d;
}

article .lightblue:hover, article .lightblue a:hover {
    color: #0a8394;
}


.featured-articles article h3 {
	margin-bottom: 10px;
}

.blog .content-main article h3 {
	margin-bottom: 10px;
}


article .date, .search article {
	margin-bottom:15px
}

.search article p a {
	color:#333;
}

.featured-articles article.flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.featured-articles article .btn {
	margin-top: auto;
}

.home-profile {
	background: #0c264e;
}

.home-profile .container.grid {
	-ms-grid-columns: 15% 20px auto;
	grid-template-columns: 15% auto;
	grid-gap: 20px;
}

.profile-body {
	color: #fff;
}

.subpage {
	padding-top: 160px;
}

.subpage .container.grid {
	-ms-grid-columns:  62% 3% 35%;
	grid-template-columns: 62% 35%;
	grid-gap: 3%;
}

aside {
	background: #f7f7f7;
	padding: 40px;
}

.side-box {
	margin-bottom: 40px;
}

aside .achiev.flex {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

aside .achiev div {
	padding:10px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
}

aside .practice-item.flex {
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: #ccc 1px solid;
	padding: 8px 10px;
	cursor: pointer;
	color: #333;
}

aside .practice-item.flex img {
	width: 40px;
	margin-right: 8px;
}

aside .practice-item:hover {
	background: #0f335d;
	color: #fff;
}

aside .practice-item p {
	margin:0;
}

.testimonial-side {
	background: #0f335d;
	padding: 20px 20px 30px 20px;
	text-align:center;
}

.testimonial-side h2 {
	color: #fff;
	margin-bottom: 10px;
}

.testimonial-side .star-rating {
	font-size: 20px;
	color: #face00;
	margin-bottom: 20px;
}

.testimonial-side .testimonial-body {
	font-size: 18px;
	margin: 0 auto 24px;
	color: #fff;
}

.testimonial-side blockquote {
	border-left: none;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: 1.6667em;
	padding-left: 0;
	text-align:center;
}

.testimonial-side .testimonials-widget-testimonial.list {
	margin:0;
}


/* Results */

.result-container {
	margin-bottom:30px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
}

.result-container .flex {
	padding:12px;
	align-items: center;
}

.result-container .charge {
	border-top:#888 1px solid;
}

.result-container .outcome {
	border-top:#ccc 1px solid;
}

.result-container i {
	color:#06bdd7;
	font-size:20px;
	margin-right:8px;
}

.result-container .charge i {
	margin-right:10px;
}

.result-container strong {
	margin-right:8px;
}

/* Blog */

.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 10px;
    font-weight: 300;
	display: inline-block;
}

/* content defaults  */

.columns2.grid {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.columns2wide.grid {
    -ms-grid-columns: 30% 2% 68%;
    grid-template-columns:  30% 68%;
    grid-gap: 2%;
}

ul.yellow-bullet {
	margin: 0;
	list-style: none;;
}

ul.yellow-bullet li {
	margin-bottom: 10px;
}

ul.yellow-bullet li:before {
	content: "\f111";
	margin-right: 10px;
	color:#face00;
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
}

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}

.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/**
 * Footer
 */

 .bottom-contact.flex {
	padding: 0;
}

.bottom-contact.flex .contact-item {
	width: 33.33%;
}

.bottom-contact .contact-info, .bottom-contact .contact-form {
	padding: 40px;
}

.bottom-contact .contact-form .wpcf7-form p {
	margin:0;
}

.bottom-contact .contact-form .wpcf7-form textarea {
	height:80px;
}

.bottom-contact .contact-info {
	background: url(images/contact-info-bg.jpg) no-repeat center bottom / cover;
	font-size: 20px;
}

.bottom-contact .contact-info .flex {
	margin-bottom: 10px;
}

.bottom-contact .contact-info .bottom-phone:before {
	content: "\f095";
	font-size: 20px;
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
	color: #ea892a;
	
}

.bottom-contact .contact-info .bottom-email:before {
	content: "\f0e0";
	font-size: 20px;
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
	color: #ea892a;
}

.bottom-contact .contact-info .bottom-address:before {
	content: "\f124";
	font-size: 20px;
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
	color: #ea892a;
}

.bottom-contact .contact-form {
	background: #081b37;
	color: #fff;
}

.bottom-contact .contact-map iframe {
	width: 100%;
	min-height: 300px;
}

 footer {
	padding: 40px 0;
	 background: #222;
 }
 
footer a {
	color:#ffc600;
	text-decoration: none;
}
footer a:hover {
	color:#ffb400;
}

footer .footer-logo img {
	max-width: 320px;
	height: auto;
}

footer .footer-logo-social.grid {
	 -ms-grid-columns: 1fr 1fr;
	 grid-template-columns: 1fr 1fr;
	 padding-bottom: 30px;
	 margin-bottom: 30px;
	 border-bottom: 1px #555 solid;
 }

footer .footer-social.flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
} 

footer .footer-social img {
	padding: 2px 5px;
	max-height: 32px;
}

footer .credit {
	line-height:1;
	text-align:center;
}

footer .credit a {
	font-size:14px;
	line-height:1;
}

.footer-disclaimer {
	text-align: center;
	color: #fff;
	font-size:14px;
	font-weight:300;
}

.grecaptcha-badge {
	visibility:hidden;
}

.backtotop a {
	background:rgba(0,0,0,0.4);
	display:block;
	padding:10px 12px;
	color:#fff;
	position:fixed;
	right:10px;
	bottom:10px;
	width:50px;
	text-align:center;
	z-index:700;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.backtotop a:hover {
	background:rgba(0,0,0,0.8);
}

.backtotop i {
	color:#fff;
}