/*
Theme Name: Shane A Taylor
Theme URI: http://fusiononemarketing.com/
Author: Robert Humm
Author URI: http://fusiononemarketing.com/
Description: Custom Wordpress theme cretaed for Shane A. Taylor 
*/

/* =Reset
-------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	color: #949393;
	background: url(images/body-bg.jpg) repeat-x top center #252b3e;
}
.clear {
	clear: both;
}
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	border: 0 none;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	outline: none;
	color: #4a8fcf;
}
p {
	padding: 5px 0;
	font-size: 17px;
}
ul, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
.toparea {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
}
/*.toparea .logo-new {
	position: absolute !important;
	top: -7px !important;
	right: 438px !important;
}
.toparea .avvo-image {
	position: absolute !important;
	right: 278px !important;
}*/

.phone{
	padding-bottom: 8px;
}

.phone a{
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #e81c23;
	clear: both;
}
.phone a:focus, 
.phone a:hover{
	color: #76787b;
	text-decoration: none;
}
.social-wrap {
	display: inline-block;
	width: 242px;
	float: right;
	margin-top: 35px;
	text-align: center;
}
.social-wrap ul li {
	display: inline;
	list-style: none;
}
.social-wrap ul li a{
	margin: 0;
	padding: 0;
}
#nav {
	position: relative;
	background: url(images/nav-bg.jpg) repeat-x;
	width: 100%;
}
#nav ul ul {
	display: none;
	background: #c51419;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul {
	list-style: none;
	display: inline-table;
	margin: 0;
	padding: 0;
}
#nav ul:after {
	content: "";
	clear: both;
	display: block;
}
#nav ul li {
	position: relative;
	display: inline-block;
	list-style: none;
}
#nav ul li:hover {
	background: #c51419;
}
#nav ul li:hover a, #nav ul li.current-menu-item {
	background: #c51419;
}
#nav ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font: normal 15px 'helvlight', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #000;
	padding: 15px 25px;
	background: url(images/nav-divider.jpg) no-repeat right;
}
#nav ul ul {
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	width: 250px;
}
#nav ul ul li {
	display: block;
	position: relative;
	background: none;
}
#nav ul ul li a {
	background: none;
	font: normal 14px/18px 'helvlight', Arial, Helvetica, sans-serif;
	text-transform: none;
}
#nav ul ul li a:hover {
	background: #393c43;
}
#nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.search-box {
	position: absolute;
	right: 12px;
	top: 8px;
}
.search-box input {
	background: url(images/search-input.png) no-repeat;
	width: 153px;
	height: 34px;
	border: 0 none;
	float: left;
	padding: 0 5px;
	color: #818181;
	line-height: 34px;
}
.search-box input[type="submit"] {
	background: url(images/search-submit.png) no-repeat;
	width: 40px;
	height: 34px;
	cursor: pointer;
}
.banner-container {
	position: relative;
}
.banner-container img{
	width: 100%;
}
.banner-container .slides li {
	list-style: none;
}
.banner-container .slides li{
	display:none;
}
.contentarea {
	text-align: center;
	overflow: hidden;
	background: #fff;
	padding: 50px 0;
	background: url(images/Family-Law.jpg) no-repeat;
	background-size: cover;
}
.center-links {
	clear: both;
	font-size: 20px;
	width: 100%;
	padding: 40px 0 10px 0;
	color:#4795fa;
}
.center-links a {
	font-size: 20px;
	padding: 0 10px;
	color:#4795fa;
}
.center-links a:hover{
  text-decoration: underline;
  color:#4795fa;
}
.contentarea h2 {
	text-align: center;
    font:20px Arial, Helvetica, sans-serif;
    color: #14264e;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.contentarea h2 a {
	color: #fff;
	text-decoration: none;
}
.img-container {
	display: block;
	border: 15px solid #fff;
}
.img-container img{
	width: 100%;
}
#footer {
	background: #181d2c;
}
.footer-wrap {
	margin-bottom: 10px;
}
#footer h2 {
	color: #fff;
	font: normal 18px Arial, Helvetica, sans-serif;
	padding: 30px 0 0 0;
}
ul.footer-post {
	padding-top: 18px;
}
ul.footer-post li {
	list-style: none;
	float: none;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
ul.footer-post img,  ul.footer-post span {
	display: block;
	float: left;
}
ul.footer-post span {
	margin-left: 10px;
	line-height: 25px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
.blackbar {
	background: #000;
	padding: 0 20px;
	height: 45px;
	color: #fff;
	font: normal 10px/45px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.copyrights-txt {
	float: left;
}
.copyrights-txt a{
	color: #fff;
}
.copyrights-txt a:hover{
	color: #fff;
}
.designed-txt {
	float: right;
}
.designed-txt a {
	color: #fff;
}
.designed-txt a:hover{
	color: #fff;
	text-decoration: none;
}
<!--
flex-slider Css-->  #slider ul.slides li {
	list-style: none;
	display: none;
}
/* Control Nav */

#slider .flex-control-nav {
	margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#slider .flex-control-nav li {
	display: inline-block;
*display:inline;
	margin-top: 10px;
}
#slider .flex-control-nav li a {
	display: block;
	float:left;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0 10px #000;
}
#slider .flex-control-nav li a.flex-active {
	background: #e81d23;
}
/* Direction Nav */

#slider .flex-direction-nav {
*height: 0;
	width: 86px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#slider ul.flex-direction-nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
#slider .flex-direction-nav a {
	width: 38px;
	height: 48px;
	display: block;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
}
#slider .flex-direction-nav .flex-next {
	background: url(images/next-button.jpg) no-repeat;
}
#slider .flex-direction-nav .flex-prev {
	background: url(images/prev-button.jpg) no-repeat;
}
.inner-contentarea {
	background: #000;
	padding: 40px 0;
	height: auto;
	overflow: hidden;
	color:#949393;
}
.widget .widget-title {
	padding: 0 0 8px 0;
	color: #fff;
	margin-bottom: 8px;
	font-size: 14px;
	border-bottom: 1px solid #2c2c2c;
	text-transform: uppercase;
}
.widget li {
	font-size: 12px;
	padding: 0 0 5px 17px;
	list-style: none;
	background: url(images/arrow.png) no-repeat 0 top;
}
.widget li a {
	color: #9a9a9a;
	font-weight: bold;
}
.post-head {
	border-bottom: 1px solid #e9e9e9;
	height: auto;
	overflow: hidden;
	margin-bottom: 8px;
	position: relative;
}
.post-head h1 {
	color: #fff;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
.post-head .post-date {
	background: #242424;
	padding: 12px;
	float: left;
	font-weight: bold;
	margin-right: 8px;
	border-left: 1px solid #d84646;
	position: absolute;
	bottom: 0;
	color: #949393;
    font-size: 12px;
}
.post-head .post-title {
	margin-left: 5px;
}
.post-head .post-title h1 {
	padding-left: 140px;
	font-size: 20px;
}
.post-tags {
	padding: 8px;
}
.entry-meta a {
	font-weight: bold;
	color: #fff;
}
.inner-contentarea h2 {
	color: #949393;
	font-size: 22px;
}
.page-id-306 .inner-contentarea h2 {
	color: #949393;
	font-size: 22px;
	text-align: left;
    clear: both;
}
.post-tags a {
	color: #e9e9e9;
	font-weight: bold;
}
h2.article-title {
	color: #fff;
	margin: 12px 0;
	font-size: 20px;
}
.arti-meta {
	background: #333;
	margin: 5px 0;
	line-height: 25px;
	padding: 0 5px;
	font-style: italic;
	height: auto;
	overflow: hidden;
}
h2.article-title a {
	color: #fff;
	text-decoration: none;
}
.article-category {
	color: #949393;
	float: left;
	font-size: 14px;
}
.article-category a {
	color: #949393;
	font-weight: bold;
}
.article-category a:hover {
	color: #949393;
	text-decoration: none;
}
.article-date {
	float: right;
	font-size: 11px;
	color: #c0bebe;
}
.post-title a {
	color: #fff;
}
.post-title a:hover,
.post-title a:focus {
	color: #fff !important;
	text-decoration: none !important;
}
.archive-title {
	margin-bottom: 12px;
}
.read-button a {
	color: #d2d2d2;
	border-radius: 5px;
	background: #393c43;
	padding: 4px 6px;
}
.read-button a:hover,
.read-button a:focus{
	color: #d2d2d2;
	text-decoration: none;
}
.wrap {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
#wpcf7-f30-p15-o1 textarea {
	background: #242425;
	border: 1px solid #424243;
	color: #fff;
	padding: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 95%;
}
#wpcf7-f30-p15-o1 input[type="email"],  #wpcf7-f30-p15-o1 input[type="text"] {
	background: #242425;
	border: 1px solid #424243;
	margin: 10px 0;
	color: #fff;
	padding: 10px;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	width: 95%;
}
#wpcf7-f30-p15-o1 textarea,  #wpcf7-f30-p15-o1 input[type="email"],  #wpcf7-f30-p15-o1 input[type="text"] {
	border-radius: 5px;
}
#wpcf7-f30-p15-o1 input[type="submit"] {
	color: #d2d2d2;
	border-radius: 5px;
	background: #393c43;
	padding: 7px 20px;
	border: 0 none;
	font-size: 15px;
}
#wpcf7-f30-p15-o1 input[type="submit"]:hover {
	color: #fff;
	cursor: pointer;
}
#wpcf7-f30-p15-o1 p {
	margin-bottom: -10px;
}
.article-pic {
	display: block;
	float: left;
	margin: 10px 20px 15px 0;
}
.content-left {
	width: 50%;
	float: left;
}
.content-right {
	width: 45%;
	float: right;
}
.inner-contentarea h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.5rem; 
}
.text-block {
	border-bottom: 1px solid #333533;
	margin-bottom: 22px;
	padding-bottom: 22px;
	height: auto;
	overflow: hidden;
}
.text-block img {
	float: left;
	width: 170px;
	display: block;
	margin: 0 15px 15px 0;
	border: 1px solid #333553;
	padding: 4px;
	border-radius: 12px;
}
.text-block span img {
	float: left;
	display: block;
	border: none;
	padding: 0px;
	margin: 0px;
}
.text-block p {
	margin: 0px;
    padding: 0 0 5px 0;
    color: #949393;
 }
a.link {
	color: #bb1217;
}
.text-block h3 {
	color: #bb1217;
	margin-bottom: 8px;
}
.left-wrap ul {
	padding-left: 20px;
	margin: 15px 0;
}
.left-wrap ul li a {
	color: #949393;
}
.review-block {
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: auto;
	text-align: center;
	overflow: hidden;
}
.review-block a {
	margin: 0 15px;
}
.review-block img {
	border: 1px solid #333553;
	padding: 4px;
}
.content-right h3 {
	font-size: 150%;
	color: #fff;
}
.widget {
	margin-bottom: 20px;
}
.widget p {
	margin: 0;
}
/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Images

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly 
}
img.size-full, img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly 
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
.page-id-9 img.alignleft{
	margin-bottom: 0;
}
p img, .wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
 Image borders */

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
.footer-item p{
	color:#949297;
}
.textwidget h3 {
    color: #949393;
    font-size: 16px;
    font-weight: bold;
}
 .textwidget p {
    color: #949393;
    font-size: 16px;
    }
.footer-item {
    color: #949393;
    font-size: 15px;
}
#hcard-Shane-Taylor{
	color: #949393;
}
.google_plusone_iframe_widget{
	width: 54px !important;
}
.content-right a.url {
    text-decoration: none;
    outline: none;
    color: #4a8fcf;
}
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/


.clients-reviews{
	background:#fff;
	padding: 50px 0;
}
.clients-reviews-title{
	font-size: 32px;
	text-transform:uppercase;
	color:#cc1821;
	margin: 0;
	padding: 0 0 30px;
	font-weight:500;
	text-align:center;
	position:relative;
}
.clients-reviews-title span{
	color: #3d3d3d;
}
.clients-reviews .wp-google-review{
	background:#fafafa !important;
	border:1px solid #ececec !important;
	border-radius: 3px !important;
	padding: 15px !important;

}
.not-found-title{
	font-size: 62px;
}

.bar-header {
	background: url(images/shane-first-image.png) no-repeat;
    height: 152px;
background-size:contain;
}
.bar-body {
	height: calc(100% - 302px);
	max-height: calc(100% - 302px) !important;
    min-height: calc(100% - 302px) !important;

	background: url(images/shane-repeat-image.png) repeat-y;
    background-size:contain;
   
}
.bar-footer {
	background: url(images/shane-last-image.png) no-repeat;
    height: 152px;
background-size:contain;
}
.right-bar{
margin-bottom:50px;}

.left-wrap {
	overflow: hidden;
}






.home .covid-19{
	display:block;
}
.covid-19{
	background:#c51419;
	padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-size:16px;
    display:none;
}
.covid-19 a.read-more{
	background: #000;
    font-style: normal;
    margin-left: 10px;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 15px;
    color:#fff;
}
.covid-19 a.read-more:hover{
	text-decoration:none;
}
.page-id-660 .left-wrap a{
	color:#949393;
}

.awards-logos-wrap{
	display: flex;
    justify-content: right;
    flex-wrap: nowrap;
    align-items:center;
    gap:30px;
}
.award-1 img{
	max-height:110px;
	width:auto;
}
.award-1 {
	margin-right:10px;
}
.award-2 img{
	max-height:85px;
	width:auto;
}
.avvo-image svg{
	height: 105px !important;
    width: auto !important;
}
.site-header .toparea .container{
	width: 1280px;
}
.badges{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.budges-wrap{
	display:flex;
	justify-content: center;
    align-items: center;
}
.review-us a {
    padding: 0;
    color:#fff;
    text-decoration: none;
    position: relative;
    letter-spacing:1px;
    position: relative;
    font: 15px Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform:uppercase;
}
.review-us a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 80px;
    height: 11px;
    background: url(assets/images/rating-starts-img.webp) no-repeat;
    margin-left: -40px;
}
.review-us a:hover{
	color:rgb(255, 255, 255 / 0.70);
}