
/* Custom CSS
------------------------------------------------------------ */
.modh1 {
	font-size: 3.6rem !important;
	color: #000 !important;
	margin-bottom: 0 !important;
	font-family: "Lora", serif !important;
}

.modh2 {
	font-size: 2.5rem !important;
	color: #000 !important;
	margin-bottom: 0 !important;
	font-family: "Lora", serif !important;
}

/* header */
.mobile-primary-toggle {
	padding-left: 15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	float: left;
}

@media only screen and (max-width: 839px) {
	/*header styles*/
	.nav-primary {
		width: 100%;
		max-height: 35vh;
		min-height: fit-content;
		position: sticky;
		z-index: 2000;
		background-color: #fff !important;
	}
	
	.nav-primary .wrap {
		height: 100%;
		max-height: 100%;
		overflow-y: scroll;
	}
	
	.nav-primary ul {
		position: static !important;
	}
}

.header-phone {
	margin-left: 10px;
	display: inline-block;
	font-size: 20px;
	font-family: "Lora", serif;
}

.header-phone a {
	color: #80242a;
}

.responsiveheader {
	display: none;
}

.header-image.freshly-full-header .scrolled-header .wrap .title-area {
	height: 145px !important;
	background-size: 100%;
}

.freshly-full-header .scrolled-header {
	opacity: 1;
}

.fa-map-marker {
	font-size: 2.8rem !important;
	color: #80242a !important;
}

.fixed_footer_cta {
	display: none;
}

/* phone number in header */
.site-header {
	position: sticky;
	top: 0;
}

.site-header .textwidget h4 {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	padding-right: 15px;
}

header .widgettitle {
	color: #000;
	margin: 20px 20px 10px 0;
}

.responsive-primary-menu-container {
	position: sticky;
	z-index: 2000;
}

.responsive-primary-menu-container {
	background: #1f1f1f;
	border-bottom: 0px solid #ddd;
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.site-header .wrap {
	max-width: 100%;
}

.site-header .responsive-icon-bar {
	display: block;
	width: 18px;
	height: 3px;
	background: #fff;
	margin: 1px 0;
	float: right;
	clear: both;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.site-header .responsive-menu-icon {
	display: none;
}

@media (max-width: 810px) {
	.header-image .site-header .wrap .title-area {
		background-size: 200px 130px;
		background-position: center center;
		margin: 0 auto !important;
		float: none;
	}
	
	.header-widget-area {
		max-width: 100%;
		display: flex;
	}
	
	.site-header .header-phones {
		padding: 8px 20px;
		flex: 0 0 calc(100% - 110px);
		background-color: #1f1f1f;
	}
	
	.site-header .header-phone {
		display: block;
		text-align: left;
		color: #fff;
	}
	
	.site-header .header-phone a {
		color: #fff;
		font-weight: 700;
	}
	
	.site-header .responsive-menu-icon {
		padding: 25px 0;
		flex: 0 0 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #80242a;
	}
}

/* forms */
.contact_form {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
}

.home_form_background {
	margin: 2% 11%;
	background-color: rgba(255, 255, 255, .65);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.homeform {
	padding: 0 5% 2%;
}

.sidebarform {
	margin: 0;
	padding: 0 15px;
}

/* end forms*/

/* home */
html {
	scroll-behavior: smooth;
}

.mobile_service_links {
	display: none !important;
}

/*.homecontent {
	padding: 0 5%;
}
#navpics {
	padding: 0 5%;
}*/
#navpics, .numbers_row {
	position: relative;
}

#navpics:hover:after {
	content: url("https://atkins-old-f.local/wp-content/uploads/home_pen.png");
	position: absolute;
	bottom: -90px;
	left: 1.333rem;
	right: 1.333rem;
	text-align: center;
	transform-origin: center center;
	animation: scale 1000ms ease-in-out forwards;
}

.numbers_row:hover:after {
	content: url("https://atkins-old-f.local/wp-content/uploads/home_pen.png");
	position: absolute;
	bottom: -70px;
	left: 1.333rem;
	right: 1.333rem;
	text-align: center;
	transform-origin: center center;
	animation: scale 1000ms ease-in-out forwards;
}

@keyframes scale {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

#navpics img {
	position: relative;
}

#navpics img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.home_bio img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.line_bottom {
	position: relative;
}

.line_bottom a:after {
	background-color: #80242a;
	display: block;
	content: "";
	height: 2px;
	width: 0;
	left: 50%;
	margin: 5px 0;
	position: absolute;
	-webkit-transition: width .3s ease-in-out;
	-moz--transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.line_bottom a:hover:after, .line_bottom a:focus:after {
	width: 50%;
}

.whiteshadow_img img {
	box-shadow: 1px 1px #80242a, 2px 2px #80242a, 3px 3px #80242a, 4px 4px #80242a, 5px 5px #80242a, 6px 6px #fff, 7px 7px #fff;
	border: 1px solid #80242a;
}

/*.homereviewsrow {
	padding: 0 5%;
}*/
.reviews {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
	padding: 25px 25px 10px;
	font-size: 22px;
	line-height: 145%;
	font-style: italic;
	border: 1px solid #80242a;
	box-shadow: 1px 1px #80242a, 2px 2px #80242a, 3px 3px #80242a, 4px 4px #80242a, 5px 5px #80242a, 6px 6px #fff, 7px 7px #fff;
}

.sociallinksrow {
	padding: 0 25%;
}

.full-width-content .content {
	float: none !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 1140px;
	margin: 0 auto;
}

.full-width-content, .content-sidebar-wrap {
	width: 100% !important;
}

.content-sidebar-wrap {
	width: 100% !important;
	max-width: 1140px;
	margin: 0 auto;
	float: none;
}

.full-width-content, .content-sidebar-wrap {
	width: 100% !important;
}

.homepage .entry-title {
	display: none;
}

.homepage #page_header {
	display: none;
}

.homepage .site-inner {
	padding: 140px 0 0 0 !important;
}

.full-width-content, .site-inner {
	max-width: 100% !important;
}

#nav_menu-3 {
	margin-top: 20px;
}

#nav_menu-3 a, #nav_menu-3 a:visited {
	color: #000 !important;
}

#nav_menu-3 a:hover {
	color: #80242a !important;
}

#nav_menu-3 .sub-menu .menu-item a:hover {
	color: #fff !important;
}

.homepage .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h3:hover a {
	color: #80242a !important;
}

/* end home */

/* general */
.entry-title {
	padding-top: 20px;
}

.page .content h1.entry-title {
	padding-top: 20px;
	text-align: center;
}

/*.page .content h1.entry-title {
	padding: 20px;
    border: 1px solid #80242A;
    margin: 20px 0 30px 0;
    text-align: center;
   }
.page .entry-header h1 {
	position: relative;
}
.page .entry-header h1:after {
	content: url(https://atkins-old-f.local/wp-content/uploads/lawyer-pen.png);
	position: absolute;
	bottom: -40px;
    left: 1.333rem;
    right: 1.333rem;
    text-align: center;
}*/
iframe, object, embed {
	max-width: 100%;
}

.site-inner {
	padding: 145px 20px 20px 20px;
	background: #f5f5f5;
}

.contact_box {
	background: #80242a;
}

.contact_box h3, .contact_box p {
	color: #fff !important;
}

/* service page reviews */
.review-stars2 {
	float: left;
	color: #ed8600;
	font-size: 20px;
	margin: 12px 8px;
}

.reviews_servicepages {
	font-style: italic;
	color: #333;
	font-size: 18px;
	background: rgba(255, 255, 255, .62);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
	border: 1px #333 solid;
	padding: 20px;
	border-radius: 25px;
}

.reviewtitle {
	font-size: 35px;
	color: #000;
	float: left;
	font-style: italic;
}

.review_button {
	display: block;
	margin: 0 auto;
	padding: 10px;
	border-radius: 25px;
	width: 200px;
	background: #ed8600;
	text-align: center;
	color: #fff;
	font-size: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	transition: all .3s ease-out;
}

.review_button:hover {
	background: #063f78;
}

.review_button a {
	color: #fff !important;
}

/* end general */

/* call to action */
.calltoaction {
	margin: 0;
	color: #1f1f1f;
	font-size: 25px;
	font-weight: 400;
}

.ctanumber {
	color: #f26522;
}

.cta_button_mobile {
	display: none;
	background: #80242a;
	border: 1px solid #fff;
	padding: 5px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	width: 105px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	-o-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	position: fixed;
	top: 5px;
	right: 5px;
	font-family: "Lora", serif !important;
}

.cta_button, .cta_button_call {
	background: #80242a;
	border: 1px solid #fff;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	width: 165px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	-o-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	display: inline-block;
	margin: 10px 15px 15px 15px;
	font-family: "Lora", serif !important;
}

.cta_button_page {
	background: #80242a;
	border: 1px solid #fff;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	width: 150px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	-o-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, .1), 0 6px 20px 0 rgba(255, 255, 255, .1);
	display: block;
}

.cta_button a, .cta_button_mobile a, .cta_button_call a, .cta_button_page a {
	color: #fff !important;
	text-decoration: none;
}

.header_location a {
	color: #000 !important;
	text-decoration: none;
	font-size: 1.8rem !important;
	font-weight: bold !important;
	font-family: "Lora", serif !important;
	margin-right: 15px;
}

.cta_button:hover, .cta_button_call:hover, .cta_button_page:hover {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}

/* end call to action */

/* footer */
.footer {
	color: #1f1f1f;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
}

.footer .serviceareas {
	font-size: 16px;
	color: #fff;
}

#ez-fat-footer-2 {
	text-align: center;
	font-size: 20px !important;
	text-transform: none !important;
}

.ez-widget-area ul li {
	list-style-type: none;
}

/* end footer */

/*blog*/
.blog .entry-title {
	padding-top: 0;
}

.sidebar.widget-area .widget {
	-webkit-box-shadow: 0px 1px 15px 1px rgba(110, 110, 110, .3);
	-moz-box-shadow: 0px 1px 15px 1px rgba(110, 110, 110, .3);
	-o-box-shadow: 0px 1px 15px 1px rgba(110, 110, 110, .3);
	box-shadow: 0px 1px 15px 1px rgba(110, 110, 110, .3);
}

.sidebar-primary .widget-title {
	border-left: 5px solid #80242a;
	margin-bottom: 15px;
	color: #80242a;
}

.sidebar .widget-wrap {
	padding: 10px 15px;
	margin: 15px 0;
}

.sidebar .search-form {
	padding: 15px 0 10px 0px;
}

.content-sidebar .sidebar-primary, .content-sidebar-sidebar .sidebar-primary, .sidebar-content-sidebar .sidebar-primary {
	border-left: none !important;
}

.sidebar.widget-area ul {
	margin: 0 !important;
	padding: 10px 10px 0 25px !important;
}

.sidebar .widget-wrap {
	padding: 10px 15px 0 15px !important;
	margin: 15px 0 0 0 !important;
}

/*end blog*/

/*LawRank Styles */
.page-template-default .internal-page .fl-builder-content p, .page-template-default .internal-page .fl-builder-content ul li, .page-template-default .internal-page .fl-builder-content ol li {
	font-size: 1.8rem;
}

.page-template-default .internal-page__inner {
	padding: 20px;
	max-width: 1140px;
	margin: 0 auto;
}

.page-template-default .internal-page .page-title, .page-template-default .internal-page .breadcrumbs {
	text-align: center;
}

.page-template-default .internal-page .page-title {
	margin-bottom: 30px;
}

.page-template-default .internal-page__content {
	margin-bottom: 40px;
}

.page-template-default .internal-page__sidebar .widget {
	background-color: #fff;
	box-shadow: 0px 1px 15px 1px rgba(110, 110, 110, .3);
	padding: 15px;
	margin-bottom: 15px;
}

.page-template-default .internal-page__sidebar .widget .widget-title {
	border-left: 5px solid #80242a;
	margin-bottom: 15px;
	color: #80242a;
	padding: 10px 10px 10px 25px;
	color: #000;
	font-family: "Lora", serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.25;
}

.page-template-default .internal-page__sidebar .widget ul {
	padding-left: 20px;
	list-style-type: none;
}

.page-template-default .internal-page__sidebar .widget ul li {
	color: #000;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px;
}

.page-template-default .internal-page__sidebar .widget ul li a {
	color: #000;
}

@media (min-width: 840px) {
	.page-template-default .internal-page__inner {
		display: flex;
		justify-content: space-between;
	}
	
	.page-template-default .internal-page__content {
		flex: 0 0 calc(100% - 360px);
	}
	
	.page-template-default .internal-page__sidebar {
		flex: 0 0 300px;
	}
}

.alt-banner.alt-style + * {
	padding-top: 0 !important;
}

.alt-banner.alt-style {
	margin-bottom: 0;
	position: relative;
	display: flex;
	align-items: center;
}

.alt-banner.alt-style picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.alt-banner.alt-style picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	z-index: 0;
}

.alt-banner.alt-style .hero-content {
	width: calc(100% - 60px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 210px 12px 28px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

@media (min-width: 768px) {
	.alt-banner.alt-style .hero-content {
		padding: 75px 0;
		align-items: flex-start;
		gap: 40px;
	}
}

@media (min-width: 1100px) {
	.alt-banner.alt-style .hero-content {
		padding: 102px 0;
	}
}

.alt-banner.alt-style .hero-content .hero-title {
	color: #fff;
	text-align: center;
	font-family: "Lora";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px;
}

@media (min-width: 768px) {
	.alt-banner.alt-style .hero-content .hero-title {
		max-width: 515px;
		text-align: left;
	}
}

@media (min-width: 1100px) {
	.alt-banner.alt-style .hero-content .hero-title {
		text-align: left;
		font-size: 40px;
		line-height: 50px;
	}
}

.alt-banner.alt-style .hero-content .hero-byline {
	color: #fff;
	text-align: center;
	font-family: "Lora";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
}

@media (min-width: 768px) {
	.alt-banner.alt-style .hero-content .hero-byline {
		max-width: 515px;
		text-align: left;
	}
}

@media (min-width: 1100px) {
	.alt-banner.alt-style .hero-content .hero-byline {
		text-align: left;
		font-size: 22px;
	}
}

.alt-banner.alt-style .hero-content .reviews {
	all: unset;
	width: 220px;
	height: 45px;
	display: flex;
}

@media (min-width: 1100px) {
	.alt-banner.alt-style .hero-content .reviews {
		width: 275px;
		height: 55px;
	}
}

.alt-banner.alt-style .hero-content .reviews > * {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.alt-banner.alt-style .hero-content .button {
	max-width: 100%;
	padding: 8px 38px;
	border-radius: 5px;
	background: #80242a;
	color: #fff;
	font-family: "Gudea";
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 1.05px;
}

/*Footer Style*/
.footer-contact {
	width: 100%;
	padding: 85px 0;
	display: flex;
	flex-direction: column;
	background: #000;
}

.footer-contact .title {
	padding-bottom: 15px;
	position: relative;
	color: #fff;
	text-align: center;
	font-family: "Lora";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.footer-contact .title::after {
	content: "";
	min-width: 140px;
	width: 70%;
	height: 3px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #80242a;
}

.footer-contact .footer-social, .footer-contact .footer-locations {
	max-width: 990px;
	width: calc(100% - 60px);
	margin: 0 auto 80px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.footer-contact .footer-locations .locations {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 70px;
}

.footer-contact .footer-locations .locations .location {
	min-width: 280px;
	flex: 1 0 calc(50% - 35px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.footer-contact .footer-locations .locations .location p, .footer-contact .footer-locations .locations .location a {
	text-align: center;
	font-family: "Gudea";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
}

.footer-contact .footer-locations .locations .location .address {
	color: #fff;
}

.footer-contact .footer-locations .locations .location .name {
	color: #fff;
	font-size: 20px;
	line-height: normal;
}

.footer-contact .footer-locations .locations .location .phone {
	font-weight: 700;
	color: #b7212b;
}

.footer-contact .footer-locations .locations .location .map {
	width: 100%;
	height: 240px;
	display: flex;
}

.footer-contact .footer-locations .locations .location .map iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.footer-contact .footer-social {
	margin-bottom: 45px;
}

.footer-contact .footer-social ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-contact .footer-social ul li {
	width: 60px;
	height: 60px;
	display: flex;
}

.footer-contact .footer-social ul li a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	transition: all .2s ease-in-out;
}

.footer-contact .footer-social ul li a:hover {
	background-color: #fff;
}

.footer-contact .footer-social ul li a span {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.footer-contact .footer-social ul li a i {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-contact .footer-social ul li a i::before {
	font-size: 1.66em;
	line-height: 1.66em;
	color: #fff;
	transition: all .2s ease-in-out;
}

.footer-contact .footer-social ul li a:hover i::before {
	color: #80242a;
}

/** BADGES **/
.badges-inline {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: center;
}

.badges-inline .lcbadge.li, .badges-inline .lcbadge.li .lcbadge_header {
	width: 100% !important;
	height: unset !important;
	background-size: cover !important;
	aspect-ratio: 1/1;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {
	.content .override {
		padding: 0 20px !important;
	}
}

@media only screen and (min-width: 840px) and (max-width: 1140px) {
	.site-header .widget-area {
		max-width: 580px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 1140px) {}

@media only screen and (max-width: 839px) {
	#nav_menu-3 {
		display: none;
	}
	
	.slider {
		display: none !important;
	}
	
	.cta_button_mobile {
		display: inline;
	}
	
	.cta_button {
		display: none;
	}
	
	.site-header .textwidget h4 {
		text-align: center;
		padding-right: 0;
	}
	
	.cta_button_call {
		display: block;
		margin: 10px auto;
	}
	
	.header_location {
		text-align: center;
	}
	
	.header_location a {
		margin-right: 0;
	}
	
	header .widgettitle {
		text-align: center !important;
	}
	
	.site-inner, .homepage .site-inner {
		padding: 0 !important;
	}
	
	.nav-secondary {
		margin-top: 0;
	}
	
	#ez-feature-top-container .ez-widget-area {
		padding-bottom: 0;
	}
	
	.freshly-home-banner {
		margin-bottom: 20px;
	}
	
	.content-sidebar .sidebar-primary, .content-sidebar-sidebar .sidebar-primary, .sidebar-content-sidebar .sidebar-primary, .sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary, .sidebar-content-sidebar .sidebar-secondary {
		border-left: none;
	}
	
	#home-hook-wrap {
		padding: 10px 30px 5px;
	}
	
	/* removes desktop  homepage service pics and inserts mobile version */
	.dt_nav_pics {
		display: none !important;
	}
	
	.mobile_service_links {
		display: flex !important;
	}
	
	.mobile_service_links {
		position: relative;
	}
	
	.mobile_service_links:after {
		content: url("https://atkins-before-changes.local/wp-content/uploads/lawyer-pen.png");
		position: absolute;
		bottom: -40px;
		left: 1.333rem;
		right: 1.333rem;
		text-align: center;
	}
	
	.numbers_row:after {
		content: url("https://atkins-before-changes.local/wp-content/uploads/lawyer-pen.png");
		position: absolute;
		bottom: -40px;
		left: 1.333rem;
		right: 1.333rem;
		text-align: center;
	}
	
	/*.sociallinksrow {
    padding: 0 5% !important;
}*/
	
	/* displays tap buttons */
	.fixed_footer_cta {
		display: inline !important;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	
	/* creates button effect */
	.responsivecta {
		padding: 10px 0;
		color: #fff;
		text-align: center;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
		-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
		box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
	}
	
	/* tap-to-call background color*/
	#call {
		background: #a8a8a8;
		float: left;
		width: 100%;
	}
	
	/* change Give Us a Call font */
	#call p {
		color: #fff !important;
		font-size: 20px;
		font-weight: 400;
		text-shadow: 1px 1px 1px #333;
	}
	
	/* tap-to-text background color */
	#text {
		display: none;
		background: #bad154;
		float: left;
		width: 50%;
	}
	
	/* change Send Us a Text font */
	#text p {
		color: #fff !important;
		font-size: 20px;
		font-weight: 400;
		text-shadow: 1px 1px 1px #333;
	}
	
	/* phone & mobile phone icons */
	.icon {
		float: left;
		padding-left: 10px;
		width: 20px;
		margin-top: -3px;
	}
	
	/* adds margin to footer so you can access all info with the buttons */
	.footer {
		margin: 0 0 50px 0 !important;
	}
	
	.content, body.content-sidebar .sidebar-primary {
		margin-top: 0;
	}
	
	#ez-fat-footer-container .ez-widget-area {
		text-align: center;
	}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {
	.site-header .genesis-nav-menu {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.freshly-home-banner {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	#ez-home-container-wrap .post {
		background: none;
		padding: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	.content h1.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.nav-header {
		display: none !important;
	}
	
	.site-header .widget_nav_menu {
		display: block !important;
	}
	
	.site-header .textwidget h4 {
		font-size: 12px;
	}
	
	.numbers_row h4, .line_bottom {
		font-size: 16px !important;
	}
}
