:root {
  --color-green: #004225;
  --color-green-light: #edf1f2;
  --color-grey: #3F3F3F;
  --primary: #004225;
  --primary-hue: #487cd0;
  --primary-light: #60AA80;
  --primary-lighter: #F3F5F0;
  --secondary: #FDD150;
  --text-default: #7A7C7C;
  --white: #ffffff;
  --selected: #48D06E;
}
/*old primary green #1F613D */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
	color: var(--text-default,#7A7C7C);
	font-family: Arial, sans-serif;
	font-size: 15px;
	background:  var(--primary-lighter,#F3F5F0);
	background: #fff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, small, a, p, div, input {
  font-family: Arial, sans-serif;
}
/* h1 for banner title */
h1, .h1 {
	font-size: 34px;
}
/* h2 for  */
h2, .h2 {
	font-size: 30px;
}
/* h3 for banner - sub-head normal */
h3, .h3 {
	font-size: 24px;
}
/* h4 for post title - bold */
h4, .h4 {
	font-size: 22px;
}
/* h5 section-head - bold */
h5, .h5 {
	font-size: 18px;
}
/* h6 section-head - bold */
h6, .h6 {
	font-size: 16px;
}
small {
	font-size: 12px;
}

a, a:hover, a:focus {
	outline:none;
}
a.block-link, .block-link {
	text-decoration: none;
}
a.link-readmore, .link-readmore a {
	/*background: url(/wp-content/themes/FoundationPress/assets/images/zegal/svg/icons/icon-arrow-right.svg) no-repeat right 5px;*/
	padding-right: 25px;
    background-size: 20px;
}
.text--primary, .text--primary:hover, .text--primary:focus, a:hover, a:focus, a:active {
	color: var(--primary);
}
.text--primary-light, .text--primary-light:hover, .text--primary-light:focus {
	color: var(--primary-light);
}
.text--default {
	color: var(--text-default);
}
.text--grey {
	color: var(--color-grey);
}
.text--white {
	color: #fff;
}
.cl-bg--primary {
	background: var(--primary);
}
.cl-bg--white {
	background: #fff;
}

.hide {
	display: none!important
}
.site-header{
	background: var(--primary);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.site-header .wrap, .site-footer .wrap {
	max-width:1240px;
	margin: 0 auto;
	padding: 0 30px;
}
.site-header.floating > .wrap {
  padding-left: 30px;
  padding-right: 30px;
}
.site-header .nav-primary .wrap {
	padding: 0;
	margin: 0;
	width: 100%;
}
.menu-toggle, .sub-menu-toggle {
	color: #fff;
  outline: none;
}
.genesis-nav-menu a {
	color: #fff;
	font-size: 16px;
  cursor: pointer;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
	color: #60aa80
}
.genesis-nav-menu .nav-button a{
	padding: .5rem 1.5rem;
  min-width: 120px;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 3px;
  line-height: 1;
  margin: .5rem 0 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.genesis-nav-menu .nav-button.nav-membership a {
	background: rgb(31 97 61 / 50%);
}
.genesis-nav-menu .nav-button.nav-doc a {
	background: var(--primary-light);
	border-color: var(--primary-light);
}
.genesis-nav-menu .menu-item:last-child a {
	margin-right: 0;
}
.genesis-nav-menu .menu-item.header-search a {
	cursor: pointer;
	display: block;
	width: 100%;
    position: relative;
    z-index: 9999999;
}
.genesis-nav-menu .menu-item.header-search a span {
	cursor: pointer;
	display: block;
	width: 100%;
    position: relative;
    z-index: 9999999;
}
.menu-item-has-children:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate( -135deg);
    vertical-align: middle;
    margin: -7px 0 0 8px;
    position: absolute;
    right: 0;
    top: 27px;
}
.site-header .menu-toggle.activated::before {
  content: 'x';
  top: -1px;
}
div#search-lite {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    left: 0;
}
#search-lite > div {
    width: 80%;
    margin: 13% auto;
    z-index: 99999;
    position: relative;
}
#search-lite:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    z-index: 0;
}
#search-lite #ajaxsearchpro1_1 {
	background: #fff;
	border:1px solid #60AA80;
	padding: 10px;
}
#search-lite #ajaxsearchprobsettings1_1 {
	display: none!important;
}
.search-lite-close {
  position: absolute;
  color: #DE5B6B;
  font-size: 30px;
  right: 7%;
  top: 15%;
  z-index: 99999999;
  font-weight: 900;
  border: 2px solid #DE5B6B;
  border-radius: 50%;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 1.5;
  cursor: pointer;
}

/** nav for mobile */
.sub-menu-toggle {
  width: 100%;
  float: none;
  height: 35px;
  outline: none;
}

/** general **/
.post-grid:not(.video-post) .image-wrap.img-true a:after {
    content: '';
    width: 100%;
    height: 500px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.post-grid:not(.video-post) .image-wrap.img-true a:hover:after {
	opacity: .2;
}
.post-grid:not(.video-post) .image-wrap.img-true a:before {
    content: '';
    width: 94%;
    height: 92%;
    border: 1px solid #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.post-grid:not(.video-post) .image-wrap.img-true a:hover:before {
	opacity: 0.4;
	z-index: 9;
}
.site-inner, .genesis-title-hidden .site-inner  {
  padding: 40px 30px 0;
}
.genesis-title-hidden .site-inner {

}
.section-wrapper {
	padding: 4rem 0;
}
.section-wrapper--less-padding {
	padding: 2rem 0;
}
.section-wrapper--nopad {
	padding: 0;
}
#genesis-content > .section-wrapper--less-padding {
  padding-top: 0;
}

.section-head, .widget-title {
	border-left: 5px solid;
	border-color: var(--primary-light);
	color: var(--primary);
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}
.section-head.text--white, .widget-title.text--white, a.text--white {
	color: var(--white);
}
.widget-full .banner_caption {
	max-width: 1240px;
    margin: 0 auto;
    clear: both;
    margin: 0 auto;
    padding: 60px 25px 0;
    box-sizing: border-box;
	background: none;
	transform: translateY(-50%);
	left: 0%;
	top: 50%;
	bottom: auto!important;
	display: flex;
    flex-direction: column-reverse;
	z-index: 9;
}
.cl-banner .banner_caption {
	background: none;
}

.banner_wrapper .section-head, .banner_wrapper .section-head a {
	color: #fff;
}
.footer-widgets .footer-widget-area {
	padding: 0 30px;
}
.footer-widget-area .widget-title {
	padding: 0;
	border: 0;
	color: var(--primary-light);
	margin-bottom: 10px;
}
.footer-widget-area .menu {
	display: flex;
    flex-wrap: wrap;
}
.footer-widget-area.footer-widgets-2 .menu {
  display: block;
}
.footer-widget-area.footer-widgets-2 {
  display: flex;
}
.footer-widget-area.footer-widgets-2 .widget_nav_menu:last-child {
  margin-top: 30px;
}
.footer-widget-area .menu .menu-item {
	flex: 1 1 50%;
	padding-right: 5px;
	margin-bottom: 5px;
}
.footer-widget-area .menu .menu-item.nav-button {
	display: none;
}
.footer-widget-area .menu .menu-item a {
	color: var(--text-default);
	text-transform: uppercase;
	text-decoration: none;
}
.footer-widgets-1 .footer-logo {
	width: 120px;
    display: block;
    margin: 0 auto;
}
.site-footer {
	border: 0;
	padding: 0 30px;
}
.site-footer .wrap{
	border-top: 1px solid;
	border-color: var(--primary-light);
	padding: 15px 0;
	max-width: 1190px;
}
.site-footer .wrap p span {
	display: block;
}
.site-footer a {
	color: var(--text-default);
}

/** footer social **/
.footer-widget-area #menu-social-menu.menu  {
	justify-content: center;
}
.footer-widget-area #menu-social-menu.menu .menu-item {
	flex: 0 0 auto;
	padding: 0 7px;
}
#menu-social-menu .menu-item a{
	width: 30px;
	height: 30px;
	text-indent: -1000px;
	display: block;
	background-repeat: no-repeat;
}
#menu-social-menu .fb-icon a{
	background-image:url(/wp-content/themes/genesis-sample/images/svg/fb.svg);
}
#menu-social-menu .twitter-icon a{
	background-image:url(/wp-content/themes/genesis-sample/images/svg/twitter.svg);
}
#menu-social-menu .linkedin-icon a{
	background-image:url(/wp-content/themes/genesis-sample/images/svg/linkedin-icon.svg);
}

.icon {
	position: relative;
	padding-left: 20px;
}
.icon:before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
    top: 50%;
}
.icon-phone:before {
	background-image:url(/wp-content/themes/genesis-sample/images/svg/phone.svg);
}
.icon-url:before {
	background-image:url(/wp-content/themes/genesis-sample/images/svg/home.svg);
  transform: unset;
  top: 4px;
}
.icon-linkedin:before {
	background-image:url(/wp-content/themes/genesis-sample/images/svg/linkedin.svg);
}
.icon-tick:before {
	background-image:url(/wp-content/themes/genesis-sample/images/svg/tick.svg);
}

.footer-widget-area .icon{
	padding-left: 24px;
}
.footer-widget-area .icon:before {
	width: 20px;
	height: 20px;
	transform: none;
    top: 3px;
}
.icon-address:before {
	background-image:url(/wp-content/themes/genesis-sample/images/svg/address.svg);
}
.icon-email:before {
	background-image:url(/wp-content/themes/genesis-sample/images/svg/email.svg);
}

/*** footer social close ***/

.c-button, .banner.banner-btn--white a.banner_btn_cta, .banner.banner-btn--primary a.banner_btn_cta {
	padding: .5rem 1.5rem;
    min-width: 190px;
    background: transparent;
    background: var(--primary-light);
    border-radius: 3px;
    line-height: 1.3;
    margin: 1rem 0;
    text-decoration: none;
	color: #fff;
	text-align: center;
}
.c-button--grey {
	background:var(--primary-lighter);
	color: var(--primary);
}
.c-button--grey:hover {
	color: var(--primary-light);
}

.flex-row {
	display: flex;
    justify-content: space-between;
}
.flex-row.align-center {
	align-items: center;
}
.vcenter {
	margin: 0 auto;
	transform: translateY(-50%);
	left: 0%;
	top: 50%;
	position: absolute;
	height: inherit;
    object-fit: cover;
	display: block;
}

/** banner **/
.banner.banner-btn--white a.banner_btn_cta{
	color: var(--primary-light);
	background: #fff;
	text-decoration: none;
	border:0;
}

.banner.banner-btn--primary a.banner_btn_cta{
	background: var(--primary-light);
	color: #fff;
	text-decoration: none;
	border:0;
}
.banner_wrapper {
	margin: 0;
}
.banner_wrapper .banner {
	position: relative;
}
.banner_caption .banner_caption_inner, .banner .banner_caption .banner_call_to_action{
	max-width: 100%;
	margin:0;
}
.banner-txt--right .banner_caption {
	align-items: flex-end;
}
.banner-txt--right .banner_caption_inner, .banner-txt--right .banner_call_to_action{

}

.banner-small .banner_caption {
	display: flex;
    flex-direction: column-reverse;
	z-index: 9;
}
.banner-small h1, .banner-small h2, .banner-small h3 {
	font-size: 16px;
}
.banner-small .banner_caption .banner_caption_inner, .banner-small .banner .banner_caption .banner_call_to_action {
	width: 100%;
	font-size: 16px;
}

.banner-breadcrumb {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 0;
    line-height: 1.3;
    padding: 30px 25px 0;
	color: #fff;
	z-index: 10;
}
.banner-breadcrumb a {
	color: #fff;
}
.banner_wrapper .banner {
	position: relative;
}
.banner_wrapper .banner:after {
    background: rgba(0,0,0,.5);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
#genesis-sidebar-primary.sidebar .banner_wrapper .banner:after {
  background: none;
}
.sidebar .widget.rotatingBannerWidget .widget-title {display: none;}
/*** banner close ***/

.profile-img-box.wp-block-media-text {
    grid-template-columns: 100px auto;
    padding: 0;
    margin-bottom: 25px;
}
.profile-img-box.wp-block-media-text .wp-block-media-text__content {
	padding: 0 2%;
	color: var(--primary);
}
.profile-img-box.wp-block-media-text .wp-block-media-text__content p {
	margin: 0;
	color: var(--primary);
}

/*** general close ***/

/** sidebar **/
.sidebar .listing-item, .sidebar .post-grid {
	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid;
	border-color: #dddddd;
	position: relative;
    padding-top: 25px;
}
.home .sidebar .post-grid {
	margin-bottom: 15px;
}
.sidebar .listing-item .title {
	text-decoration: none;
	font-weight: bold;
}
.sidebar .listing-item .date, .sidebar .post-grid .grid-post--meta {
	font-size: 12px;
	position: absolute;
    top: 0;
    right: 0;
}
.sidebar .listing-item img {
	height: 145px;
    object-fit: cover;
    display: block;
    width: 100%;
}

/*** sidebar close ***/

/** post grid **/
/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 640px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 960px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

.post-grid {
	margin-bottom: 20px;
	position: relative;
}
/* post-grid-overlay needs vcenter class as well */
.post-grid-overlay {
	background: rgb(31 97 61 / 50%);
	height: 100%;
    width: 100%;
	display: none;
}
.post-grid:hover .post-grid-overlay {
	display: block;
}
.overlay-wrap-content.btn-wrap {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    padding: 20px;
}
.overlay-wrap-content.btn-wrap  {

}

.post-grid .image-wrap {
	flex: 1 0 300px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
.post-grid .image-wrap img {
	transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: absolute;
	height: inherit;
    object-fit: cover;
	height: 100%;
  width: 100%;
	background: var(--primary-lighter,#F3F5F0);
}

.entry-content .grid-post--title a, .grid-post--title a {
	text-decoration: none;
}

.post-grid .post-grid--title {
	margin: 5px 0 10px 0;
}
.post-grid .post-grid--text {
	min-height: 48px;
}
.post-grid .grid-post--author {
	margin: 0 0 12px;
}
.grid-post--meta {
	display: block;
}

.post-grid p {
	margin: 0;
}
.display-posts-listing.grid .post-grid {
	background: #fff;
	border: 1px solid #dddddd;
	transition: all .2s ease;
}
.display-posts-listing.grid .post-grid:hover {
	border: 1px solid var(--primary-light);
}
.display-posts-listing.grid .post-grid .post-grid--content {
	padding: 10px 15px;
}
.grid .post-grid .post-grid--title {
	height: 80px;
}
.grid .post-grid .post-grid--title .block-link {
  word-break: break-word;
}
.grid .post-grid .grid-post--author {
	display: none;
}

.small-post-list .post-grid {
	display:flex;
}
.small-post-list .post-grid .image-wrap {
	flex: 1 0 100px;
    margin-right: 10px;
}

/*** post grid close ***/
.line-clamp{
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2{
	-webkit-line-clamp: 2;
}
.line-clamp-3{
	-webkit-line-clamp: 3;
}
.entry-content tr, .entry-content tbody {
  border: none;
}
/*** home page ***/
.home .site-inner {
	padding-top: 40px;
}
.home-featured-section .display-posts-listing {
	padding-left:0;
}
.home-news-feed li {
	display: flex;
    flex-direction: column-reverse;
}

/*.pgafu-post-grid-content {
	display: grid;
	grid-template-columns: 40% 1fr;
}*/
.home .post-grid {
	margin-bottom: 35px;
}
.home .post-grid .image-wrap, .sidebar .post-grid .image-wrap {
	height: 145px;
}
.home .post-grid--title {
	font-size: 18px;
}
.home .post-grid--title.line-clamp-3 {
  /*-webkit-line-clamp: 1;	*/
  height: auto;
}
.home .display-posts-listing.grid .post-grid {
	border: 0;
}
.home .display-posts-listing.grid .post-grid .post-grid--content, .section--exclusive-featured-post .post-grid .post-grid--content {
	padding: 10px 0 0;
}

.section--exclusive-featured-post .wp-block-column:not(:first-child) {
	margin-left: 3em;
}
.home .section--exclusive-featured-post .wp-block-column:first-child .post-grid .image-wrap {
	height: 385px;
}
.home .section--exclusive-featured-post .wp-block-column:first-child .post-grid .post-grid--content {
	text-align: center;
}
.home .section--exclusive-featured-post .wp-block-column:first-child .post-grid  .post-grid--title {
	font-size: 34px;
}
.home .section--exclusive-featured-post .wp-block-column:not(:first-child) .post-grid .post-grid--text {
	-webkit-line-clamp: 2;
	min-height: auto;
}
.home .section--featured-post .post-grid .post-grid--text {
	display: none;
}
.home .section--featured-post .post-grid .post-grid--title {
	-webkit-line-clamp: unset;
}
.home .section--lawfirms .display-posts-listing.grid, .home .section--videos .display-posts-listing.grid {
	grid-template-columns: repeat( 1, 1fr );
}


/*** home close ***/

/** archive **/
.custom-archive-description .wrap {
	display: grid;
	grid-gap: 16px 75px;
}
.custom-archive-description .wrap.site-inner:before {
	content: none;
}
.posts .entry {
    padding: 10px;
}

.posts .aligncenter {
    margin-bottom: 0;
}

.posts .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
}

.posts .entry-content {
    padding: 20px;
}
.entry-content table {
  width: 100%!important;
}

/** archive index page **/
.archive-index-page .sidebar, .archive aside.sidebar, .page-template-channels aside.sidebar, .page-template-law-firmx aside.sidebar, .page-template-legal-resources aside.sidebar  {
	display: none;
}
.archive-index-page #genesis-content, .archive .content-sidebar-wrap, .archive #genesis-content, .page-template-channels #genesis-content,
.archive #genesis-content, .page-template-law-firmx #genesis-content, .page-template-legal-resources #genesis-content {
	width: 100%;
}
.archive .archive-title {
	color: var(--primary);
}
.home .custom-archive-description, .single .custom-archive-description {
	display: none;
}
.custom-archive-description {
	display:none;
}
body.archive .custom-archive-description {
	display:block;
}

.category .display-posts-listing > article {
	display: none;
}

.search.search-results .display-posts-listing.grid > article.post, .search.search-results .display-posts-listing.grid > article.law_firms,
.tag.archive .display-posts-listing.grid > article {margin-bottom: 0;}

.search.search-results .display-posts-listing.grid .entry-content >:not(.single-post-col)  {display: none!important;}

/**single post **/

.single-post-banner .banner_wrapper .banner {
	max-height: 300px;
	height: 300px;
}
.banner_wrapper .banner img {
	width: 100%;
}
.single-post .entry-header, .single-law_firms .entry-header, .single .entry-header {display: none;}

/** author wrap/post **/
.author-wrap .image-wrap {
	max-width: 250px;
}
.author-wrap .addtoany_share_save_container {
	display: none;
}

/** cl-form contactform7 **/
.cl-form {

}

/** event post **/
.post-type-event .site-inner, .post-type-video .site-inner  {
	padding-top: 0;
}
.section-home-events .display-posts-listing {
	padding: 30px 0 10px;
}
.event-post-col .post-grid {
	display: flex;
	align-items: center;
    background: #fff;
    padding: 1.5rem 1rem;
}
.event-post-col .post-grid .logo-wrap {
	display: flex;
    flex: 1 0 120px;
    justify-content: center;
    align-items: center;
	max-width: 120px;
}
.event-post-col .post-grid .logo-wrap a {
	display: flex;
	align-items: center;
}
.event-post-col .post-grid .post-grid--content {
	padding-left: 20px;
}
.event-post-col .post-grid .post-grid--title {
	margin: 10px 0 0px 0;
}
.custom-banners-cycle-slideshow {
	margin-bottom: 0;
}
.event-banner .banner_wrapper .banner img{
	transform: translateY(-50%);
	left: 0%;
	top: 50%;
}
.event-banner .custom-b-cycle-pager{
	bottom: 40px;
}
.event-banner .custom-b-cycle-pager .cycle-pager-active {
	color:var(--primary-light);
}
.no-events.event-post-col:not(:first-child) {
  display:none;
}
/*** event post close ***/

/*** video post **/
body.post-type-video {
	background:var(--primary);
}
.display-posts-listing.grid .video-post.post-grid {
	border:0;
	background: none;
}
.video-post-col .post-grid {
	position: relative;
}
.video-post-col .post-grid--content {
	position: absolute;
	/*display:flex; */
	left:0;
	top:0;
	/*height: 100%; */
	padding: 15px;
	justify-content: center;
    flex-direction: column;
}

.video-post-col .post-grid .image-wrap {
	height: 220px;
	display: block;
	/*background-image:url(https://conventuslaw.com/wp-content/uploads/2021/06/Conventus_logo-white-small.png); */
	background-image:url(http://conventuslaw.com/wp-content/uploads/2021/06/Conventus_logo-color-small.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba (0,0,0,.2);
}
.video-post-col .post-grid--content a, .video-post-col .post-grid--content a:hover, .video-post-col .post-grid--content a:focus {
	text-decoration: none;
	color: #fff;
}
.video-post.post-grid:hover .post-grid--content{
	/*display: none;*/
}
.grid .video-post.post-grid .post-grid--title {
	height: auto;
}
.video-post-col .post-grid .image-wrap .lazy-load-youtube:before {
	content: '';
    background: rgba(0,0,0,.35);
    display: block;
    height: 100%;
}
a.lazy-load-youtube.preview-lazyload.preview-youtube.default:before {
    content: '';
    background: rgba(0,0,0,.5);
    display: block;
    height: 100%;
}
/*.video-post-col .post-grid .image-wrap iframe {
	transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}*/
/** video slider **/
.post-type-video .rvs-container1 a.rvs-nav-item.rvs-active {
    background-color: #60aa80!important;
}
.post-type-video .rvs-container .rvs-active .rvs-nav-item-credits, .post-type-video .rvs-container .rvs-active .rvs-nav-item-title,
.post-type-video .rvs-nav-container h4.rvs-nav-item-title,
.post-type-video .rvs-nav-container h4.rvs-nav-item-title, .post-type-video .rvs-nav-container small.rvs-nav-item-credits {
	white-space: normal;
	overflow: auto;
	margin: 0;
	font-size: 11px!important;
	overflow: hidden;
	margin-top: 0!important;
	max-height: initial!important;;
}
.post-type-video .rvs-nav-container a.rvs-nav-item {

}
.display-posts-pagination {
  margin-top: 20px;
}
.page-numbers {
    color: inherit;
    padding: 7px 10px;
    border: 1px solid #ddd;
    margin-right: 10px;
}
.page-numbers.current {
  border: 1px solid var(--primary-light);
  font-weight: bold;
}
.post-type-video .page-numbers {
	color: #fff;
}
.page-numbers.current, .post-type-video .page-numbers.current {
	color: #60aa80!important;
}
.home .video-post.post-grid {
	margin-bottom: 15px;
}
.home .video-post-col {
	border-bottom: 1px solid #dddddd;
}
.home .video-post-col .post-grid--content {
	position: relative;
}
.home .video-post-col .post-grid--content a, .home .video-post-col .post-grid--content a:hover, .home .video-post-col .post-grid--content a:focus,
.home .video-post-col .post-grid--content .text--white {
	color: var(--text-default);
}
.home .video-post-col .post-grid .image-wrap {
	height: auto;
}


@media only screen and (min-width: 461px) {
	.post-type-video .rvs-nav-container {
		width: 150px!important;
		right: auto;
		left: 0;
		position: absolute!important;
	}
	.post-type-video .rvs-container {
		padding-left: 150px;
		padding-right: 0!important;
	}
	.post-type-video .rvs-nav-container span.rvs-nav-item-thumb {
		display: none!important;
	}
}
@media only screen and (min-width: 711px) {
	.post-type-video .rvs-nav-container {
		width: 250px!important;
		right: auto;
		left: 0;
	}
	.post-type-video .rvs-container {
		padding-left: 250px;
		padding-right: 0!important;
	}
	.post-type-video .rvs-container .rvs-active .rvs-nav-item-credits, .post-type-video .rvs-container .rvs-active .rvs-nav-item-title {
		font-size: 12px!important;
	}
	.post-type-video  .rvs-nav-container span.rvs-nav-item-thumb {
		display: block!important;
	}
}
/*** video slider close ***/
/*** video post close ***/

/** sidebar menu **/
.menu_container .group {
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.menu_container .group a {
  text-decoration: none;
}
.menu_container .group a.active {
  font-weight: bold;
}
/*** sidebar menu close ***/

/** law firm **/
.single-law_firms main.content {
	background: #fff;
	border: 1px solid var(--primary-light);
	padding: 25px;
	margin-bottom: 25px;
}
.lawfirm-post-top-section {
	border-bottom: 1px solid var(--primary-light);
	margin-bottom: 25px;
}
.lawfirm-post-top-section .detail-section{
	padding-right: 25px;
}
.dot-title, .single-law_firms main.content h6, .single-law_firms main.content h5, .single-law_firms main.content h4, .single-law_firms main.content h3, .single-law_firms main.content h2 {
	color: var(--primary-light);
	font-weight: bold;
}

.dot-title:before, .single-law_firms main.content h6:before, .single-law_firms main.content h5:before, .single-law_firms main.content h4:before, .single-law_firms main.content h3:before, .single-law_firms main.content h2:before {
    content:"\A";
    width:4px;
    height:4px;
    border-radius:50%;
    background: var(--primary-light);
    display:inline-block;
    margin:0 10px 0 0;
	vertical-align: middle;
}

.lawfirm-grid-section img{
  width: 100%;
}
.lawfirm-grid-section .display-posts-listing.grid .post-grid--content, #lawfrim-main.lawfirm-grid-section .post-grid--content {
	padding: 25px;
	padding-top: 10px;
}
.lawfirm-grid-section .display-posts-listing.grid .row-wt-icon, #lawfrim-main.lawfirm-grid-section .row-wt-icon {
	margin-top: 15px;
  align-items: flex-start;
}
.lawfirm-grid-section .flex-row.row-wt-icon > * {
  width: 50%;
}
.lawfirm-grid-section .display-posts-listing.grid .post-grid {
	border: 1px solid var(--primary-light);
	height: 100%;
    margin: 0;
}
.lawfirm-post-col .post-grid .logo-wrap a {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
	margin-top: 25px;
	height: 80px;
	padding: 0 20px;
}
.lawfirm-post-col .post-grid .logo-wrap a img {
	height: 80px;
	width: auto;
	object-fit: contain;
}
.overlay-wrap-content .c-button {
	min-width: auto;
}
.single-law_firms .entry-footer {
	display: none;
}
.home .lawfirm-grid-section .display-posts-listing.grid .post-grid--content {
	padding: 15px;
    padding-top: 10px;
}
.home .lawfirm-post-col .post-grid .logo-wrap a {
	margin-top: 15px;
}

/** for general search **/
.site-container .searchsettings {
  max-width: 100%!important;
}
.site-container .searchsettings fieldset {
  width: 100%!important;
}
.asp_m  {
  border: 1px solid #ccc!important;
}
.asp_v_spacer {
  display: none;
}

/** law firm search result **/
#lawfrim-main  #ajaxsearchprores3_1 {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
#lawfrim-main .resdrg {
  grid-template-columns: repeat( 2, 1fr );
  display: grid!important;
  grid-gap: 16px;
}
#lawfrim-main  #ajaxsearchprores3_1.vertical .results .item {
  border: 1px solid var(--primary-light);
    height: 100%;
    margin: 0;
    width: 100%;
}
#lawfrim-main div.asp_w.asp_r .results .item .asp_res_image_url {
  position: absolute;
  width: 100%;
  background: #fff;
}
#lawfrim-main div.asp_w.asp_r .results .item .asp_image{
  float: none;
  width: auto;
  margin: 0 auto;
  background-size: auto 80px;
  margin-top: 25px;
  height: 80px;
  padding: 0 20px;
  background-repeat: no-repeat;
}
#lawfrim-main div.asp_w.asp_r .results .item h3 {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: -1;

}
#lawfrim-main div.asp_w.asp_r .results .item h3 a{
  color: #004225;
  font-size: 22px;
}
#lawfrim-main div.asp_w.asp_r .results .item, #lawfrim-main div.asp_w.asp_r .results .asp_content {padding: 0;}
#lawfrim-main div.asp_w.asp_r .results .item .icon {
    position: relative;
    padding-left: 20px;
}
.wp-block-group.lawfirm-search-result {
  position: relative;
}
/*.wp-block-group.lawfirm-search-result:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 200%;
    background: #fff;
    z-index: 9;
}
*/
/*** law firm close ***/

/** explore search result **/
#explore-post-main  #ajaxsearchprores4_1 {
  padding: 0;
  margin-bottom: 20px;
}
#explore-post-main .resdrg {
  grid-template-columns: repeat( 3, 1fr );
  display: grid!important;
  grid-gap: 16px;
}
#explore-post-main  #ajaxsearchprores4_1.vertical .results .item {
  background: #fff;
  border: 1px solid #dddddd;
  transition: all .2s ease;
  height: 100%;
  margin: 0;
  width: 100%;
}
#explore-post-main div.asp_w.asp_r .results .item .asp_image{
  float: none;
  width: auto;
  margin: 0 auto;
  /*background-size: 100% 300px;*/
  flex: 1 0 300px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
#explore-post-main div.asp_w.asp_r .results .item h3 {
  padding: 10px 15px;
  display: block;
}
#explore-post-main div.asp_w.asp_r .results .item, #explore-post-main div.asp_w.asp_r .results .asp_content {padding: 0;}
#explore-post-main div.asp_w.asp_r .results .item .icon {
    position: relative;
    padding-left: 20px;
}
#explore-post-main div.asp_w.asp_r .results .item .asp_date {
  color: var(--color-grey);
  font-size: 12px;
}

/** main search result page **/
#main .tabs-content {
  padding: 20px 0;
}
#main .tabs-nav a {
  cursor: pointer;
  margin-right: 20px;
}
#main .tabs-nav .active {
  font-weight: bold;
}

/*** main search result page close ***/
@media only screen and (max-width: 959px) {
  .genesis-nav-menu .sub-menu a {
    background-color:unset;
  }
  .menu-item-has-children:after {
    top: 22px;
  }
  .sidebar.menu {
    width: 250px;
    padding-right: 30px;
  }
  .section-wrapper > .content-main-col, .section--archive-wrap > .content-main-col {
      width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 782px) {
  .section--exclusive-featured-post.wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  #explore-post-main .resdrg {
    grid-template-columns: repeat( 2, 1fr );
  }
  .banner-breadcrumb {
    line-height: 1.3;
  }

}
@media only screen and (max-width: 767px) {
  #genesis-content > .section-wrapper,  #genesis-content > .section--archive-wrap {
    flex-wrap: wrap;
  }
  .section-wrapper > .content-main-col, .section-wrapper .sidebar.menu, .section--archive-wrap > .content-main-col, .section--archive-wrap .sidebar.menu {
    width: 100%;
  }
  .sidebar.menu {
    padding-right: 0;
  }
}
@media only screen and (max-width: 639px) {
  #lawfrim-main .resdrg {
    grid-template-columns: repeat( 1, 1fr )
  }
  #explore-post-main .resdrg {
    grid-template-columns: repeat( 1, 1fr );
  }
  .banner_caption h1 {
    font-size: 24px;
  }
  .banner_caption .banner_caption_inner, .banner .banner_caption .banner_call_to_action {
    max-width: 100%;
  }
  .widget-full .banner_caption {
    padding-top: 90px;
  }
  .banner_wrapper .banner img {
    height: 100%;
  }

}
@media only screen and (max-width: 599px) {
  .section--exclusive-featured-post.wp-block-columns {
    flex-wrap: wrap;
  }
  .section--exclusive-featured-post.wp-block-column {
    flex-basis: 100%!important;
  }
  .section--exclusive-featured-post .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
	.cl-form .form-row> label {
		grid-template-columns: repeat( 3, 1fr );
	}
}

@media only screen and (max-width: 860px) {
    .posts .entry {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 640px) {
	.home .post-grid {
		/*display: flex;*/
	}
	.home .post-grid .post-grid--content {
		/*padding-left: 20px;*/
	}

	.custom-archive-description .wrap {
		grid-template-columns: repeat( 2, 1fr );
	}
	.section-home-events .event-post-col {
		width: 50%;
	}

  .site-container .searchsettings fieldset {
    width: 25%!important;
    min-width: 25%!important;
  }
}

@media only screen and (min-width: 960px) {
	.site-header .wrap {
		padding: 25px 30px;
		/*transition: all .2s ease;*/
		transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	}
	.site-header.floating > .wrap {
		padding: 4px 30px;
		transition: all .2s ease;
	}
	.wp-custom-logo .site-container .title-area {
		padding: 0 0;
		transition: all .2s ease;
	}
	.wp-custom-logo .site-container .site-header.floating .title-area {
		padding: 4px 0;
		transition: all .2s ease;
	}
	.site-header .nav-primary {
		width: calc(100% - 130px);
		padding: 0 0;
	}
  .site-header.floating .nav-primary {
    padding: 5px 0 0;
  }
	.nav-primary .genesis-nav-menu {
		display: flex;
		justify-content: space-between;
	}
	.nav-primary .genesis-nav-menu a {
		padding: 20px 10px;
	}
	.genesis-nav-menu .nav-button a{
		padding: 12px .5rem 10px;
	}
	.genesis-nav-menu .sub-menu a {
		color: var(--text-default);
	}
	.site-footer .wrap p {
		display: flex;
		justify-content: space-between;
	}
	.site-inner {
		max-width:1240px;
		padding: 40px 30px 0;
	}
	.entry-content .alignfull .alignwide, .alignwide .alignwide {
		max-width: 1240px;
		padding: 0 25px 0;
	}
	.content-sidebar-wrap {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.sidebar {
		width: 310px;
		/*border-right: 1px solid rgb(63 63 63 / 20%);*/
		padding-right: 45px;
	}
	.content, .content-main-col {
		width: calc(100% - 310px);
	}

	.single-law_firms main.content {
		width: calc(100% - 320px);
	}

	.archive .site-container > .site-inner {
		display: flex;
		flex-direction: row-reverse;
	}
	.sidebar.sidebar-secondary {
		border: 0;
		padding-left: 0;
		padding-right: 35px;
	}
	.banner_wrapper .banner {
		max-height: 500px;
	}
	.before-home-content .banner_wrapper .banner, .top-banner .banner_wrapper .banner{
		max-height: 300px;
	}
	.top-banner .banner_wrapper .banner{
		max-height: 300px;
	}
	.banner-small .banner_wrapper .banner {

	}
	.event-banner .banner_wrapper .banner {
		max-height: 300px;
	}

	.lawfirm-grid-section .display-posts-listing.grid {
		grid-template-columns: repeat( 2,  minmax(0, 1fr) );
	}
}

@media only screen and (min-width: 1200px) {
	.site-header .wrap {
		padding: 25px 30px;
	}
	.site-header.floating > .wrap {
		padding: 4px 30px;
		transition: all .2s ease;
	}
	.site-header .nav-primary {
		/*width: calc(100% - 170px);*/
	}
	.nav-primary .genesis-nav-menu a {
		padding: 20px 18px;
	}
	.genesis-nav-menu .nav-button a{
		margin: .5rem .5rem;
		padding: 12px 1.5rem 10px;
	}
}

/*** archieve ***/


/* Footer Widgets
-------------------------------------------------------- */
.footer-widgets .wrap {
  max-width: 1240px;
}
@media only screen and (min-width: 768px) {
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: 50%;
        /* fallback for older browsers */
        width: calc(100% / 2);
    }
}
@media only screen and (min-width: 1024px) {
    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: 25%;
        /* fallback for older browsers */
        width: calc(100% / 4);
    }
	.footer-widget-area.footer-widgets-1 {
		width: calc(100% / 5);
	}
	.footer-widget-area.footer-widgets-2 {
		width: calc(100% / 2.75);
	}
	.footer-widget-area.footer-widgets-3 {
		width: calc(100% / 5);
	}
	.footer-widget-area.footer-widgets-4 {
		width: calc(100% / 4.5);
		padding-right: 0;
	}
}
