@font-face {
	font-family: 'GothamBlack';
	src: url('../fonts/gotham-black.eot');
	src: url('../fonts/gotham-black.eot') format('embedded-opentype'),
	url('../fonts/gotham-black.woff2') format('woff2'),
	url('../fonts/gotham-black.woff') format('woff'),
	url('../fonts/gotham-black.ttf') format('truetype'),
	url('../fonts/gotham-black.svg#GothamBlack') format('svg');
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/gotham-bold.eot');
	src: url('../fonts/gotham-bold.eot') format('embedded-opentype'),
	url('../fonts/gotham-bold.woff2') format('woff2'),
	url('../fonts/gotham-bold.woff') format('woff'),
	url('../fonts/gotham-bold.ttf') format('truetype'),
	url('../fonts/gotham-bold.svg#GothamBold') format('svg');
}

@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/gotham-book.eot');
	src: url('../fonts/gotham-book.eot') format('embedded-opentype'),
	url('../fonts/gotham-book.woff2') format('woff2'),
	url('../fonts/gotham-book.woff') format('woff'),
	url('../fonts/gotham-book.ttf') format('truetype'),
	url('../fonts/gotham-book.svg#GothamBook') format('svg');
}

@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/gotham-light.eot');
	src: url('../fonts/gotham-light.eot') format('embedded-opentype'),
	url('../fonts/gotham-light.woff2') format('woff2'),
	url('../fonts/gotham-light.woff') format('woff'),
	url('../fonts/gotham-light.ttf') format('truetype'),
	url('../fonts/gotham-light.svg#GothamLight') format('svg');
}

@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/gotham-medium.eot');
	src: url('../fonts/gotham-medium.eot') format('embedded-opentype'),
	url('../fonts/gotham-medium.woff2') format('woff2'),
	url('../fonts/gotham-medium.woff') format('woff'),
	url('../fonts/gotham-medium.ttf') format('truetype'),
	url('../fonts/gotham-medium.svg#GothamMedium') format('svg');
}

html {
	font-size: 16px;
}


body {
	font-family: 'GothamMedium', Arial, sans-serif;
	background-color: #ffffff;
	color: #484848;
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'GothamMedium', Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2.7rem;
}

h2 {
	font-size: 2.375rem;
	line-height: 2.375rem;
}

h3 {
	font-size: 2rem;
	line-height: 2rem;
}

h4 {
	font-size: 1.875rem;
	line-height: 1.875rem;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.125rem;
}

h6 {

}

.small_font h2 {
	font-size: 1.75rem!important;
	text-transform: uppercase;
}

.small_font h3 {
	font-size: 1.125rem!important;
	text-transform: none;
}

p {
	font-family: 'GothamMedium', Arial, sans-serif;
	font-size: 1rem;
}

a {
	text-decoration: none;
	font-family: 'GothamLight', Arial, sans-serif;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #2091CA;
}

a:hover {
	color: #1c2240;
}

a,
a:active,
a:hover,
button,
.menu-toggle {
	outline: none !important;
}

.post-edit-link,
#vc_load-inline-editor {
	display: none;
}

.blog-grid .blog-post-grid-wrapper ul li,
body > div {
	font-size: 1rem;
}

ul,
.site-inner ul {
	margin: 0;
	padding: 0;
}

.widget {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-inner {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.site-inner .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.page .vc_section > .vc_row {
	max-width: 75rem;
	margin: 0 auto;
}

.page .vc_section.inner-padding > .vc_row {
	padding: 0 0.9375rem;
}

.page .vc_section.full-width > .vc_row {
	max-width: none;
}

.site-inner  .vc_column_container >.vc_column-inner {
	padding: 0;
}

.entry {
	padding: 0;
	margin: 0;
}

.page .entry {
	background-image: url(/wp-content/uploads/2018/02/body.jpg);
	background-repeat: no-repeat;
}

.entry-header .entry-meta {
	font-family: 'GothamLight', Arial, sans-serif;
	font-size: 0.875rem;
}

.entry-title {
	text-transform: uppercase;
	font-size: 1.75rem;
}

.wrap {
	max-width: 75rem;
}

.site-inner .wpb_text_column {
	margin-bottom: 2.1875rem;
	margin-top: 1rem;
}

.site-inner .vc_section {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.image-bg * {
	color: #ffffff;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.text_right-align {
	text-align: right;
}

.text_left-align {
	text-align: left;
}

/* BUTTONS */
a.button_blue-fill {
	font-family: 'GothamMedium', Arial, sans-serif;
	font-size: 1.125rem;
	color: #ffffff;
	background-color: #1999d2;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	text-shadow: none;
	width: 12.5rem;
	height: 3.125rem;
	line-height: 3.125rem;
	text-align: center;
	display: block;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.button_blue-fill:hover {
	background-color: #1c2240;
	color: #fff;
}

a.button_blue-fill.button_small {
	width: 16.0625rem;
	height: 2.4375rem;
	line-height: 2.4375rem;
}

.page .site-inner .button_blue-fill button,
.page .site-inner .button_blue-fill a {
	font-family: 'GothamMedium', Arial, sans-serif;
	font-size: 1.125rem;
	color: #ffffff;
	background-color: #1999d2;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	text-shadow: none;
	height: 3.125rem;
	line-height: 3.125rem;
	text-align: center;
	font-weight: normal;
	padding: 0 1.1875rem;
}

.page .site-inner .button_blue-fill button:hover,
.page .site-inner .button_blue-fill a:hover {
	background-color: #1c2240 !important;
}

.page .site-inner .botton_outline button,
.page .site-inner .botton_outline a {
	font-family: 'GothamMedium', Arial, sans-serif;
	border-width: 0.1875rem;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: normal;
	width: 10.625rem;
}

.home.page .site-inner .botton_outline a {
	width: inherit;
}

.page .site-inner .botton_outline button:hover,
.page .site-inner .botton_outline a:hover {
	/* background-color: #1c2240; */
	/* border-color: #1c2240; */
	color: #1c2240;
}

/* SOCIAL MEDIA */
.social-media-icons {
	text-align: center;
}

.header-top .social-media-icons {
	text-align: center;
	margin-top: -0.375rem;
	margin-right: .5rem;
}


.social-media-icons li {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 0.3125rem;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.social-media-icons li:last-child {
	margin-right: 0;
}

.social-media-icons li a {
	position: absolute;
	color: transparent;
	text-indent: -99999px;
	left: 0;
	width: 100%;
	height: 100%;
}

.social-media-icons li i {
	font-family: fontAwesome;
	font-size: 1.3125rem;
	line-height: 1.3125rem;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #a1a1a1;
	font-style: normal;
}

.social-media-icons li:hover i {
	color: #333333;
	cursor: pointer;
}

.textwidget .social-media-icons li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.social-media-icons li.facebook i:before{
	content: "\f09a";
}

.social-media-icons li.twitter i:before{
	content: "\f099";
}

.social-media-icons li.googleplus i:before {
	content: "\f0d5";
}

.social-media-icons li.youtube i:before{
	content: "\f16a";
}

.social-media-icons li.linkedin i:before{
	content: "\f0e1";
}

/* HEADER */
.site-header a {
	color: #757575;
}

.site-header > .wrap {
	padding-top: 0;
	padding-bottom: 0.6875rem;
}

.site-header .header-top {
	width: 100%;
	margin-top: 10px;
}

.site-header .header-top ul,
.site-header .header-top ul li {
	display: inline-block;
	vertical-align: middle;
}

.quick-contacts {
	font-family: 'GothamLight', Arial, sans-serif;
	margin-right: 1.0625rem;
}

.header-top .quick-contacts {
	font-family: 'GothamLight', Arial, sans-serif;
	margin-right: 2.375rem;
}

.quick-contacts li {
	margin-right: 1.375rem;
}

.quick-contacts li:last-child {
	margin-right: 0;
}

.quick-contacts li,
.quick-contacts li a {
	font-size: 0.75rem;
	display: block;
}

.header-top .quick-contacts li, .header-top .quick-contacts li a {
	font-size: 0.75rem;
	display: block;
	margin-left: 1.5625rem;
	margin-right: -0.75rem;
}


.quick-contacts li a:before,
.quick-contacts li.location:before  {
	font-family: fontAwesome;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25rem;
	margin-right: 0.5rem;
}

.quick-contacts li.appointment a:before {
	content: "\f02d";
}

.quick-contacts li.consultation a:before {
	content: "\f044";
}

.quick-contacts li.phone a:before {
	content: "\f095";
}

.quick-contacts li.fax a:before {
	content: "\f1ac";
}


.quick-contacts li.location:before {
	content: "\f041";
}

.site-header .title-area {
	display: none;
}

.site-header .logo-widget,
.site-header .header-widget-area {
	display: inline-block;
}

.site-header .logo-widget {
	margin-top: -0.1875rem;
}

.logo-widget a {
	display: block;
}

.site-header .logo-widget img {
	max-width: 210px !important;
}


/* MENU */

.nav-primary{
	border-bottom: 1px solid #eee;
}
.genesis-nav-menu {
	font-weight: 100;
}

.genesis-nav-menu a {
	font-size: 1rem;
	color: #757575;
	padding: 1.25rem 1.275rem;
}

.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 {
	color: #1999d2;
	text-decoration: none;
}

.genesis-nav-menu .menu-search:hover {
	cursor: pointer;
}

.genesis-nav-menu .menu-search a {
	padding: 0;
	position: relative;
}

.genesis-nav-menu .menu-search a i{
	font-size: 1.25rem;
}

.genesis-nav-menu .sub-menu {
	border-top: 0px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	margin-top: 11px;
	margin-left: 20px;
}


.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 1rem;
	padding: 20px;
	position: relative;
	width: 220px;
	word-wrap: break-word;
	font-family: 'GothamLight',Arial, sans-serif;;
	color: #757575;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f4f4f4;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu {
	padding-top: 0.6875rem;
	margin-top: 0;
}

.genesis-nav-menu .sub-menu .menu-item.sfHover {
	position: relative;
}

.genesis-nav-menu .sub-menu .menu-item.sfHover > .sub-menu {
	top: 0;
	left: 100%;
	padding-top: 0;
	margin-left: 0;
}

.genesis-nav-menu .menu-search .menu-search-container {
	right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	color: #2091CA;
	text-decoration: underline;
	background: none;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	line-height: 35px;
}
.mega-menu-item.mega-menu-flyout .mega-sub-menu{
	width: 250px !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout .mega-sub-menu{
	padding: 15px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item.mega-menu-flyout #mega-menu-item-518 a{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

/*Header Section*/
.page-id-496 .site-header,
.home .site-header,
.single-post .site-header {
	background-color: #fff;
}

.error404 .site-header,
.single-post .site-header,
.search .site-header {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu-search-container {
	display: none;
	position: absolute;
	width: 18.75rem;
	right: 9.5625rem;
	z-index: 100;
}

.menu-search-container input {
	display: inline-block;
}

.menu-search-container .search-form input[type="search"]{
	border: 0.125rem solid #000000;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	font-size: 1.125rem;
	padding: 0.75rem 3.75rem .75rem .75rem;
}

.menu-search-container .search-form input[type="submit"]{
	background: transparent;
	color: transparent;
	position: absolute;
	right: 0.625rem;
	width: 2.125rem;
	height: 2.125rem;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.menu-search-container .search-form .search-icon-button{
	font-style: normal;
}

.menu-search-container .search-form .search-icon-button:before{
	content: "\f002";
	font-family: fontAwesome;
	font-size: 1.125rem;
	height: 0.625rem;
	color: #333743 ;
	position: absolute;
	right: 1.25rem;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.search-results #genesis-content {
	padding: 1.25rem;
}

/* FOOTER */
.site-footer,
.footer-widgets .menu-search {
	display: none;
}

.footer-widgets {
	background: #333333;
	padding-top: 3rem;
	z-index: 2000;
	position: relative;
}

.footer-widgets .wrap {
	padding: 0 0.9375rem;
}

.footer-widgets * {
	color: #ffffff;
}

.footer-widgets .widget-title {
	font-size: 1.125rem;
	line-height: 1.125rem;
	margin-bottom: 0.8125rem;
}

.footer-widgets-1 {
	width: 20%;
	margin-right: 1rem;
}

.footer-widgets-2 {
	width: 47%;
	margin-right: 2.75rem;
}

.footer-widgets-2 .widget ul {
	margin-top:0.9375rem;
}

.footer-widgets-2 .widget ul > li {
	padding-bottom: 0;
	margin-bottom: 5px;

}

.footer-widgets-3 {
	width: 25%;
	margin-right: 0;
	float: left;
}

.footer-widgets .footer-widgets-3 .widget-title {
	margin-bottom: 0.5625rem;
}

.footer-widgets-3 .quick-contacts,
.footer-widgets-3 .quick-contacts li {
	margin-right: 0;
}

.quick-contacts li a{
	font-size: 0.75rem;
}

.footer-widgets p {
	font-family: 'GothamLight', Arial, sans-serif;
	font-size: 0.75rem;
	line-height: 1.125rem;
	margin-bottom: 1.125rem;
}

.footer-widgets  a {
	font-size: 0.75rem;
	display: block;
}

.footer-widgets li a:before {
	content: "\00BB";
	display: inline-block;
	margin-right: 0.125rem;
}

.quick-contacts li.signup a:before {
	content: "\f09e";
}

.footer-widgets li a{
	font-size: 0.875rem;
	color: #fff;
}

.footer-widgets li a:hover{
	color: #1999d2;
}

.footer-widgets .quick-contacts h2{
	font-family: 'GothamLight', Sans-Serif;
	font-size: inherit;
	display: inline-block;
	line-height: inherit;
	margin-bottom: 0;
}
.footer-widgets .quick-contacts .copyright p,
.footer-widgets .quick-contacts .location p,
.footer-widgets .quick-contacts .phone p{
	display: inline-block;
}

.footer-widgets .menu li {
	margin-bottom: 0.4375rem;
}

.footer-widgets .menu a {
	font-size: 0.875rem;
}

.footer-widgets .menu a:before{
	content: "\00BB";
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.25rem;
	margin-right: 0.125rem;
}

.footer-widgets .quick-contacts li {
	padding-left: 0;
	margin-bottom: 0.5625rem;
}

.footer-widgets .quick-contacts li.copyright {
	margin-bottom: 0.4375rem;
	margin-left: -0.125rem;
}

.footer-widgets .quick-contacts li a:before,
.footer-widgets .quick-contacts li.location:before  {
	font-size: 0.875rem;
	line-height: 0.875rem;
	margin-right: 0.5625rem;
	vertical-align: text-bottom;
}
.footer-widgets .quick-contacts li.location:before  {
	vertical-align: top;	
}

.footer-widgets .quick-contacts li.fax a:before {
	margin-right: 0.375rem;
}

.footer-widgets .quick-contacts li.appointment,
.footer-widgets .quick-contacts li.consultation {

}

.footer-widgets .quick-contacts li.appointment a,
.footer-widgets .quick-contacts li.consultation a {
	text-align: left;
	font-family: 'GothamMedium', Arial, sans-serif;
}
.footer-widgets .quick-contacts li.appointment a:before,
.footer-widgets .quick-contacts li.consultation a:before {
	font-size: 1.25rem;
	margin-left: 0.625rem;
}

.footer-widgets .quick-contacts li.appointment {
	margin-top: 1.0625rem;
}

.footer-widgets .social-media-icons a:before {
	display:none;
}

.footer-widgets .social-media-icons {
	text-align: left;
	margin-top: 0.625rem;
	padding-left: 0.125rem;
}

.footer-widgets .social-media-icons li i {
	font-size: 1.5625rem;
	line-height: 1.5625rem;
	color: #ffffff;
}

/* ==================== HOME ==================== */
/* TOP SLIDER */
.top-slider-container .wpb_text_column {
	margin-bottom: 0;
	margin-top: 0;
}

.top-slider-container .metaslider .caption-wrap {
	top: 0;
	bottom: 0;
	opacity: 1;
	background: transparent;
}

.top-slider-container .metaslider .caption {
	position: absolute;
	top: 50.5%;
	left: 20%;
	right: 20%;
	margin: auto;
	background: rgba(0,0,0,.3);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 1.875rem;
	line-height: 2.25rem;
	padding: 2em 0;
	font-style: normal;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;

}

.top-slider-container a.button_blue-fill {
	margin-top: 4.5%;
	margin-left: 0.125rem;
	font-style: normal;
	position: absolute;
	left: 36%;
	text-transform: uppercase;
}


.flex-direction-nav li a {
	top: 49%;
	text-indent: 0;
	font-size: 2.625rem;
	line-height: 2.875rem;
	text-align: center;
	background: none;
}

.metaslider .flexslider .flex-direction-nav li a {
	margin: -1.25rem 1.375rem 0!important;
	width: 50px!important;
	height: 50px!important;
	background-size: cover!important;
	background-image:url(../images/custom_arrows.png)!important;
}

.flexslider .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 3.3125rem;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 2.0625rem;
	opacity: 1;
}

.flex-direction-nav li a:before {
	font-family: fontAwesome;
	background: rgba(0, 0, 0, .4);
	width: 3.125rem;
	height: 3.125rem;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
}

.flex-direction-nav li a.flex-prev:before {
	content: "\f104";
	padding-right: 0.1875rem;
}

.flex-direction-nav li a.flex-next:before {
	content: "\f105";
	padding-left: 0.1875rem;
}

/* 2 COLUMNS IMAGE BG */
.two-columns-image-bg .vc_row-o-equal-height > .wpb_column {
	min-height: 18.75rem;
}

.two-columns-image-bg .vc_custom_heading {
	text-transform: uppercase;
	margin-bottom: 0.3125rem;
}

.two-columns-image-bg h5 {
	margin-bottom: 0.9375rem;
}

.two-columns-image-bg p {
	line-height: 1.5rem;
}

.two-columns-image-bg  .vc_row-o-equal-height .wpb_column > .vc_column-inner {
	padding-top: 1.8125rem;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.two-columns-image-bg .text_right-align > .vc_column-inner {
	padding-right: 1.75rem;
}

.two-columns-image-bg .text_left-align > .vc_column-inner {
	padding-left: 1.75rem;
}

.two-columns-image-bg .wpb_text_column {
	margin-bottom: 1.3125rem;
	max-width: 36.3125rem;
}

.two-columns-image-bg .text_right-align .wpb_text_column {
	text-align: right;
	margin-left: auto;
}

/* ESTATE SECTION */
.home.page .vc_section > .home-estate-section.vc_row {
	max-width: inherit;
}
.home .home-estate-section {
	color: #fff;
}
.home .home-estate-section  .estate-columns .vc_column-inner > .wpb_wrapper {
	padding: 7%;
	padding-bottom: 5em;
}
.home .home-estate-section .estate-columns > .vc_column-inner {
	background-size: cover;
	background-position: center;
	padding-top: 0;
}

.home .home-estate-section p {
	font-size: 14px;
	line-height: 1.5em;
}

.home .home-estate-section .vc_btn3-container{
	margin-bottom: 0;
	bottom: 32px;
	position: absolute;
}

/* 3 COLUMNS TITLE OVERLAY */
.three-coloumn-title-overlay {
	padding-top: 6.25rem;
}

.three-coloumn-title-overlay  .vc_col-sm-4 {
	position: relative;
	width: 23.125rem;
	margin-right: 1.875rem;
}

.three-coloumn-title-overlay  .vc_col-sm-4:last-child {
	margin-right: 0;
}

.three-coloumn-title-overlay  .vc_col-sm-4 .wpb_single_image {
	margin-bottom: 0;
}

.three-coloumn-title-overlay  .vc_col-sm-4 .vc_custom_heading {
	margin: 0;
}

.three-coloumn-title-overlay  .vc_col-sm-4 .vc_custom_heading a {
	font-family: 'GothamMedium', Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	background: rgba(28, 34, 64, .9);
	width: 20.625rem;
	margin: 0 auto;
	position: absolute;
	bottom: 1.1875rem;
	right: 0;
	left: 0;
	padding: 1.25rem;
}

.three-coloumn-title-overlay  .vc_col-sm-4 .vc_custom_heading a:after {
	content: "\f138";
	font-family: fontAwesome;
	display: inline-block;
	float: right;
	font-size: 1.75rem;
	line-height: 1.625rem;
	color: #919191;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.three-coloumn-title-overlay  .vc_col-sm-4 .vc_custom_heading a:hover {
	opacity: 1;
	background: rgba(28, 34, 64, 1);
}

.three-coloumn-title-overlay  .vc_col-sm-4 .vc_custom_heading a:hover:after {
	color: #ffffff;
}

/*Marketing Messaging Section*/

.marketing_messaging {
	padding-top: 6.25rem;
	margin-bottom: -2.1875rem;
}
.marketing_messaging .vc_column_container > .vc_column-inner {
	padding: 1em;
}
.marketing_messaging .vc_custom_heading {
	margin-top: -1.3125rem;
	line-height: 1.5rem;
}

.marketing_messaging .vc_custom_heading a {
	font-weight: 600;
	text-transform: uppercase;
	font-family: "GothamMedium", Arial, sans-serif;
}

/* ABOUT MATLIN LAW*/
.about-matlin-law {
	padding-top: 5.875rem;
	padding-bottom: 6.25rem;
}

.about-matlin-law .vc_custom_heading{
	text-transform: uppercase;
	margin-bottom: 2.75rem;
}

.about-matlin-law .wpb_single_image{
	margin-bottom: 0;
}

.about-matlin-law .vc_figure {
	filter: grayscale(100%);
}

.vc_figure-caption {
	position: absolute;
	opacity: 0;
	transition: .5s ease;
	bottom: 0;
	color: #fff;
	font-family: "GothamMedium", Arial, sans-serif;
	text-transform: uppercase;
	background: rgba(0,0,0,.7);
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 0!important;
}

.about-matlin-law .vc_figure-caption p {
	font-size: 1.375rem!important;
	line-height: normal;
}

.about-matlin-law .vc_figure-caption span.position{
	font-size: 1.125rem;
}

.about-matlin-law .vc_figure:hover {
	filter: none;
}

.about-matlin-law .vc_col-sm-4:hover .vc_figure-caption , 
.about-matlin-law .vc_col-sm-3:hover .vc_figure-caption{
	opacity: 1;
}


/*About Attorneys*/

.about_attorneys img.alignleft {
	margin: 0.3125rem 1.875rem 1.875rem 0;
	max-width: 12.5rem;
}

.about_attorneys {
	padding-top: 3.625rem;
	padding-bottom: 6.25rem;
}

.about_attorneys p{
	line-height: 1.375rem;
	margin-bottom: 1.25rem;
}

.about_attorneys h1 {
	font-size: 28px;
	font-size: 1.75rem;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.about_attorneys h2 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.about_attorneys h3 {
	text-transform: uppercase;
	font-size: 1.75rem;
	margin-bottom: 2.0625rem;
}

.about_attorneys textarea {
	height: 125px;
}

.about_attorneys h4 {
	font-size: 1.125rem;
	margin-bottom: 0.6875rem;
}

.about_attorneys  .vc_col-sm-8{
	width: 62.5%;
}
.about_attorneys  .vc_col-sm-4{
	width: 32.3%;
}

.about_attorneys .right_form {
	margin-left: 5.2%;
}

.staff-table {
	margin-bottom: 3em;
}

.staff-table h3 {
	text-align: center;
}

.staff-table .wpb_text_column.wpb_content_element{
	display: flex;
	justify-content: center;
}

.staff-table .wpb_text_column.wpb_content_element .wpb_wrapper {
	display:inline-flex;
}
.staff-table table td:first-child {
	padding-right:4em
}

.staff-table table td {
	border-top: 1px solid #fff;
}
.staff-table table tr:last-child td {
	border-bottom: 1px solid #fff;
}

/*Resources Page*/

.resources {
	padding: 2.875rem 0 0.6875rem;
	background-image: url(/wp-content/uploads/2018/02/matlinlawgroup_resources_header.jpg);
	background-repeat: no-repeat;
	background-size: 100%;

}

.resources h3 {
	color: #fff;
	font-size: 1.875rem;
	margin-top: -0.25rem;
	margin-bottom: 0.875rem;
}

.resources_left p {
	color: #fff;
	font-size: 2rem;
	font-family: "GothamMedium", Arial, sans-serif;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 0.625rem;
	line-height: 2.375rem;
	width: 37.9375rem;
	padding: 0.875rem 1.125rem 2.8125rem 1.375rem;
	margin: 16.625rem 0 0 0;
}

.resources_right {
	width: 31.25rem;
	padding: 1.5625rem 1.875rem 1.875rem;
	float: right;
	background-color: rgba(0,0,0, .7);
	border-radius: 10px;
	margin-right: -14px;
}

/* Resources Contact Form */

.resources input, .resources select, .resources textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #757575;
	font-size: 0.75rem;
	font-weight: 300;
	padding: 0.875rem 1.25rem;
	width: 100%;
	font-family: "GothamLight", Arial, sans-serif;
	border-radius: 0.3125rem;

}

.resources input[type="submit"] {
	background-color: #1999d2;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0.5625rem 1.2rem;
	text-decoration: none;
	white-space: normal;
	width: 100%;
	font-family: "GothamLight", Arial, sans-serif;
	border-radius: 0.3125rem;
	margin-top: 0.3125rem;
}

.resources  input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
	background-color: #1c2240;
	color: #fff;
}

.resources form p {
	margin-bottom: 0.625rem;
}

.resources textarea {
	margin-top: 0.125rem!important;
}

.resources input[type="submit"] {
	width: 11.875rem;
	float: right;
}


/* BOOK SECTION */
.book-section.vc_section.vc_section-has-fill {
	padding: 4em 0;
}
.page-id-22 .book-section.vc_section.vc_section-has-fill {
	padding-top: 5.625rem;
	margin-bottom: 0;
}

.page-id-22 .vc_section.vc_section-has-fill+.vc_section.post-slider-container {
	margin-top: -2.25rem;
}

.book-section.vc_section.vc_section-has-fill h2 {
	text-transform: uppercase;
}

.book-section .vc_col-sm-3 {
	margin-right: 1rem;
	width: 250px;
}

.book-section .vc_col-sm-9 {
	width: 50rem;
	padding-top: 2rem;
}

.page-id-22 .book-section h2.vc_custom_heading {
	margin-bottom: 2.625rem;
}

.book-section .vc_custom_heading {
	line-height: 2.8125rem;
	margin-bottom: 1.5rem;
}

.page-id-22 .book-section .vc_custom_heading {
	line-height: 2.8125rem;
	margin-bottom: .5rem;
}

.book-section .wpb_text_column  {
	margin-bottom: 1.4375rem;
}

.book-section p {
	font-size: 1.125rem;
	line-height: 1.375rem;
}
.page-id-22 .book-section p {
	color: #484848;
	font-size: 0.75rem;
	line-height: 1.125rem;
	margin-bottom: 1.125rem;
}

.page-id-22 .vc_btn3-container.vc_btn3-right {
	text-align: right;
	float: right;
}

.page-id-22 .left button{
	margin: 0 1rem;
	width: 14.375rem;
}

.page-id-22 .vc_row-fluid.second_book {
	margin-top: 4.125rem;
}

.page-id-22 .book-section .wpb_text_column {
	margin-bottom: 1.875rem;
}

.page-id-22 h2 {
	text-transform: uppercase;
}

.page-id-22 .blog-post-grid-wrapper {
	margin-top: 2.6875rem;
}

.page-id-22 .blog-post-grid-wrapper li, .page-id-343 .blog-post-grid-wrapper li{
	margin-bottom: 3.125rem;
}

/* BXSLIDER */
.bx-wrapper {
	background: transparent;
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
	top: 48%;
	text-indent: 0;
	font-size: 2.625rem;
	line-height: 2.875rem;
	text-align: center;
}

.bx-wrapper .bx-controls-direction .bx-prev {
	left: -4.0625rem;
}

.bx-wrapper .bx-controls-direction .bx-next {
	right: -2.9375rem;
}

.bx-wrapper .bx-controls-direction a:before {
	font-family: fontAwesome;
	background: #999999;
	width: 3.125rem;
	height: 3.125rem;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
}

.bx-wrapper .bx-controls-direction .bx-prev:before {
	content: "\f104";
	padding-right: 0.1875rem;

}
.bx-wrapper .bx-controls-direction .bx-next:before {
	content: "\f105";
	padding-left: 0.1875rem;
}

/* TESTIMONIAL SLIDER */
.vc_section.vc_section-has-fill+.vc_section.testimonial-slider-container {
	padding-top: 4.5rem;
	padding-bottom: 7.1875rem;
}

.testimonial-slider-container *,
.testimonial-slider-wrapper * {
	color: #ffffff;
	text-align: center;
}

.testimonial-slider-container {
	padding-top: 4.5rem!important;
	padding-bottom: 7.1875rem;
}

.testimonial-slider-container .vc_custom_heading {
	text-transform: uppercase;
	line-height: 2.9375rem;
	max-width: 32.5rem;
	margin: 0 auto 2.5rem auto;
}

.testimonial-slider-wrapper {
	max-width: 52.1875rem;
	margin: 0 auto;
}

.testimonial-slider-wrapper h5,
.testimonial-slider-wrapper p {
	font-family: 'GothamLight', Arial, sans-serif;
	font-size: 1.125rem;
}

.testimonial-slider-wrapper h5 {
	margin-bottom: 1.875rem;
}

.testimonial-slider-wrapper h5:before {
	content: "";
	background: #1999d2;
	height: 0.0625rem;
	width: 1.875rem;
	display: inline-block;
	vertical-align: super;
	margin-right: 0.625rem;
}

.testimonial-slider-wrapper p {
	line-height: 1.875rem;
	font-style: italic;
}

.testimonial-slider-container .bx-wrapper .bx-pager,
.testimonial-slider-container .bx-wrapper .bx-controls-auto {
	bottom: -4.375rem;
}

.testimonial-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
	width: 1.5625rem;
	height: 1.5625rem;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
	background: #464646;
}

.testimonial-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonial-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active,
.testimonial-slider-container .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #1999d2;
}

/* BLOG POST */
.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #1999d2;
	color: #fff;
}

.single-post .entry-content {
	padding-bottom: 50px;
}

.entry-content a {
	font-family: "GothamMedium", Arial, sans-serif;
}

.single-post .entry-content p {
	font-family: 'GothamBook', Arial, sans-serif;
}

.entry-content ul {
	padding-left: 1.875rem;
	margin-bottom: 3.125rem;
}

.entry-content ul > li {
	font-size: 1rem;
}

.single-post .post-featured-container {
	max-width: 760px;
    padding: 0 2% 1% 0;
    max-height: 400px;
    overflow: hidden;
    width: 100%;
	margin-bottom: 2rem;
    text-align: center;
}
.single-post .post-featured-container img {
	width: auto;
}

.blog-post-grid-wrapper .blog-post-grid {
	padding: 0;
	margin-right: -1.875rem;
}

.blog-post-grid li {
	display: inline-block;
	vertical-align: top;
}

.blog-grid .vc_btn3-container.vc_btn3-center {
	text-align: center;
	margin: 7.5rem auto 2.125rem;
}

.blog-grid .vc_btn3-container.button_blue-fill.vc_btn3-center > a {
	padding: 0 2.9375rem!important;
}

/*Single Post*/
.page-template-page_blog .site-inner,
.search .site-inner,
.error404 .site-inner,
.category .site-inner,
.search-results .site-inner,
.single-post .site-inner {
	max-width: 75rem;
	margin: auto;
	overflow-x: hidden;
}

.single-post .content-sidebar-wrap, .page-template-page_blog .content-sidebar-wrap {
	padding: 0 0.9375rem;
}

.after-entry, .archive-description, .author-box {
	background-color: #fff;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 0px;
}

.single-post .signup.popup3 .button_blue-fill {
	margin: 1em 0;
}


.single-post .entry-content {
	display: inline-block;
	width: 65%;
	float: left;
	margin-right: 3%;
}
.single-post .post-sidebar  {
	display: inline-block;
	width: 30%;
	float: right;
}
.single-post .post-sidebar > div {
	margin-bottom: 30px;
}
.single-post .recent-title {
	padding-bottom: 0.5em;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.single-post a.recent-post-title {
	line-height: 1em;
}
.single-post .recent-posts-list li{
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
}

.single-post .post-subscribe {
	border: 1px solid #333333;
	padding: 20px;
	background: #333;
	color: #fff;
}
.single-post .post-subscribe p:last-of-type {
	padding: 0;
	margin: 0;
}
.single-post .post-subscribe h3{
	font-size:1.3em;
}

.single-post .post-subscribe input[type="submit"]:hover{
	background-color: #3eb4e8;
}

.single-post .site-inner article,
.page-template-page_blog .site-inner .content{
	margin-top: 1em;
}

/* POST SLIDER */
.play-button {
	background-image: url(../images/play-button.png);
	background-repeat: no-repeat;
	width: 4.4375rem;
	height: 4.4375rem;
	position: absolute;
	top: 45%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -1.46875rem auto auto auto;
}

.vc_section.vc_section-has-fill+.vc_section.post-slider-container {
	padding-top: 6.25rem;
	padding-bottom: 4.0625rem;
}
.blog-post-slider li{

	background: #eee;
}
.blog-post-slider-wrapper ul li,
.blog-post-grid-wrapper ul li {
	list-style: none;
	max-width: 23.125rem;
	margin-right: 1.875rem;
}

.blog-post-slider-wrapper .post-image,
.blog-post-grid-wrapper .post-image {
	position: relative;
}

.blog-post-slider-wrapper .post-date,
.blog-post-grid-wrapper .post-date {
	position: absolute;
	left: 1.25rem;
	padding-top: 0.8125rem;
	text-align: center;
	width: 3.4375rem;
	height: 3.4375rem;
	background: #1999d2;
}

.blog-post-slider-wrapper .post-date span,
.blog-post-grid-wrapper .post-date span {
	display: block;
	color: #ffffff;
}

.blog-post-slider-wrapper .post-date .day,
.blog-post-grid-wrapper .post-date .day {
	font-size: 1.125rem;
	line-height: 1.125rem;
}

.blog-post-slider-wrapper .post-date .month,
.blog-post-grid-wrapper .post-date .month {
	font-size: 0.75rem;
	line-height: 0.75rem;
	text-transform: uppercase;
}

.blog-post-slider-wrapper .blog-post-content,
.blog-post-grid-wrapper .blog-post-content {
	background: #f0f0f0;
	padding: 1.125rem 1.125rem 1.75rem 1.125rem;
}

.blog-post-grid-wrapper .blog-post-content {
	background: #f0f0f0;
	padding: 0.6875rem 1.125rem 0.0625rem 1.125rem;
	margin-top: -0.5rem;
}

.blog-post-slider-wrapper .post-title,
.blog-post-grid-wrapper .post-title {
	color: #1c2240;
	margin-bottom: 0.3125rem;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog-post-slider-wrapper .post-content,
.blog-post-grid-wrapper .post-content {
	font-size: 0.75rem;
	line-height: 1.125rem;
	color: #494848;
	padding-left: 0.125rem;
}

.blog-post-slider-wrapper a:hover .post-title,
.blog-post-grid-wrapper a:hover .post-title {
	color: #1999d2;
}

.blog-post-slider-wrapper a:hover .play-button,
.blog-post-grid-wrapper a:hover .play-button {
	background-position: 0rem -4.4375rem;
}

/*CONTACT FORM*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 0px solid #f7e700;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14;
}

/*pop up Form*/

.pum-theme-379 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	background-color: #1999d2!important;
}

.popmake-content input {
	margin-bottom: 0.625rem;
}
.popmake-content h3 {
	text-transform: uppercase;
	color: #222;
	font-size: 1.75rem;
	padding-left: 0.9375rem;

}
.pum-container .pum-content:focus {
	outline: none !important;
}

/*Contact Form*/

input, select, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-size: 0.875rem;
	font-weight: 300;
	padding: 0.8125rem 1.25rem;
	width: 100%;
	font-family: "GothamBook", Arial, sans-serif;
}

input:focus, 
select:focus {
	color: #000;
}


textarea {
	height: 125px;
}

input[type="submit"] {
	background-color: #1999d2;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0.875rem 1.2rem;
	text-decoration: none;
	white-space: normal;
	width: 100%;
	font-family: "GothamLight", Arial, sans-serif;
	border-radius: 0.3125rem;
}

input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
	background-color: #1c2240;
	color: #fff;
}

.contact input {
	margin-bottom: 1.5rem!important;
}

.contact textarea {
	margin-top: 0.3125rem!important;
	margin-bottom: 0.8125rem!important;
}

.contact input[type="submit"] {
	width: 14.5rem;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: .75rem;
	font-weight: normal;
	display: block;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 0px solid #f7e700;
	font-size: .85rem;
	text-align: center;
}

/*Contact Page*/

.contact {
	padding-top: 1rem;
}

.contact h3 {
	text-transform: uppercase;
	font-size: 1.75rem;
}

.contact h5 {
	margin-bottom: -0.75rem;
}


.map {
	padding-top: 5rem;
	padding-bottom: 0;
}

.map .wpb_gmaps_widget.wpb_content_element {
	margin-bottom: 0;
}

/*Active Campain Form*/

._form-content ._form-title{
	font-size: 1.5rem;
	color: #fff;
}

._form-label {
	display: none!important;
}

input[type="text"],
input[type="email"],
input[type="date"],
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-size: 0.875rem!important;
	font-weight: 300;
	padding: 0.8125rem 1.25rem!important;
	width: 100%;
	font-family: "GothamBook", Arial, sans-serif;
	border-radius: 0!important;
}

._submit {
	background: #1999d2!important;
	border: 0!important;
	color: #fff!important;
	cursor: pointer!important;
	font-size: 1.125rem!important;
	font-weight: 700!important;
	padding: 1em ;
	text-decoration: none!important;
	white-space: normal!important;
	width: 14.5rem!important;
	font-family: "GothamLight", Arial, sans-serif!important;
	border-radius: 0.3125rem!important;
	line-height: 1em;
}
#_form_5A8E1E872E486_ ._submit {
	background: #1999d2!important;
}

._form_element {
	margin-bottom: 10px!important;
}

form {
	padding: 0!important;
	width: 100%!important;
}

.page-id-24 ._x30582536,
.page-id-24  ._x50436373 {
	width: 50%!important;
}

.page-id-24 ._x30582536 {
	float: left;
	padding-right: 0.9375rem!important;
}

.page-id-24  ._x50436373 {
	float: right;
	padding-left: 0.9375rem!important;
}

._button-wrapper {
	margin-top: 1.25rem;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
	padding-right: 0 !important;
}

.page-id-22 ._form-content div._form_element{
	margin: 1em 0;
}

.page-id-22 ._form-content div._form-title{
	color: #fff;
	font-size: 1.5rem;
}

.page-id-22 ._form-content div._form_element._x65030023 {
	float: right;
	margin: 1em 0;
}

.page-id-22 ._form-content #_form_21_submit {
	float: right;
}

.page-id-22 ._form-thank-you{
	color: #fff;
	text-align: center;
	padding: 30px;
}
/* Estate Planning */

#pricing-packages {
	padding: 2em;
	margin-top: 1em;
}

#pricing-packages .wpb_column.vc_col-sm-3:nth-of-type(3) {
	margin-top: -4em;
}

#pricing-packages .wpb_column.vc_col-sm-3 .vc_column-inner  {
	border: 1px solid #ccc;
	border-radius: 5px;
}

#pricing-packages .most-popular.wpb_column.vc_col-sm-3 .vc_column-inner {
	border: 1px solid #008dcd;
	-webkit-box-shadow: -1px 6px 11px 3px rgba(204,204,204,1);
	-moz-box-shadow: -1px 6px 11px 3px rgba(204,204,204,1);
	box-shadow: -1px 6px 11px 3px rgba(204,204,204,1);
}

#pricing-packages .vc_custom_heading {
	background-color: #dff3fd;
	border-radius: 5px 5px 0 0;
	color: #617088;
	font-family: 'GothamMedium', Arial;
	min-height: 7em;
	text-align: center !important;
	padding: 2em 1em;
	line-height: 1.5em;
	font-size: 23px;

}

#pricing-packages .most-popular .vc_custom_heading,
.site-inner #pricing-packages .most-popular .wpb_text_column.pre-header{
	background-color: #008dcd;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
#pricing-packages .most-popular .vc_custom_heading {
	border-radius: 0;
	padding: 1em;
}

#pricing-packages .most-popular .wpb_text_column.pre-header{
	margin: 0;
	text-align: center;
	padding: 20px;
}
#pricing-packages .most-popular .wpb_text_column.pre-header p{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

#pricing-packages .pricing_list,
#hourly-rate .pricing_list{
	list-style-type: none;
	padding: 0 20px;
	margin: 20px 0 35px;
}
#pricing-packages .pricing_list > li,
#hourly-rate .pricing_list > li{
	margin: 0 0 1.5em 0;
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	padding-left: 35px;
	list-style-type: none;
	color: #b3bbc4;
	word-wrap: normal;
}

#hourly-rate .pricing_list > li {
	margin-bottom: 1em;
}

#pricing-packages .pricing_list > li::before,
#hourly-rate .pricing_list > li::before{
	display: inline-block;
	width: 45px;
	height: 35px;
	text-align: center;
	margin-right: 15px;
	font-weight: lighter;
	padding: 0 8px;
	line-height: 1em;
	vertical-align: middle;
	font-size: 25px;
	position: absolute;
	left: -10px;
}

#pricing-packages .pricing_list > li.check,
#hourly-rate .pricing_list > li.check{
	color: inherit;
}

#pricing-packages .pricing_list > li.check::before,
#hourly-rate .pricing_list > li.check::before{
	content: '\f00c';
	font-family: "FontAwesome";
	color: #008dcd;
}

#pricing-packages .consultation a{
	margin: auto;
	line-height: 3em;
	height: inherit;
	font-size: 16px;
	width: 90%;
	text-transform: uppercase;
	background-color: #008dcd;
}


#pricing-packages .consultation{
	margin-bottom: 1em;
}

#pricing-packages p.learn-more{
	text-align: center;
}

#hourly-rate {
	margin-bottom: 40px;
}

#hourly-rate .vc_row > .vc_column_container:first-of-type > .vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right:1px solid #fff;
}


.power-of-attorney-services li {
	margin-bottom: 1em;
}
.power-of-attorney-services a{
	margin-top: 1em;
}
.power-of-attorney-services.vc_row.vc_column-gap-10 > .vc_column_container{
	padding-left: 30px;
	padding-right: 30px;
}

.page-main-hero .wpb_single_image .vc_figure {
	display: block;
}

.page-main-hero .wpb_single_image .vc_single_image-wrapper {
	max-height: 600px;
	display: block;
	overflow: hidden;
}
.page-main-hero .wpb_single_image img {
	width: 100%;
}

.page-main-hero .caption {
	position: absolute;
	top: 50.5%;
	left: 20%;
	right: 20%;
	margin: auto;
	background: rgba(0,0,0,.3);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 1.875rem;
	line-height: 2.25rem;
	padding: 2em 1em;
	font-style: normal;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	z-index: 100;
}

.page-main-hero .caption h1{
	font-size: 1.875rem;
}

.page-main-hero .caption a {
	bottom: -1em;
	font-style: normal;
	position: absolute;
	left: 27%;
	text-transform: uppercase;
	right: 27%;
	width: 46%;
}

.legal-services-columns-section .wpb_text_column{
	margin-right: 2em;
}
.legal-services-columns-section .wpb_column:last-of-type .wpb_text_column{
	margin-right: 0;
}
.legal-services-columns-section ul {
	list-style-type: none;
	padding: 0;
}
.legal-services-columns-section ul li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}

/* HELPERS */
ul.list_check { 
	padding: 0;
}
ul.list_check > li {
	list-style-type: none;
}
.list_check > li::before {
	content: '\f00c';
	font-family: "FontAwesome";
	color: #008dcd;
	margin-right: 5px;
}

/* RELATIVE SCALING */
@media screen and (max-width: 1300px) {
	html{
		font-size: 14px;
	}
}

@media screen and (max-width: 1080px) {
	html{
		font-size: 12px;
	}
}

@media screen and (max-width: 1024px) {
	.mobile_padding {
		padding: 1.25rem!important;
	}

	.sidebar-primary {
		display: none;
	}

	.site-header {
		display: block;
		position: fixed;
		z-index: 10000;
		background: #fff;
		width: 100%;
	}


}

@media only screen and (max-width: 1024px) {
	/* HORIZONTAL MENU */
	.site-inner{
		margin-top: 8.9em !important;
	}
	.site-header .header-widget-area {
		width: auto;
	}


	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 2rem 1.159375rem;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item.menu-search a {
		padding: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu-toggle {
		display: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu {
		display: none;
		opacity: 1;
		padding-left: 0;
		position: absolute;
		width: 200px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item {
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
		margin-bottom: 0;
	}

	.genesis-nav-menu .sub-menu .menu-item.sfHover > .sub-menu {
		padding-top: 0;
	}

	.site-header .search-form {
		float: right;
	}

	.single-post .content {
		padding: 2%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		color: #1a99d2;
		position: fixed;
		z-index: 10001;
		max-width: 44px;
		padding: 0;
		margin-right: 10px;
		right: 0;
		top: 44px;
		border: none !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		width: 100% !important;
	}

	.genesis-responsive-menu {
		top: 9em;
		position: fixed;
		z-index: 10000;
		width: 100%;
	}
	.genesis-responsive-menu .wrap {
		margin: 0;
		width: 100%;
		max-width: inherit;
	}

	.nav-header {
		display: block;
	}

	/* HEADER */
	.site-header > .wrap {
		padding-left: 1.666666666666667rem;
		padding-right: 1.666666666666667rem;
	}

	.site-header .widget-area {
		text-align: right;
	}
}

@media screen and (max-width: 900px) {
	html{
		font-size: 11px;
	}
	/* Estate Planning */
	#pricing-packages .consultation a{
		font-size: 14px;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
		max-height: 89vh;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 860px) {
	.about-column  div > div > div > div > div > div:nth-child(2) {
		margin-left: 2.5rem;
	}
}

@media screen and (max-width: 800px) {
	html{
		font-size: 10px;
	}
}

@media screen and (max-width: 767px) {
	html{
		font-size: 16px;
	}
	.site-inner{
		margin-top: 9em !important;
	}
	/* HEADER */
	.site-header .logo-widget {
		display: inline-block;
		text-align: center;
		margin-top: 5px;
	}
	.site-header .logo-widget img{
		width: 100%;
		max-width: 165px !important;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.site-header .header-widget-area {
		margin-top: 0;
		width: 50%;
	}
	.menu-toggle {
		display: inline-block;
		text-align: right;
		padding-top: 5px;
		padding-right: 0;
	}

	.nav-header {
		display: none;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 0 none;
		color: #1a99d2;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu-toggle {
		top: 1.125rem;
		right: 0;
		display: block;
		background: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu-toggle {
		right: 1.25rem;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item .sub-menu {
		position: static;
		width: 100%;
		margin-left: 1.25rem;
		border-left: 1px solid #ececec;
	}

	.site-header .search-form {
		width: 100%;
		margin: 0;
	}

	.genesis-nav-menu .menu-search .menu-search-container {
		position: static;
		float: right;
	}

	.menu-search-container .search-form .search-icon-button {
		position: relative;
	}

	.menu-search .menu-search-container .search-form input[type="submit"] {
		height: 2.75rem;
		right: 0;
		bottom: auto;
	}

	.single-post .content {
		padding: 4%;
	}

	.single-post .post-featured-container {
		width: 100%;
		padding: 0 0 2%;
	}

	/* HOME */
	/* TOP SLIDER */
	.top-slider-container .metaslider,
	.top-slider-container .metaslider img {
		min-height: 380px;
	}

	.top-slider-container .metaslider img {
		width: auto;
		object-fit: none;
		object-position: 86% -15%;
	}

	.top-slider-container .metaslider .caption-wrap {
		padding: 15px;
	}

	.top-slider-container .metaslider .caption {
		top: 65%;
		left: 0;
		right: 0;
	}

	.top-slider-container .metaslider .caption br {
		display: none;
	}

	/* TITLE OVERLAY */
	.three-coloumn-title-overlay .vc_col-sm-4,
	.three-coloumn-title-overlay  .vc_col-sm-4:last-child  {
		margin: 0 auto 20px auto;
	}

	/*Default Pages*/
	.about_attorneys {
		padding-top: 3.625rem;
		padding-bottom: 6.25rem;
	}

	.about_attorneys img.alignleft {
		margin: 0.3125rem 1.875rem 1.875rem 0;
		max-width: 12.5rem;
	}

	.about_attorneys h1 {
		font-size: 1.75rem;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

	.about_attorneys h2 {
		font-size: 1.125rem;
		margin-bottom: 0.75rem;
	}

	.about_attorneys h3 {
		text-transform: uppercase;
		font-size: 1.75rem;
		margin-bottom: 2.0625rem;
	}

	.about_attorneys h4 {
		font-size: 1.125rem;
		margin-bottom: 0.6875rem;
	}

	.about_attorneys p{
		line-height: 1.375rem;
		margin-bottom: 1.25rem;
	}

	.about_attorneys p, .state_admin p, .page-default p {
		color: #484848;
	}

	.about_attorneys .vc_section.inner-padding > .vc_row {
		padding: 0 1.5rem;
	}

	.about_attorneys textarea {
		height: 12.5rem;
	}

	.about_attorneys  .vc_col-sm-8{
		width: 100%;
		padding: 0 0.625rem;
	}
	.about_attorneys  .vc_col-sm-4, .about-column  .vc_col-sm-6{
		width: 100%;
		padding: 0 0.625rem;
	}

	.about_attorneys .right_form {
		margin-left: 0;
	}

	.sidebar {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	/*State Admin*/

	.state_admin {
		margin-bottom: 4rem;
	}

	.state_admin h3 {
		text-transform: uppercase;
		font-size: 1.75rem;
		margin-bottom: 1.25rem;
	}

	.state_admin p {
		line-height: 1.25rem;
		margin-bottom: 1.5rem;
	}
	.state_admin img.alignleft {
		margin: 5px 20px 20px 0;
	}

	.estate_features .vc_col-sm-4 {
		position: relative;
		width: 21.875rem;
		margin: 0 auto 20px auto;
	}

	.estate_features .vc_col-sm-4 .wpb_wrapper {
		max-width: 350px;
		margin: auto;
		padding: 0 0.625rem;
	}

	.estate_features {
		padding-top: 3.875rem;
		margin-bottom: 6.25rem;
	}

	.estate_features p {
		line-height: 22px;
	}

	.estate_features h4 {
		font-size: 1.375rem;
		text-transform: uppercase;
		margin-top: 0.8125rem;
		margin-bottom: .5rem;
	}

	.page-id-189 .estate_features h5{
		font-size: 1.125rem;
		margin-top: 0.9375rem;
		margin-bottom: -0.3125rem;
	}

	.estate_features p {
		font-family: "GothamLight", Arial, sans-serif;
		font-size: 1rem;
	}

	.estate_features a.button_blue-fill.button_small {
		width: 9.375rem;
		height: 2.5rem;
		line-height: 2.5rem;
		float: right;
		font-size: 0.9375rem;
	}


	/* ABOUT MATLIN LAW */
	.about-matlin-law .vc_col-sm-6 {
		width: 50%;
		float: left;
	}

	.about-matlin-law .vc_col-sm-3 {
		width: 25%;
		float: left;
	}

	.about-column img.alignleft {
		margin: 0.3125rem 1.875rem 1.875rem 0;
	}

	.about-column {
		padding-top: 3.3125rem;
		margin-bottom: -2.5rem;
	}

	.about-column h2{
		text-transform: uppercase;
		margin-bottom: 2.0625rem;
	}

	.about-column p {
		font-size: .75rem;
		margin-bottom: 1rem;
		line-height: 1.1875rem;
	}
	.about-column h4 {
		font-size: 1.125rem;
		margin-bottom: 0.6875rem;
	}

	.about-column  .vc_col-sm-6{
		padding: 0 10px;
	}

	.about-column  div > div > div > div > div > div:nth-child(2) {
		margin-left: 0;
	}

	.contact h5 {
		margin-bottom: 0.625rem;
	}

	.contact input[type="submit"] {
		width: 100%;
	}

	/* BOOK */
	.book-section .vc_col-sm-3 {
		width: 100%;
	}

	.book-section .vc_col-sm-3 .wpb_single_image {
		text-align: center;
	}

	.book-section .vc_col-sm-9 {
		width: 100%;
	}

	/* TESTIMONIAL */
	.testimonial-slider-wrapper {
		max-width: 100%;
	}

	/* BLOG SLIDER */
	.blog-post-slider-wrapper {
		max-width: 23.125rem;
		margin: auto;
	}

	.blog-post-slider-wrapper ul li {
		max-width: 350px;
		margin-right: 20px;
	}

	.blog-grid .blog-post-grid-wrapper ul li {
		list-style: none;
		max-width: 100%;
		margin: 0 auto 3.125rem auto;
	}
	.blog-post-grid-wrapper .blog-post-grid {
		padding: 0;
		margin: auto;
		width: 23.125rem;
	}

	.entry-title {
		text-align: center;
	}

	.play-button {
		background-size: 100%;
	}

	.resources_left p {
		margin-left: auto;
		margin-right: auto;
	}


	.resources_right {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}

	.mobile_padding {
		padding: 1.25rem!important;
	}

	.page-id-187 .vc_section.inner-padding > .vc_row {
		padding: 0.625rem;
	}

	/*Marketing Messaging Section*/
	.marketing_messaging .wpb_wrapper{
		padding: 0 2%;
	}
	.marketing_messaging .wpb_wrapper .vc_column_container {
		width: 50%;
		margin: auto;
		float:left;
	}

	.page-main-hero .caption {
		top: 45%;
		left: 0;
		right: 0;
	}

	.page-main-hero .caption a {
		bottom: 0;
	}
	/* FOOTER */
	.footer-widget-area {
		width: 100%;
		max-width: 80%;
	}

	.footer-widgets-1  {
		margin-right: 5%;
	}

	.footer-widgets-2 {
		margin-right: 5%;
	}

	.footer-widgets-3 {

		margin-right: 0;
	}

	.footer-widgets .quick-contacts li.appointment a,
	.footer-widgets .quick-contacts li.consultation a {
		text-align: center;
	}
}

@media screen and (max-width: 700px) {
	html{
		font-size: 15px;
	}
}

@media screen and (max-width: 600px) {
	html{
		font-size: 14px;
	}
	#pricing-packages .wpb_column.vc_col-sm-3 {
		margin-bottom: 30px;
	}
	#pricing-packages .wpb_column.vc_col-sm-3:nth-of-type(3) {
		margin-top: 0;
	}
	#pricing-packages .vc_custom_heading {
		padding: 1em;
		min-height: 3em;
	}
	#pricing-packages .most-popular .wpb_text_column.pre-header {
		padding: 20px 0 0 0;
	}
	#pricing-packages .pricing_list > li,
	#hourly-rate .pricing_list > li{
		display: none;
	}
	#pricing-packages .pricing_list > li.check,
	#hourly-rate .pricing_list > li.check{
		display: block;
	}

	#hourly-rate h2 {
		margin-top: 20px;
	}

	#hourly-rate > .wpb_wrapper{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#hourly-rate .vc_column-inner {
		padding-top: 0;
	}
	#hourly-rate .vc_column-inner .pricing_list{
		margin: 0;
	}
	#hourly-rate .wpb_text_column {
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 500px) {
	html{
		font-size: 13px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu-toggle {
		top: 0.5625rem;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
		font-size: 14px;
		line-height: 2em;
		word-wrap: normal;
	}
	#mega-menu-32-0-0{
		width: 100% !important;
	}
	.resources_left p {
		width: 100%;
	}

	.resources_right {
		float: none;
		margin: auto;
		width: 100%;
	}

	.blog-post-grid-wrapper .blog-post-grid {
		max-width: 370px;
		margin: auto;
	}

	.blog-grid .blog-post-grid-wrapper ul li {
		list-style: none;
		max-width: 100%;
		margin: 0 auto 3.125rem auto;
	}
	.single-post .entry-content,
	.single-post .post-sidebar {
		width: 100%;
	}

	.single-post .signup.popup3 .button_blue-fill {
		width: 100% !important;
	}

}


@media screen and (max-width: 480px) {
	html{
		font-size: 12px;
	}
	.site-inner{
		margin-top: 7em;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
		max-height: 87vh;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 460px){
	.about-column  .vc_col-sm-6{
		padding: 0.625rem;
		width: 100%;
	}
	.genesis-responsive-menu {
		top: 7.5em;
	}
}

@media screen and (max-width: 420px){

	.page-id-22 .vc_btn3-container.vc_btn3-right,
	.page-id-22 .vc_btn3-container.vc_btn3-left {
		text-align: center;
		float: none;
		margin: 0.625rem auto;
		width: 200px;
	}

	.blog-post-slider-wrapper {
		max-width: 18.75rem;
		margin: auto;
	}
	.power-of-attorney-services a{
		margin: 1em auto;
	}
	.page-main-hero {
		margin-bottom: 2em;
	}
	.page-id-21 .page-main-hero{
		margin-bottom: 3em;
	}
	.home .home-estate-section .vc_btn3-container {
		bottom: 20px;
	}
}

@media screen and (max-width: 400px){
	html{
		font-size: 11px;
	}
	.genesis-responsive-menu {
		top: 8em;
	}
}

@media screen and (max-width: 379px) {

	.blog-post-slider-wrapper {
		max-width: 18.75rem;
		margin: auto;
	}
}

@media screen and (max-width: 320px) {
	.genesis-responsive-menu {
		top: 9em;
	}
}

@media screen and (max-width: 300px) {
	html{
		font-size: 10px;
	}
}
@media screen and (min-width: 1024px) {

	.content {
		width: 75%;
	}

	.sidebar-primary {
		width: 25%;
		position: fixed;
	}

}

@media screen and (min-width: 767px) {

	.contact .vc_col-sm-6 {
		padding: 0;
	}

	.contact .vc_col-sm-12{
		padding: 0;
	}

	.contact .first_half{
		padding-right: 15px;
	}
	.contact .second_half{
		padding-left: 15px;
	}

}

/* form */ 
.form-section{
	border: 1px solid #ccc; 
	padding: 30px; 
	border-radius: 9px; 
	background: #fff; 
	margin-bottom: 30px;
}
.form-section .row{
	padding-bottom: 8px;
}
label.input_label{
	    width: 33%;
    text-align: right;
    float: left;
    line-height: 40px;
	font-weight: normal;
	
}

.form-section .wpcf7-form-control-wrap{
	    position: relative;
    float: right;
    width: 66%;
}

/* testimonial */
.main-testimonial-slider.strong-view.pager-style-buttons .wpmslider-pager-link:before{	
	width: 1.56rem;
	height: 1.56rem;
	background: #464646;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-mask:none;
	mask: none;
}

.main-testimonial-slider.strong-view.wpmtst-simple .wpmtst-testimonial-content:before,
.main-testimonial-slider.strong-view.wpmtst-simple .wpmtst-testimonial-content:after,
.main-testimonial-slider.strong-view.controls-type-sides.nav-position-inside .wpmslider-controls-direction {
	display: none;
}

.main-testimonial-slider.strong-view.wpmtst-simple .testimonial-client-name {
	font-family: 'GothamLight', Arial, sans-serif;
    font-size: 1.125rem;    
    color: #fff;
	text-align: center;
    margin: auto;
}


.main-testimonial-slider.strong-view.wpmtst-simple .testimonial-client-name .wpmtst-testimonial-field-before:before {
	content: "";
    background: #1999d2;
    height: 0.0625rem;
    width: 1.875rem;
    display: inline-block;
    vertical-align: super;
    margin-right: 0;    
}

.main-testimonial-slider.strong-view.wpmtst-simple .readmore a {
	color: #1999d2;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.main-testimonial-slider.strong-view.wpmtst-simple .readmore a:hover {
	color: #fff;
}

.main-testimonial-slider.strong-view.wpmtst-simple p {
	font-family: 'GothamLight', Arial, sans-serif;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    margin: auto;
    font-style: italic;
}

.main-testimonial-slider.strong-view.controls-type-sides.nav-position-inside .wpmslider-pager {
	position: inherit;
	max-width: 200px;
	margin: auto;
}

.main-testimonial-slider .wpmslider-controls .wpmslider-pager .wpmslider-pager-item:first-of-type a{
	margin-left: 0;
}

.main-testimonial-slider.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
	width: 1.56rem;
	height: 1.56rem;	
	background: #1999d2;
}

.main-testimonial-slider.strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
	background: #1999d2;
	width: 1.56rem;
	height: 1.56rem;
}	

.testimonial-slider-container {
	padding-bottom: 4.5rem!important;
}

.site-inner .testimonial-slider-container .wpb_text_column {
	margin-bottom: 0;
}

.wpmtst-testimonial .star-rating-container {	
	text-align: center;
	margin-top: 5px;
}

.page-id-2234 .wpmtst-testimonial .star-rating-container {
	text-align: right;
}

.wpmtst-testimonial .star-rating {
	color: #1999d2;
	padding-left: 0;
	display: inline-flex;
}

.wpmtst-testimonial .star-rating li {
	list-style-type: none;
}

