/*
Theme Name: StarPoint 2018 - Child
Theme URL: https://jurisdigital.com;
Description: A Useable, Scalable, Extendable Premium Wordpress Theme
Author: John Doe
Author URL: https://jurisdigital.com
Template: StarPoint_2018
Version: 1.0.0
Text Domain: StarPoint_2018_Child
*/ 

/*@import 'css/global/globals.css';
@import 'css/global/forms.css';
@import 'css/global/header.css';
@import 'css/global/footer.css';
@import 'css/global/top-bar.css';*/

/*** Homepage ***/
/*@import 'css/home/home-banner.css';
@import 'css/home/home-intro.css';
@import 'css/home/home-why-diff.css';
@import 'css/home/home-mid-cta.css';
@import 'css/home/home-what-do.css';
@import 'css/home/home-results.css';
@import 'css/home/home-attorney.css';
@import 'css/home/home-post-testimonials.css';*/


#apexchat_prechat_invitation_wrapper:not(.active) {
	display: none !important;
}

.wsp-container {
	display: block!important;
}

/*** Globals ***/

body::-webkit-scrollbar {
	width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
body::-webkit-scrollbar-thumb {
	background: #0072bb; 
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

h1, h2, h3, h4, h5, h6, .heading {
	font-family: 'Raleway', sans-serif;
}


.internal h1 {
	font-size: calc(40px + .5vw);
	line-height: 1.3em;
}

.internal h2 {
	font-size: calc(30px + .5vw);
	line-height: 1em;
}

.internal h3 {
	font-size: calc(23px + .5vw);
	line-height: 1em;
}

.internal h4 {
	font-size: calc(15px + .5vw);
	line-height: 1em;
}

p {
	font-family: 'Open Sans', sans-serif;;
}

ul, li {
	font-family: 'Open Sans',sans-serif;
}

a:link, a:visited, a:hover, a:active {
	font-family: 'Open Sans', sans-serif;
}

.open-sans.light, .light {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.open-sans, .regular {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.open-sans.bold, .bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.open-sans.italic, .italic{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
}

main#main {
	z-index: 1
}

footer#footer {
	z-index: 0
}

strong {
	color: #000;
}

/*** Forms ***/

/*** Header Contact Form ***/

#top-bar .gform_wrapper {
	margin: 16px 0;
	max-width: 100%;
	grid-column: 2 / 10;
	grid-row: 1;
}



#top-bar .gform_wrapper .gform_body {
	width: fit-content;
	display: inline-block;
	width: -moz-fit-content;
}

#top-bar .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	clear: none;
	width: fit-content;
	width: -moz-fit-content;
	display: inline-block;
	position: relative;
	top: -1px;
}

#top-bar .gform_wrapper .top_label .gfield_label {
	display: none;
}

#top-bar .gform_wrapper ul.gform_fields li.gfield {
	padding-right: calc(6px + .5vw);
	clear: none;
	display: inline-block;
	margin-top: 0;
	width: calc(38px + 12.5vw);
}

@media (max-width: 1200px) {
	#top-bar button#gform_submit_button_1 {
		width: calc(8px + 12.5vw);
	}

	#top-bar .gform_wrapper {
		grid-column: 1 / 10;
	}
}

@media(max-width: 768px) {
	#gform_wrapper_2 > form {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}
	
	.gform_wrapper ul.gform_fields {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	
}

/*** Footer Form ***/

footer#footer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
footer#footer input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
footer#footer input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
footer#footer input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

footer#footer .gform_wrapper ul.gform_fields li.gfield {
	padding-right: calc(6px + .5vw);
	clear: none;
	display: inline-block;
	margin-top: 0;
	width: calc(38px + 12.5vw);
}

footer#footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 20px 30px!important;
	border-radius: 3px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

footer#footer button#gform_submit_button_2 {
	padding: 20px 0;
	width: calc(13px + 12.5vw);
	margin: 0;
	border-radius: 3px;
}

footer#footer button#gform_submit_button_2:before {
	border-radius: 3px;
}

footer#footer .gform_wrapper .gform_body {
	width: fit-content;
	display: inline-block;
	width: -moz-fit-content;
}

footer#footer .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
	clear: none;
	width: fit-content;
	width: -moz-fit-content;
	display: inline-block;
	position: relative;
	top: -1px;
}

@media (max-width: 1200px) {
	footer#footer .gform_wrapper {
		grid-column: 1 / 10;
	}
}

@media (max-width: 1024px) {
	footer#footer .footer-form .gform_wrapper {
		grid-column: 1/ 13!important;
	}

	footer#footer .gform_wrapper ul.gform_fields li.gfield {
		width: calc(75px + 12.5vw);
	}

	footer#footer button#gform_submit_button_2 {
		width: calc(75px + 12.5vw);
	}
	#wrapper div#top-bar .gform_wrapper{display:none !important;}
}

@media (max-width: 768px) {
	footer#footer .footer-form {
		padding: 25vw 0 8vw!important;
	}

	footer#footer .gform_wrapper form {
		width: 80%;
	}

	footer#footer .gform_wrapper .gform_body {
		width: 100%;
	}

	footer#footer .gform_wrapper ul.gform_fields li.gfield {
		width: 100%;
		display: block;
		padding: 0;
	}

	footer#footer .gform_wrapper .gform_footer {
		display: block;
		top: 4px;
		width: 100%;
	}

	footer#footer button#gform_submit_button_2 {
		width: 100%;
	}
	.wp-block-columns{
		display:block !important;
	}
	.lwptoc-right, .wp-block-image .alignright {
		float: none !important;
		margin: 0 0 20px !important;
	}
}

@media (max-width: 468px) {
	footer#footer .footer-form {
		padding: 35vw 0 8vw!important;
	}
}

/*** Sidebar Form ***/

div.internal aside.sidebar .gform_wrapper ul.gform_fields li.gfield {
	width: 100%;
}

div.internal aside.sidebar button#gform_submit_button_3 {
	margin: 0;
}

@media (max-width: 768px) {
	div.internal aside.sidebar .gform_wrapper .gform_footer {
		width: 100%;
		margin-top: 0;
	}

	div.internal aside.sidebar button#gform_submit_button_3 {
		width: 100%;
	}

	div.internal aside.sidebar .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	#sidebar li.widget:nth-child(2) {
		display: none;
	}
}

/*** Contact Page Form ***/

main.contact-page button.button.blue-button.hvr-shutter-in-vertical {
	margin-top: 0;
}

@media (max-width: 768px) {
	div.internal main.contact-page button#gform_submit_button_4 {
		width: 100%;
	}
}

/*** Popover Form ***/

div#inline {
	padding: 25px;
}

button#gform_submit_button_3 {
	width: 100%;
}

/*** End Forms ***/

body.home div#wrapper {
	background-repeat: no-repeat;
	background-position: right 24.1%;
}

/*** Header ***/

#header {
	border-bottom: 1px solid black;
}

/*** Navigation ***/

.dropbtn:not(.mega-menu) .dropdown-content {
	border-top: 2px solid transparent!important;
}

@media (min-width: 1025px) {
	.dropbtn:not(.mega-menu):not(:hover) .dropdown-content {
		left: -9999px !important;
	}
}


/*** Footer ***/

footer#footer {
	grid-column-start: 2;
	grid-column-end: 12;
	position: relative;
}

footer#footer img.bottom-arrow {
	position: absolute;
	top: 5vw;
	left: 7vw;
	width: 103px;
}

footer#footer .footer-logo img {
	max-width: 250px!important;
}

footer#footer .footer-form {
/* 	background: url(/wp-content/themes/StarPoint_2018/assets/images/footer-bkg.webp);
	background-size: cover; */
	padding: 12vw 0 8vw;
	text-align: center;
}

@media (min-width: 769px) {
	footer#footer .footer-form {
		background: url(/wp-content/themes/StarPoint_2018/assets/images/footer-bkg.webp);
		background-size: cover;
	}	
}

footer#footer .footer-form h2 {
	font-size: calc(28px + .5vw);
	grid-row: 1;
	grid-column: 3 / 11;
	color: #fff;
	text-transform: uppercase;
}

footer#footer a {
	color: #fff;
}

footer#footer .footer-form .gform_wrapper {
	margin: 16px 0;
	max-width: 100%;
	grid-column: 3/ 11;
	grid-row: 2;
	display: flex;
}

footer#footer aside#footer-info {
	border-bottom: 1px solid #fff;
	padding: 6vw 0;
}

footer#footer .office-details {
	grid-column: 2/ 6;
}

@media (min-width: 1441px) {
	footer#footer .office-details .sig-address {
		display: flex;
	}

	footer#footer .office-details .sig-address p:first-child {
		margin-right: 50px;
	}
}

footer#footer ul.social.nolist {
	display: flex;
	max-width: 165px;
}

footer#footer .footer-nav-row {
	grid-column: 6 / 12;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer#footer .footer-nav-row ul li {
	display: inline-block;
	text-transform: uppercase;
}



footer#footer .menu-footer-menu-container {
	width: 100%;
}

footer#footer .footer-nav-row ul, .footer-legal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer#footer .footer-legal ul {
	float: left;
}

footer#footer .juris-digital {
	float: right;
}

footer#footer .footer-nav-row ul {
	display: flex;
	justify-content: space-around;
}

footer#footer .footer-nav-row ul li a {
	font-weight: 600;
}

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

@media (max-width: 1300px) {
	footer#footer .office-details {
		grid-column: 2/ 12;
	}

	footer#footer .menu-footer-menu-container {
		width: 100%;
	}

	footer#footer .footer-nav-row {
		grid-column: 2 /12;
	}
	footer#footer .office-details .sig-address {
		display: flex;
	}

	footer#footer .office-details .sig-address p:first-child {
		margin-right: 50px;
	}
}

@media (max-width: 1024px) {
	footer#footer .footer-form {
		padding: 25vw 4vw 8vw!important;
	}

	footer#footer aside#footer-info {
		padding: 6vw 4vw!important;
	}

	footer#footer .office-details,
	footer#footer .footer-nav-row {
		grid-column: 1 / 13;
	}
}

@media (max-width: 985px) {
	footer#footer .footer-form {
		padding: 40vw 4vw 8vw!important;
	}

	footer#footer .footer-nav-row {
		grid-column: 1 / 13;
	}

	footer#footer .footer-nav-row ul {
		display: block;
	}

	footer#footer .footer-nav-row ul li {
		display: block;
	}

	footer#footer .footer-nav-row ul li a {
		padding: 5px 0;
	}
}

@media (max-width: 768px) {
	footer#footer .footer-form {
		padding: 40vw 4vw 8vw!important;
	}

	footer#footer .footer-nav-row {
		grid-column: 1 / 13;
	}

	footer#footer .footer-nav-row ul {
		display: block;
	}

	footer#footer .footer-nav-row ul li {
		display: block;
	}

	footer#footer .footer-nav-row ul li a {
		padding: 5px 0;
	}
}

@media (max-width: 576px) {
	footer#footer .office-details .sig-address {
		flex-direction: column;
	}

	footer#footer .office-details .sig-address > p:first-child {
		margin-right: 0px;
	}
}

/*** Top Bar ***/

#top-bar button.button.button-style-1 {
	margin: 0;
	border: 1px solid #ccc;
}

#top-bar .gform_button.button,
#footer .gform_button.button {
	-webkit-transition: all .5s;
	transition: all .5s;
}

#top-bar .gform_button.button:hover,
#footer .gform_button.button:hover {
	background: #0072bb;
	color: #fff;
}

/*** Home Banner ***/

section#banner {
	background-size: cover!important;
	background-position: center center!important;
	padding: 17vw 0 10vw;
	position: relative;
	background-image: url(/wp-content/uploads/2018/12/banner-image.jpg);
}

section#banner .banner-area {
	grid-column: 2 / 12;
}

#banner h2 {
	font-size: calc(38px + 1.5vw);
	font-weight: 500;
}

#banner h3 {
	font-size: calc(11px + 1vw);
	letter-spacing: 1vw;
}

#banner h4 {
	font-size: calc(18px + 1vw);
	font-weight: 300;
}

/*** Home Intro ***/

section#s1_container.grid-container-12 {
	grid-template-rows: auto;
	padding: 7vw 0 0;
}

div#s1_header {
	grid-row: 1;
	grid-column: 2 / 13;
}

div#s1_header h1 {
	font-size: calc(34px + .5vw);
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

div#s1_header h1:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: #0072bb;
	bottom: 0;
	left: 0;
}

div#s1_header h2 {
	font-size: calc(12px + .5vw);
	text-transform: uppercase;
	letter-spacing: .4em;
}

div#s1-left-content {
	grid-row: 2;
	grid-column: 2 / 6;
}

#s1-left-content span {
	font-size: calc(23px + .5vw);
	line-height: 1.3em;
	margin-bottom: 25px;
}

#s1-left-content p {
	margin: 0;
	padding-right: 10px;
}

div#s1-right-content {
	grid-row: 2;
	grid-column: 6 / 12;
}

#s1-right-content p {
	font-size: calc(20px + .5vw);
	line-height: 1.3em;
	margin: 0;
	padding-left: 10px;
}

body #main a.button-style-3 {
	border: 1px solid #0E86FE;
	border-radius: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-top: 35px;
}

body #main a.button-style-3 span.button-border {
	border: 6px solid #fff;
	background: #0E86FE;
	padding: 20px;
	display: block;
	text-align: center;
	margin-bottom: 0;
	color: #fff!important;
	border-radius: 5px;
	font-size: calc(17px + .5vw);
	-webkit-transition: all .5s;
	transition: all .5s;
}

body #main a.button-style-3:hover span.button-border {
	background: transparent;
	color: #0E86FE!important;
}

@media (max-width: 1024px) {
	div#s1_header {
		grid-column: 2 / 12;
	}
}

@media (max-width: 768px) {
	div#s1_header {
		grid-column: 1 / 13;
		grid-row: 1;
	}

	div#s1-left-content, div#s1-right-content {
		grid-column: 1 / 13;
	}

	div#s1-left-content {
		grid-row: 2;
	}

	div#s1-right-content {
		grid-row: 3;
	}

	div#s1-right-content p {
		padding-left: 0;
	}

	div#s1-left-content a.button.blue-button.hvr-shutter-in-vertical, 
	div#s1-left-content button.button.blue-button.hvr-shutter-in-vertical {
		margin: 30px 0;
	}

}

/*** Why Different ***/

section#s2_container {
	padding: 5vw 0 4vw;
}

#s2_container div#s2_header {
	grid-row: 1;
	grid-column: 2 / 7;
	padding-top: 2vw;
}

#s2_container div#s2_header h2 {
	position: relative;
}

#s2_container div#s2_header h2:before {
	content: '';
	position: absolute;
	left: -9vw;
	top: 13px;
	width: 9.5vw;
	height: 1px;
	background: #0072bb;
}

#s2_container div#s2-block-wrapper {
	grid-row: 2;
	grid-column: 2 / 8;
	display: grid;
	grid-template-columns: auto;
}

#s2_container .section-block.grid-item {
	padding: 2vw 0 0;
	position: relative;
	right: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#s2_container .section-block.grid-item:before {
	content: '';
	position: absolute;
	width: 150%;
	height: 100%;
	border: 1px solid transparent;
	right: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#s2_container .section-block.grid-item:hover:before {
	content: '';
	position: absolute;
	width: 150%;
	border: 1px solid #0072bb;
	background: url(/wp-content/themes/StarPoint_2018/assets/images/quote-bkg.png);
}

#s2_container .section-block.grid-item h3, #s2_container .section-block.grid-item svg {
	-webkit-transition: all .5s;
	transition: all .5s;
	min-width: 40px;
}


#s2_container .section-block.grid-item:hover h3, #s2_container .section-block.grid-item:hover svg {
	color: #0072bb!important;
	fill: #0072bb!important;
}

#s2_container .inner-area {
	grid-column: 2 / 11;
}

#s2_container div#section-icon {
	padding: 0 10px;
}

#s2-block-wrapper .section-block h3 {
	text-transform: uppercase;
	font-size: calc(18px + .5vw);
}

#s2-block-wrapper .section-block p {
	font-size: calc(15px + .5vw);
}

#s2-block-wrapper i.fal.fa-arrow-right {
	grid-column: 12;
	grid-row: 2;
	font-size: 25px;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding-bottom: 20px;
}


#s2-block-wrapper .section-block.grid-item:hover i.fal.fa-arrow-right {
	opacity: 1;
}



@media (max-width: 1024px) {
	section#s2_container {
		background-repeat: no-repeat;
		background-position: right;
	}

	#s2_container div#s2_header, #s2_container div#s2-block-wrapper {
		grid-column: 1 / 13;
	}
}


/*** Home Mid CTA ***/

section#cta .cta-area.white.center {
	grid-column: 4 / 10;
}

section#cta {
	background-size: cover!important;
	padding: 7vw 0 4vw;
}

@media (max-width: 1024px) {
	section#cta .cta-area.white.center {
		grid-column: 1 / 13;
	}

	section#cta a.button.transparent-button.hvr-shutter-in-vertical, 
	section#cta button.blue.transparent-button.hvr-shutter-in-vertical {
		padding: calc(15px + .5vw);
	}
}

/*** Home What We Do ***/

section#practice_container {
	padding: 7vw 0 0;
}

section#practice_container  div#practice_header {
	padding: 0 0 5vw;
	text-align: center;
}

section#practice_container  div#practice_header .grid-item {
	grid-row: 1;
	grid-column: 3 / 11;
}

section#practice_container div#practice_header h2.section-title {
	font-size: calc(17px + 1.5vw);
	margin-bottom: 25px;
	padding-bottom: 25px;
}

section#practice_container div#practice_header h2.section-title:after {
	content: '';
	position: relative;
	display: block;
	width: 50px;
	height: 3px;
	background: #0072bb;
	bottom: -25px;
	margin: 0 auto;
}

section#practice_container div#practice_header p.section-title {
	font-size: calc(15px + .5vw);
}

section#practice_container #practice-block-wrapper.grid-container-12 {
	grid-gap: 0;
	grid-template-rows: repeat(6, 1fr);
	grid-template-rows: 100px 100px 100px 100px 100px 100px;
}

section#practice_container .grid-item {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

section#practice_container .grid-item .area {
	background-size: cover!important;
	height: 100%;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}

section#practice_container .inner-area {
	padding: 6.5vw 1vw;
}

section#practice_container .section-block.grid-item-1,
section#practice_container .section-block.grid-item-2, 
section#practice_container .section-block.grid-item-3 {
	grid-row: 1;
}

section#practice_container .section-block.grid-item-4, 
section#practice_container .section-block.grid-item-5, 
section#practice_container .section-block.grid-item-6 {
	grid-row: 2;
}
/*
section#practice_container .section-block.grid-item.grid-item-1, 
section#practice_container .section-block.grid-item.grid-item-4 {
grid-column: 1 / 5;
grid-row: span 3;
}

section#practice_container .section-block.grid-item.grid-item-2 {
grid-column: 5 / 7;
grid-row: 1 / span 4;
}

section#practice_container .section-block.grid-item.grid-item-3 {
grid-column: 7 / 13;
grid-row: 1 / span 4;
}

section#practice_container .section-block.grid-item.grid-item-5 {
grid-column: 5 / 9;
grid-row: 5 / span 2;
}

section#practice_container .section-block.grid-item.grid-item-6 {
grid-column: 9 / 13;
grid-row: 5 / span 2;
}*/

section#practice_container .section-block.grid-item.grid-item-1 {
	grid-column: 1/4;
	grid-row: 1 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-2 {
	grid-column: 4 / 7;
	grid-row: 1 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-3 {
	grid-column: 7 / 10;
	grid-row: 1 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-4 {
	grid-column: 10 / 13;
	grid-row: 1 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-5 {
	grid-column: 1 / 4;
	grid-row: 4 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-6 {
	grid-column: 4 / 7;
	grid-row: 4 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-7 {
	grid-column: 7 / 10;
	grid-row: 4 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-8 {
	grid-column: 10 / 13;
	grid-row: 4 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-9 {
	grid-column: 1 / 7;
	grid-row: 7 / span 3;
}

section#practice_container .section-block.grid-item.grid-item-10 {
	grid-column: 7 / 13;
	grid-row: 7 / span 3;
}


section#practice_container h3.block-title {
	color: #fff;
	text-transform: uppercase;
	font-size: calc(17px + .5vw);
	margin-bottom: 0;
	text-align: center;
}

section#practice_container .area span.block.button {
	border: 1px solid #fff;
	color: #fff;
	text-transform: capitalize;
	opacity: 0;
	max-height: 0;
	margin: 20px auto 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	width: 80%;
	font-size: calc(-10px + .5vw);
}

section#practice_container .area:hover span.block.button, section#practice_container .area:active span.block.button, section#practice_container .area:focus span.block.button {
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 15px;
	text-transform: capitalize;
	opacity: 1;
	max-height: 50px;
	font-size: calc(8px + .5vw);
}

section#practice_container .grid-item.button a {
	text-align: center;
	padding: 25px 0;
	font-size: calc(12px + .5vw);
	width: 100%;
}

.section-read-more.bold.hvr-sweep-to-right:hover {
	color: #fff!important;
}

.section-read-more.bold.hvr-sweep-to-right:before {
	background: #0072bb;
}

@media (max-width: 1024px) {

	section#practice_container {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	section#practice_container .section-block.grid-item.grid-item-1 {
		grid-column: 1/7;
		grid-row: 1 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-2 {
		grid-column: 7 / 13;
		grid-row: 1 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-3 {
		grid-column: 1 / 7;
		grid-row: 3 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-4 {
		grid-column: 7 / 13;
		grid-row: 3 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-5 {
		grid-column: 1 / 7;
		grid-row: 5 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-6 {
		grid-column: 7 / 13;
		grid-row: 5 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-7 {
		grid-column: 1 / 7;
		grid-row: 7 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-8 {
		grid-column: 7 / 13;
		grid-row: 7 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-9 {
		grid-column: 1 / 7;
		grid-row: 9 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-10 {
		grid-column: 7 / 13;
		grid-row: 9 / span 2;
	}
}

@media (max-width: 768px) {
	/*section#practice_container #practice-block-wrapper.grid-container-12 {

	grid-template-rows: 200px 200px 200px 200px 200px 200px;
}*/

	section#practice_container .section-block.grid-item.grid-item-1 {
		grid-column: 1/13;
		grid-row: 1 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-2 {
		grid-column: 1/13;
		grid-row: 3 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-3 {
		grid-column: 1/13;
		grid-row: 5 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-4 {
		grid-column: 1/13;
		grid-row: 7 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-5 {
		grid-column: 1/13;
		grid-row: 9 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-6 {
		grid-column: 1/13;
		grid-row: 11 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-7 {
		grid-column: 1/13;
		grid-row: 13 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-8 {
		grid-column: 1/13;
		grid-row: 15 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-9 {
		grid-column: 1/13;
		grid-row: 17 / span 2;
	}

	section#practice_container .section-block.grid-item.grid-item-10 {
		grid-column: 1/13;
		grid-row: 19 / span 2;
	}

	section#practice_container .area span.block.button {
		margin: 0;
	}

	section#practice_container .inner-area {
		padding: 19.5vw 1vw;
	}

	section#practice_container .grid-item .area {
		height: auto;
		display: block;
	}

	section#practice_container #practice-block-wrapper.grid-container-12 {
		grid-template-rows: 0;
	}
}

/*** Home Results ***/

section#results_container {
	padding: 4vw 0;
}

section#results_container .flex-container {
	flex-direction: row;
	width: 75%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

section#results_container .section-block.flex-item {
	text-align: center;
	padding: 25px;
	margin-bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

section#results_container .section-block.flex-item h3 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

section#results_container .section-block.flex-item h3:after {
	content: '';
	position: relative;
	display: block;
	width: 50px;
	height: 3px;
	background: #0072bb;
	bottom: -25px;
	margin: 0 auto;
}

section#practice_container div#practice_header h2.section-title {
	font-size: calc(17px + 1.5vw);

}

section#results_container .section-block.flex-item.flex-item-2 {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

section#results_container .more-button {
	width: 75%;
	text-align: right;
	margin: 0 auto;
	font-size: calc(12px + .5vw);
}

.more-button .section-read-more, .more-button  {
	position: relative;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.more-button:hover .section-read-more, .more-button:hover {
	left: 20px;
}

@media (max-width: 1024px) {

	section#results_container {
		padding: 0 0 4vw!important;
	}

	section#results_container .flex-container {
		width: 100%;
	}
	.section-block.flex-item.flex-item-1 {
		flex: 1 100%;
	}

	.section-block.flex-item.flex-item-2 {
		border-left: none!important;
	}
}

@media (max-width: 768px) {
	.section-block.flex-item.flex-item-1, .section-block.flex-item.flex-item-2, .section-block.flex-item.flex-item-3 {
		flex: 1 100%;
	}

	.section-block.flex-item.flex-item-2 {
		border-right: none!important;
	}
}


/*** Home Attorney ***/


#attorney_container .section-block {
	background: url(/wp-content/themes/StarPoint_2018_Child/assets/images/icon-bkg.jpg)no-repeat;
	background-position: bottom right;
}


.section-block-side-1.grid-item-1 {
	grid-column: 1 / 7;
}
.section-block-side-2.grid-item-2 {
	grid-column: 7 / 13;
}

section#attorney_container span {
	text-transform: uppercase;
	font-size: calc(20px + .5vw);
}

section#attorney_container .more-button {
	font-size: calc(12px + .5vw);
}

section#attorney_container .section-block-side-2.grid-item-2 {
	display: flex;
	align-items: center;
	padding: 50px;
}

section#attorney_container .section-block-side-2.grid-item-2 p {
	font-size: calc(15px + .5vw);
}

@media (max-width: 1024px) {
	section#attorney_container {
		padding: 7vw 4vw 0!important;
	}

	section#attorney_container .section-block-side-2.grid-item-2 {
		padding-right: 0;
	}

	.section-block-side-1.grid-item-1 {
		grid-column: 1 / 13;
		grid-row: 1;
	}

	.section-block-side-2.grid-item-2 {
		grid-column: 1 / 13;
		padding: 50px 0!important;
	}
}

/*** Home Post Testimonials ***/

section#posts_container {
	padding: 5vw 0 0;
}

div#post-block-wrapper {
	grid-column: 2 / 7;
	padding-right: 25px;
}

div#testimonial-block-wrapper {
	grid-column: 7 / 12;
	padding-left: 25px;
}

section#posts_container #post_header h2, section#posts_container #testimonial_header h2 {
	font-size: calc(17px + 1vw);
	margin: 0;
	text-transform: uppercase;
}

section#posts_container #testimonial_header h2 {
	text-align: center;
}

section#posts_container #post_header a.block.button, section#posts_container #testimonial_header a.block.button {
	margin: 0 0 0 9vw;
}

section#posts_container #post_header a.block.button {
	margin: 0;
	padding-left: 0;
}

section#posts_container #post-block-wrapper article {
	margin-bottom: 40px;
}

section#posts_container #post-block-wrapper article h2 {
	font-size: calc(18px + .5vw);
	margin-bottom: 10px;
}

section#posts_container #post-block-wrapper article p,  {
	font-size: calc(12px + .5vw);
}

section#posts_container #post-block-wrapper span {
	font-size: calc(12px + .5vw);
}

section#posts_container #testimonial-block-container {
	text-align: center;
}

section#posts_container #testimonial-block-container p.block-text-1, section#posts_container #testimonial-block-container span.block-text-2 {
	font-size: calc(12px + .5vw);
}

section#posts_container #testimonial-block-container span.block-text-2 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
}

section#posts_container #testimonial-block-container span.block-text-2:after {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 3px;
	background: #0072bb;
	top: 15px;
	left: -35px;
}

section#posts_container #testimonial-block-container span.block-pull-quote {
	font-size: calc(26px + .5vw);
}

@media (max-width: 1200px) {
	div#post-block-wrapper {
		padding-left: 5vw;
		grid-column: 1 /7;
	}

	div#testimonial-block-wrapper {
		grid-column: 7 / 13;
		padding-right: 5vw;
	}
}

@media (max-width: 1024px) {
	section#posts_container {
		padding: 5vw 4vw 0!important;
	}

	div#post-block-wrapper, div#testimonial-block-wrapper {
		padding: 0;
		grid-column: 1 /13;
	}

	section#posts_container #post_header a.block.button, section#posts_container #testimonial_header a.block.button {
		margin: 15px 0;
		background: white;
		color: #0072bb;
		border: 1px solid #0072bb;
		padding: 5px 10px;
	}

	section#posts_container #testimonial-block-container {
		text-align: left;
	}

	section#posts_container #testimonial-block-container span.block-text-2 {
		left: 35px;
	}

	section#posts_container #testimonial-block-container span.block-text-2:after {
		top: 10px;
	}
}

/*** Internal Styles ***/

/* Sidebar */

#main #sidebar h3 {
	font-size: calc(23px + .5vw);;
}

/*** Practice Area Template ***/

body.page-template-page-practice-sidebar div#wrapper.internal article.content {
	grid-column: 2/9;
}

body.page-template-page-practice-sidebar div#wrapper.internal aside.sidebar{
	grid-column: 9/12;
}

@media (max-width: 1024px) {
	body.page-template-page-practice-sidebar div#wrapper.internal article.content {
		grid-column: 1/9;
	}

	body.page-template-page-practice-sidebar div#wrapper.internal aside.sidebar{
		grid-column: 9/13;
	}
}

@media (max-width: 985px) {
	body.page-template-page-practice-sidebar div#wrapper.internal article.content,
	body.page-template-page-practice-sidebar div#wrapper.internal aside.sidebar {
		grid-column: 1/13;
	}

}

/*** Related Articles on Single Post ***/

section#relatedposts {
	grid-column: 1 / 13;
	grid-row: 3;
}

/* .menu-item-has-children .menu-item-has-children.dropbtn i {

}
*/
@media (min-width: 1025px) {
	.menu-item-has-children .menu-item-has-children.dropbtn {
		position: relative;
	}

	.menu-item-has-children .menu-item-has-children.dropbtn:hover > .sub-menu {
		top: 0px !important;
		max-height: unset;
		left: 100%;
	}

	.menu-item-has-children .menu-item-has-children.dropbtn i.fas.fa-angle-down {
		position: absolute;
		right: 10px;
		top: 14px;
		transform: rotate(-90deg);
	}
}

@media (max-width: 1024px) {

	li:not(.mega-menu) ul.dropdown-content>li>ul>li>a{
		padding-left: 35px;
	}
}


span.officename { font-size: 20px; font-weight: bold; display: block; }

@media (max-width: 985px) {
	body.page-template-page-practice-sidebar #main ul#sidebar > h3,
	body.page-template-page-practice-sidebar #main ul#sidebar #gform_wrapper_3 {
		display: none !important;
	}
}


@media (max-width: 768px) {
	footer#footer {
		background-color: #1e63a7;
	}
	
	footer#footer img.bottom-arrow {
		display: none !important;
	}
	
	footer#footer .footer-form {
		padding: 12vw 0 8vw !important;
	}
}

/* body.postid-2483 #wrapper.internal, */
/* body.postid-2483 #top-bar,
body.postid-2483 #breadcrumbs,
body.postid-2483 header .logo,
body.postid-2483 footer,
body.postid-2483 main#main {
	display: none !important;
}
 */



.gform_wrapper {
	display: block !important;
}

a.button.button-style-1:active, button.button.button-style-1:active, a.button.button-style-1:focus, button.button.button-style-1:focus {
    color: white;
}
.internal .posts-columns h2.wp-block-post-title {
    font-size: 20px;
}
.internal .posts-columns .wp-block-post-featured-image img {
    height: 80px;
}

footer#footer button#gform_submit_button_2 > i {
	display: none !important;
}
