/*
Theme Name: Levitan
Description: Levitan
Version: 1.0
Author: Saltworks
Author URI: http://www.saltworksdigital.com
Template: enfold
*/


:root {
	--primary: #31510a;
	--secondary: #76bc00;
	--text-default: #262a20;
	--bg-light: #ebebeb;
	--border-color: #ebebeb;
	--highlight: #76bc00;
	--font-header: "Open Sans", sans-serif;
	--font-body: "Open Sans", sans-serif;
	--font-size-h1: 50px;
	--font-size-h2: 20px;
	--font-size-h3: 20px;
	--font-size-h4: 20px;
	--font-size-body: 18px;
	--logo-width: 394px;
}

.avia_textblock *:first-child {
	margin-top: 0 !important;
}

.avia_textblock *:last-child {
	margin-bottom: 0;
}

#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6 {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

#top h1 {
	font-size: var(--font-size-h1);
}

#top h2,
#top .h2 * {
	font-size: var(--font-size-h2);
	font-weight: 600;
	line-height: 1.4em;
}

#top h3,
#top .h3 * {
	font-size: var(--font-size-h3);
	font-weight: 600;
	line-height: 1.4em;
}

#top h4,
#top .h4 * {
	font-size: var(--font-size-h4);
}

strong {
	color: inherit !important;
}

.av-special-heading {
	margin: 0 auto;
}

.av-special-heading .special_amp {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#top .flex_column_table .flex-table__no-margins {
	margin: 0 !important;
}

/*****
HEADER META / TOP BAR
*****/
#top #header_meta a,
#top #header_meta li,
#top #header_meta .phone-info {
	font-size: 16px;
	font-weight: 300;
}

#top #header_meta a {
	text-decoration: underline;
	text-transform: uppercase;
}

@media screen and (min-width: 990px) {
	#top #header_meta .phone-info {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width: 767px) {
	#top #header_meta .container {
		display: flex;
		flex-flow: column-reverse;
	}
}

/****
HEADER MAIN / NAVIGATION
*****/
#header .container {
	max-width: 1400px;
}

#header .logo {
	display: flex;
	align-items: center;
	padding: 12px 40px 12px 0 !important;
}

#header .logo a,
#header .logo a img {
	height: auto !important;
	max-width: var(--logo-width);
	width: 100%;
}

#header .av-main-nav > li > a {
	padding: 0 30px;
}

#header .av-main-nav > li.av-menu-button a {
	padding-right: 0;
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
	background-color: var(--highlight);
	border-color: var(--highlight);
	border-radius: 4px;
	font-size: 16px;
	transition: all ease 0.3s;
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	transition: all ease 0.3s;
}

/*****
BUTTON STYLES
*****/
#top .avia-button {
	border-radius: 4px;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
	padding: 10px 15px 8px;
}

#top .main_color .avia-button.avia-color-theme-color {
	background-color: var(--highlight);
	border-color: var(--highlight);
	transition: all ease 0.3s;
}

#top .main_color .avia-button.avia-color-theme-color:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	transition: all ease 0.3s;
}

#top .main_color .avia-button.avia-color-theme-color-highlight {
	background-color: var(--primary);
	border-color: var(--primary);
	transition: all ease 0.3s;
}

#top .main_color .avia-button.avia-color-theme-color-highlight:hover {
	background-color: var(--text-default);
	border-color: var(--text-default);
	transition: all ease 0.3s;
}

/*******
TESTIMONIALS?
*******/
#top .avia-slider-testimonials.avia-testimonial-wrapper {
	margin: 0 auto;
	max-width: 980px;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a {
	top: calc(50% - 60px);
	transform: translate(0, -50%);
}

#top .av-large-testimonial-slider .avia-testimonial-content p:first-of-type {
	margin: 0 0 30px;
}

#top .av-large-testimonial-slider .avia-testimonial-content p:first-of-type:before {
	content: "\e808\0020\e808\0020\e808\0020\e808\0020\e808";
	color: var(--highlight);
	font-size: 30px;
	font-family: "entypo-fontello";
	line-height: 1em;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}

#top .av-large-testimonial-slider p {
	font-size: var(--font-size-body);
	line-height: 1.5em;
}

#top .av-large-testimonial-slider .avia-testimonial-name {
	font-size: var(--font-size-body);
	margin: 0;
}

#top .av-large-testimonial-slider .avia-testimonial-meta {
	margin: 30px 0 0;
}

/***
FOOTER / SOCKET
****/
#footer {
	padding: 0;
}

#footer .widget {
	margin: 0 !important;
}

#top #wrap_all #footer h3.widgettitle {
	border: 1px solid var(--primary);
	border-radius: 4px;
	font-size: var(--font-size-body);
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 0 34px;
	padding: 9px;
	text-align: center;
	text-transform: uppercase;
}

#top #wrap_all #footer .textwidget * {
	color: var(--text-default);
}

#footer .textwidget p,
#footer .textwidget address {
	font-size: 14px;
	line-height: 1.7em;
	text-align: justify;
}

#footer-connect {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#footer-connect > div {
	display: flex;
	align-items: center;
	gap: 15px;
}

#footer-connect img {
	max-width: 17px;
	width: 100%;
}

#footer-connect p {
	margin: 0;
}

#footer #footer-appt-btn {
	color: #fff !important;
	margin: 25px 0 0;
	text-decoration: none;
	width: 100%;
}

#top #wrap_all #footer .menu {
	columns: 2;
}

#top #wrap_all #footer .menu li {
	border: none;
	margin: 0 0 12px;
}

#top #wrap_all #footer .menu li a {
	background: none;
	color: var(--primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	padding: 0;
}

#top #wrap_all #footer .menu li a:hover {
	text-decoration: underline;
}

#footer .widget,
#footer ul {
	overflow: visible;
}

#footer .textwidget a {
	text-decoration: none;
}
#footer .textwidget a:hover {
	text-decoration: underline;
}

#socket .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#socket .container:after {
	content: none;
}

#socket .copyright {
	float: none;
	display: flex;
	flex: 1;
	font-size: 14px;
	line-height: 1.4em;
}

#socket .sub_menu_socket {
	float: none;
	margin: 0 !important;
	width: auto !important;
}

#socket .menu {
	margin: 0;
}

#socket .sub_menu_socket .avia-menu-text {
	font-size: 14px;
	line-height: 1.4em;
}

@media screen and (max-width: 989px) {
	#socket .container {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
}

/*****
FORMS
******/
#top form {
	margin: 0;
}

#top form * {
	font-family: var(--font-body);
}

#top form label {
	font-weight: 400;
	margin: 0;
}

#top form .gfield_required {
	color: var(--highlight);
}

#top .main_color form input[type="text"],
#top .main_color form input[type="email"],
#top .main_color form input[type="tel"],
#top .main_color form select,
#top .main_color form textarea {
	background: #fff;
	border: 2px solid var(--border-color);
	border-radius: 4px;
	font-size: var(--font-size-body);
	line-height: 1.2em;
	padding: 10px 12px;
}

#top form .gform_button.button {
	background: var(--highlight);
	border: 1px solid var(--highlight);
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	margin: 30px 0 0;
	min-width: 220px;
	padding: 8px 15px;
	text-transform: uppercase;
	transition: all ease 0.3s;
}

#top form .gform_button.button:hover {
	background: var(--primary);
	transition: all ease 0.3s;
}

#top .gform_footer {
	margin: 0;
	padding: 0;
}

#top form p {
	margin: 0;
}

/*******
CUSTOM SECTIONS
********/
#hero h2 {
	font-weight: 400;
	max-width: 600px;
	margin: 0 auto;
}
#herolongtitle h2 {
	font-weight: 400;
	max-width: 600px;
	margin: 0 auto;
}
#services p {
	font-size: 15px;
	line-height: 1.6em;
	margin: 0 auto;
	max-width: 280px;
}

@media screen and (min-width: 990px) {
	#services .marginleft-tablet {
		margin-left: 15% !important;
	}
}

#team .portfolio_preview_container .portfolio-details-inner {
	background-color: #fcfcfc;
	border-radius: 4px;
}

#team .portfolio_preview_container .ajax_controlls a.avia_close {
	border-radius: 0 4px 0 0;
}

#team .portfolio_preview_container .ajax_slide .inner_slide {
	display: flex !important;
	gap: 40px;
	padding: 40px;
}

#team .portfolio_preview_container .portfolio-details-inner .portfolio-preview-image {
	border: none;
	max-width: 300px;
	padding: 0;
	width: 100%;
}

#team .portfolio_preview_container .portfolio-details-inner .portfolio-preview-content {
	background: none;
	border: none;
	padding: 0;
	width: 100%;
}

#team .portfolio_preview_container .entry-footer {
	display: none;
}

#team
	.portfolio_preview_container
	.portfolio-details-inner
	.portfolio-preview-content
	p:last-child {
	margin-bottom: 0;
}

#team .grid-col-3 {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
	height: auto !important;
}

#team .grid-entry {
	position: unset !important;
	width: 100% !important;
}

#team .grid-entry .inner-entry {
	border: none;
	box-shadow: none;
	margin: 0;
	text-align: center;
}

#team .grid-entry .inner-entry img {
	border-radius: 4px;
}

#team .grid-entry .inner-entry .avia-arrow,
#team .grid-entry .inner-entry footer {
	display: none;
}

#team .grid-entry .inner-entry .grid-entry-title a {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
}
@media screen and (max-width: 1100px) and (min-width: 990px)  { #team .grid-entry-title  {
	font-size: 17px!important;
}}
@media screen and (max-width: 750px) and (min-width: 600px)  { #team .grid-entry-title  {
	font-size: 14px!important;
}}

#team .grid-entry .inner-entry .grid-entry-title a:after {
	content: "SEE BIO";
	background-color: var(--primary);
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1em;
	padding: 10px 15px;
	transition: all ease 0.3s;
}

#team .grid-entry:hover .inner-entry .grid-entry-title a:after {
	background-color: var(--highlight);
	transition: all ease 0.3s;
}

#contact-info-icons .avia_textblock {
	display: flex;
	flex-direction: column;
}

#contact-info-icons .avia_textblock p {
	display: flex;
	align-items: center;
	gap: 15px;
}

#contact-info-icons .avia_textblock p img {
	max-width: 24px;
	width: 100%;
}

.service-cta-image,
.service-cta-content {
	border-radius: 0 4px 4px 0;
}

.service-cta-image.first,
.service-cta-content.first {
	border-radius: 4px 0 0 4px;
}

#pch-employee-btn {
	max-width: 420px;
	margin: 0 auto;
}

#pch-employee-btn .avia-button {
	font-size: 24px;
	line-height: 1.4em;
	padding: 10px 15px;
}

/****
MEDIA QUERIES
****/
@media screen and (max-width: 1300px) {
	#header_main > .container {
		padding: 0 25px;
	}
}

@media only screen and (max-width: 1200px) {
	#header_main #avia-menu .menu-item {
		display: none;
	}

	#header_main .main_menu {
		display: block !important;
	}

	#header_main #avia-menu .av-burger-menu-main.menu-item-avia-special {
		display: block;
	}

	#header_main #av-burger-menu-ul a {
		font-family: var(--font-body);
	}

	.responsive.html_mobile_menu_tablet
		#top
		#header
		#header_main
		> .container
		.main_menu
		.av-main-nav
		> li
		> a,
	.responsive.html_mobile_menu_tablet #top #wrap_all #header .av-logo-container {
		max-width: 100%;
		width: 100%;
		padding: 0 15px 0 25px;
	}
}

@media screen and (max-width: 1100px) {
	#footer .widget_media_image img {
		max-width: 400px !important;
		width: 100%;
	}
}

@media screen and (max-width: 989px) {
	.responsive #top #wrap_all .flex_column.av-break-at-tablet,
	.responsive #top #wrap_all .av-break-at-tablet .flex_cell,
	.responsive #top #wrap_all .entry-content-wrapper .flex_column:last-of-type {
		margin-bottom: 0 !important;
	}

	#home-services,
	#home-about {
		padding: 40px !important;
	}
	#team .grid-col-3 {
		grid-template-columns: 1fr!important;
	}
	.team .grid-col-3 {
		grid-template-columns: 1fr!important;
	}
	.service-cta-image,
	.service-cta-content {
		border-radius: 0 0 4px 4px;
	}

	.service-cta-image.first,
	.service-cta-content.first {
		border-radius: 4px 4px 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	#footer .entry-content-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px 20px;
	}

	#footer .entry-content-wrapper:before,
	#footer .entry-content-wrapper:after {
		content: none;
	}

	#footer .entry-content-wrapper .flex_column {
		width: 100%;
		margin: 0;
	}

	#footer .entry-content-wrapper .flex_column.first {
		grid-column: 1/3;
		max-width: 600px;
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 767px) {
	:root {
		--font-size-h1: 44px;
	}
	.responsive #top .container .av-content-small,
	.responsive #top #wrap_all .flex_column,
	.responsive #top #wrap_all .av-flex-cells .no_margin {
		margin-bottom: 0;
	}

	.avia-section-large .content {
		padding: 60px 0;
	}

	#top .av-large-testimonial-slider .avia-slideshow-arrows.avia-slideshow-controls {
		display: none;
	}

	#top .av-large-testimonial-slider .avia-testimonial {
		padding: 0 !important;
		margin: 0 !important;
	}

	#top #wrap_all #footer .container .flex_column {
		margin: 0 0 40px !important;
	}

	#footer-brands img {
		max-width: 200px;
		margin: 10px auto;
		width: 100%;
	}

	#team .portfolio_preview_container .ajax_slide .inner_slide {
		flex-direction: column;
		padding: 60px 30px 30px;
	}
	.team .portfolio_preview_container .ajax_slide .inner_slide {
		flex-direction: column;
		padding: 60px 30px 30px;
	}
	.service-cta-content {
		padding: 40px !important;
	}
}

@media screen and (max-width: 600px) {
	:root {
		--font-size-h1: 36px;
	}

	#socket .copyright {
		display: block;
		text-align: center;
	}

	#socket .copyright span {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	#top #wrap_all #footer .menu {
		columns: 1;
	}
}
@media screen and (max-width: 767px) { #hero h2 {
  font-size: 17px!important;
}}
@media screen and (max-width: 767px) { #herolongtitle h2 {
  font-size: 17px!important;
}}
@media screen and (max-width: 767px) { #hero h1 {
  font-size: 35px!important;
}}
@media screen and (max-width: 767px) { #hero2 h1 {
  font-size: 28px!important;
}}
@media screen and (max-width: 767px) { .service-cta-content p {
  font-size: 18px!important;
	line-height: 1.4em;
}}
.image-overlay { display: none!important; }

#footer-brands .wp-image-78 {
  max-width: 172px;
}
#footer-brands .wp-image-80 {
  max-width: 207px;
margin-top: 7px!important;
}
#footer-brands .wp-image-81 {
  max-width: 172px;
margin-top: 7px!important;
}
#footer-brands .wp-image-82 {
  max-width: 224px;
margin-top: 7px!important;
}
.main_color .avia-content-slider .slide-image {
  background: #f6f6f6!important;
}
.slide-image img {
  border-radius: 0px!important;
 }
  @media only screen and (max-width: 767px) {
.responsive  #top #wrap_all #footer-brands  .slide-entry {
  width: 99%;
  margin-left: 1%;
margin-bottom: 30px!important;
}}
  @media only screen and (max-width: 989px) and (min-width: 768px) { #footer-brands .wp-image-80 {
  max-width: 207px;
margin-top: 7px!important;
margin-bottom: 30px!important;
}}
#legal h1 {
  font-size: 40px;
}

 @media only screen and (min-width: 1101px){  .lapstitle {
  font-weight: 400!important;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 17px;
line-height: 1.4em;
}}
 @media only screen and (max-width: 1100px){  .lapstitle {
  font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 14px;
line-height: 1.4em;
}}
#top #stafftype h2 {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 30px;
  text-transform: uppercase;
  color: #31510a!important;
}
 .flex_column.twocentered  {
  width: 12.5%!important;
  margin-left: 0%;
}
#footer strong, #footer b {
  font-weight: 600;
}
#contactdirections .avia_textblock {
  font-size: 16px!important;
}
  @media only screen and (max-width: 767px) { 
#herolongtitle h1 {
font-size: 30px!important;
}}
  .portfolio-preview-content .avia-arrow {
  top: 50%;
  left: -1px;
  margin-top: -6px;
  border-right: none;
  border-top: none;
  z-index: 510;
  display: none;
}

.main_color .toggler {
  color: #31510a!important;
font-weight: 600;
}
.main_color .toggle_content {
  background: #fff;
}
.toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
  border-color: #a3a3a3!important;
}
.toggle_content {
  padding: 6px 30px 21px 30px;
  margin: 0px 0 5px 0;
  border-style: solid;
    border-top-style: solid;
  border-width: 1px;
    border-top-width: 1px;
  border-top: none;
    border-top-color: currentcolor;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  overflow: hidden;
}
 .responsive #top #wrap_all .flex_column.insplansbox {
  margin-top: 8px!important;
  margin-bottom: 0px;
}
.alignleft.illuminate, .entry-content-wrapper a:hover .alignleft.illuminate {
  float: left;
  margin: 0px 30px 0px 0!important;
    margin-top: 0px;
  display: block;
  position: relative;
}
.alignleft.plenty, .entry-content-wrapper a:hover .alignleft.plenty {
  float: left;
  margin: 8px 30px 10px 0!important;
    margin-top: 0px;
  display: block;
  position: relative;
}
.page-thumb img {
  border-radius: 3px;
  display: none;
}
.illuminate a, .illuminate a:visited {
  line-height: inherit;
  color: #77bc00!important;
}
.lastline  {
padding-top: 30px!important;
display: inline-block;
}
 
  @media only screen and (min-width: 1331px) { #top #popmake-720 h2, #top #popmake-720 .h2 * {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  color: #31510a!important;
margin-top: 20px;
}}

 @media only screen and (min-width: 1020px) and (max-width: 1330px) { #top #popmake-720 h2, #top #popmake-720 .h2 * {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  color: #31510a!important;
margin-top: 10px;
}}
  @media only screen and (min-width: 768px) and (max-width: 1019px) { #top #popmake-720 h2, #top #popmake-720 .h2 * {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4em;
  color: #31510a!important;
margin-top: 10px;
  text-align: left;
}}
  @media only screen and (max-width: 767px) { #top #popmake-720 h2, #top #popmake-720 .h2 * {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4em;
  color: #31510a!important;
margin-top: 10px;
  text-align: center;
}}
  @media only screen and (min-width: 1331px) { #top #popmake-720 h4, #top #popmake-720 .h4 * {
  font-size: 20px!important;
  line-height: 1.4em;
  color: #31510a!important;
  margin-top: 30px!important;
  margin-bottom: 40px!important;
}}
  @media only screen and (min-width: 1020px) and (max-width: 1330px) {  #top #popmake-720 h4, #top #popmake-720 .h4 * {
  font-size: 20px!important;
  line-height: 1.4em;
  color: #31510a!important;
  margin-top: 20px;
  margin-bottom: 30px;
}}
  @media only screen and (min-width: 767px) and (max-width: 1019px) { #top #popmake-720 h4, #top #popmake-720 .h4 * {
  font-size: 16px!important;
  line-height: 1.4em;
  color: #31510a!important;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}}
  @media only screen and (max-width: 766px) { #top #popmake-720 h4, #top #popmake-720 .h4 * {
  font-size: 16px!important;
  line-height: 1.4em;
  color: #31510a!important;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}}
  @media only screen and (min-width: 1331px) { #top #popmake-720 h5, #top #popmake-720 .h5 * {
  font-size: 15px!important;
  line-height: 1.4em;
  color: #31510a!important;
  margin-top: 30px;
}}
  @media only screen and (min-width: 1020px) and (max-width: 1330px) {  #top #popmake-720 h5, #top #popmake-720 .h5 * {
  font-size: 15px!important;
  line-height: 1.4em;
  color: #31510a!important;
  margin-top: 20px;
}}
  @media only screen and (min-width: 768px)  and (max-width: 1019px) {  #top #popmake-720 h5, #top #popmake-720 .h5 * {
  font-size: 13px!important;
  line-height: 1.4em;
  color: #31510a!important;
  margin-top: 20px;
  text-align: left;
}}
  @media only screen and (max-width: 767px) {  #top #popmake-720 h5, #top #popmake-720 .h5 * {
  font-size: 13px!important;
  line-height: 1.4em;
  color: #31510a!important;
  margin-top: 20px;
  text-align: center;
}}

  @media only screen and (max-width: 767px) {  .pum-container.pum-responsive img.plentypic {
  max-width: 55%!important;
  height: auto;
  float: none;
display: block;
margin: 0 auto 25px!important;
 }}
  @media only screen and (min-width: 768px) {  .pum-container.pum-responsive img.plentypic {
  max-width: 90%!important;
  height: auto;
  float: left;
margin: 0 40px 10px 0!important;
width: 225px;
 }}
  @media only screen and (max-width: 767px) {  .pum-container.pum-responsive img.plentybutton {
  height: auto;
  float: none;
display: block;
margin: 0 auto 10px!important;
 }}
  @media only screen and (min-width: 1150px) {  .pum-container.pum-responsive img.plentybutton {
  height: auto;
  float: none;
display: block;
margin: 0 40px 10px 0!important;
width: 320px;
 }}
  @media only screen and (min-width: 1020px) and (max-width: 1149px) {  .pum-container.pum-responsive img.plentybutton {
  height: auto;
  float: none;
display: block;
margin: 0 40px 10px 0!important;
width: 280px;
 }}
  @media only screen and  (min-width: 991px) and  (max-width: 1019px) {  .pum-container.pum-responsive img.plentybutton {
  height: auto;
  float: none;
display: inline-block;
margin: 0 40px 10px 0!important;
width: 320px;
 }}
  @media only screen and  (min-width: 768px) and  (max-width: 990px) {  .pum-container.pum-responsive img.plentybutton {
  height: auto;
  float: none;
display: block;
margin: 0 40px 10px 0!important;
width: 320px;
 }}
  @media only screen and  (max-width: 767px) {  .pum-container.pum-responsive img.plentybutton {
  height: auto;
  float: none;
display: block;
margin: 0 auto 25px!important;
width: 320px;
 }}
.pum-theme-713 .pum-container, .pum-theme-enterprise-blue .pum-container {
  padding: 28px;
  border-radius: 3px;
  border: 0px none #000;
  box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 );
  background-color: rgba( 255, 255, 255, 1.00 );
}
.pum-theme-713 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
  position: absolute;
  height: 28px;
  width: 28px;
  left: auto;
  right: 8px;
  bottom: auto;
  top: 8px;
  padding: 4px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
  border: 1px none #ffffff;
  border-radius: 42px;
  background-color: #77bc00!important;
}
#popmake-720 .alignleft, .entry-content-wrapper a:hover #popmake-720 .alignleft {
  float: left;
  margin: 0px 40px 10px 0;
  display: block;
  position: relative;
}
.pum-theme-713 .pum-container, .pum-theme-enterprise-blue .pum-container {
  padding: 20px 40px 40px 40px!important;
  border-radius: 5px;
  border: 1px none #000000;
  box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 );
  background-color: rgba( 255, 255, 255, 1.00 );
}
.boldloc {
  font-weight:600!important;
  display: contents;
}
 .mappy .avia_textblock p {
  display: contents;
  gap: 15px;
}
#contact-info-icons p a, #contact-info-icons p a:visited {
  line-height: inherit;
  display: contents;
  font-size: 17px;
   color: #77bc00;
}
.team .portfolio_preview_container .portfolio-details-inner {
	background-color: #fcfcfc;
	border-radius: 4px;
}

.team .portfolio_preview_container .ajax_controlls a.avia_close {
	border-radius: 0 4px 0 0;
}

.team .portfolio_preview_container .ajax_slide .inner_slide {
	display: flex !important;
	gap: 40px;
	padding: 40px;
}

.team .portfolio_preview_container .portfolio-details-inner .portfolio-preview-image {
	border: none;
	max-width: 300px;
	padding: 0;
	width: 100%;
}

.team .portfolio_preview_container .portfolio-details-inner .portfolio-preview-content {
	background: none;
	border: none;
	padding: 0;
	width: 100%;
}

.team .portfolio_preview_container .entry-footer {
	display: none;
}

.team
	.portfolio_preview_container
	.portfolio-details-inner
	.portfolio-preview-content
	p:last-child {
	margin-bottom: 0;
}

.team .grid-col-3 {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
	height: auto !important;
	overflow: hidden!important;
}

.team .grid-entry {
	position: unset !important;
	width: 100% !important;
}

.team .grid-entry .inner-entry {
	border: none;
	box-shadow: none;
	margin: 0;
	text-align: center;
}

.team .grid-entry .inner-entry img {
	border-radius: 4px;
}

.team .grid-entry .inner-entry .avia-arrow,
.team .grid-entry .inner-entry footer {
	display: none;
}

.team .grid-entry .inner-entry .grid-entry-title a {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
}
@media screen and (max-width: 1100px) and (min-width: 990px)  { .team .grid-entry-title  {
	font-size: 17px!important;
}}
@media screen and (max-width: 750px) and (min-width: 600px)  { .team .grid-entry-title  {
	font-size: 14px!important;
}}

.team .grid-entry .inner-entry .grid-entry-title a:after {
	content: "SEE BIO";
	background-color: var(--primary);
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1em;
	padding: 10px 15px;
	transition: all ease 0.3s;
}

.team .grid-entry:hover .inner-entry .grid-entry-title a:after {
	background-color: var(--highlight);
	transition: all ease 0.3s;
}

.team .av-portfolio-grid-sorting-container #js_sort_items {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a {
    background-color: #85b930;
    border: 2px solid #85b930;
    border-radius: 0.25rem;
    color: #fff;
    line-height: 1;
    padding: 0.75rem .5rem;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
	width: 200px;
    text-align: center;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat .text-sep {
    display: none;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat {
    float: none;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a:hover {
    background-color: #4b612b;
    border-color: #4b612b;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a.active_sort {
    background-color: #fff;
    color: #85b930;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .av-current-sort-title {
    float: none;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 30px;
    text-transform: uppercase;
    color: #31510a !important;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a[data-filter="all_sort"] {
    display: none;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a[data-filter="clinical-therapy_sort"] {
    order: 1;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a[data-filter="clinical-evaluations_sort"] {
    order: 2;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a[data-filter="department-of-child-safety_sort"] {
    order: 3;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a[data-filter="forensic_sort"] {
    order: 4;
}

.team .av-portfolio-grid-sorting-container #js_sort_items .sort_by_cat a[data-filter="admin_sort"] {
    order: 5;
}

#service-teams-section { display: none; }