/*
	Theme Name: Custom Theme
	Description: Custom Theme
	Version: 1.4.2
	Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Manrope:wght@500;600&display=swap');

div.wpcf7-mail-sent-ok {background:#fff!important}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 15px/1.4 'Inter', sans-serif;
	color: #454545;
}

html,
body,
.main-container,
.main-container > .header-wrap.slider {
	height: 100%;
}

.main-container > .header-wrap.slider {
	margin-top: -100px;
}

.header-wrap.slider .slider-normal .slick-track {
	padding-bottom: 0;
}

.page-template-template-contact .breadcrumbs {
	display: none;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color: #42817a;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	font-weight: 500;
}

article a,
article a:hover {
	text-decoration: underline;
}

a:hover,
.sidebar .widget_categories ul li a:hover,
.sidebar .list-custom-taxonomy-widget ul li a:hover,
.sidebar .list-custom-taxonomy-widget ul li.current-cat a,
.post-wrap .post-content h2.title a:hover,
.title-3 a:hover,
.map-wrap .contact-info .social-wrap a:hover {
	color: #42817a;
	text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-family: 'Manrope', sans-serif;
	font-weight: normal;
	color: #454545;
}

h1 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 800;
}

h2,
.title-2 {
	font-size: 38px;
	font-weight: 500;
}

h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h3.small {
	font-size: 20px;
}

h3.small-2 {
	font-size: 18px;
}

h3.large {
	font-size: 28px;
  margin: 0;
}

h3.title-normal {
  font-size: 24px;
}

h3.title-normal a {
  color: #343335;
  text-decoration: none;
}

h3.title-normal a:hover {
  color: #42817a;
}

.title-3 {
	font-size: 20px;
	line-height: 1.2;
}

.title-3 a {
	color: #454545;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 10px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 12px;
	line-height: 20px;
}

.title-wrap {
	overflow: hidden;
	margin: 0 0 10px;
}

.title-wrap a {
	font-size: 16px;
	text-decoration: underline;
	float: right;
	margin: 5px 0 0;
}

ul,
ol {
	padding: 0 0 0 18px;
	margin: 0 0 20px;
}

ul li,
ol li {
	margin: 0 0 2px;
}

.subtitle {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3a766f;
	margin: 0 0 10px;
}

p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 24px;
}

p:last-child {
	margin: 0;
}

b, strong {
	font-size: 700;
}

.filter-nav {
  font-size: 0;
}

.filter-nav p,
.filter-nav > ul {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.filter-nav p {
  font-weight: 500;
  padding: 9px 0 0px;
  margin: 0 20px 10px 0;
}

.filter-nav > ul {
  width: 100%;
  background: #f7f7f7;
  max-width: 240px;
  position: relative;
  height: 34px;
  text-align: left;
}

.filter-nav > ul > li > a {
  padding: 9px 20px 8px;
  height: 34px;
}

.filter-nav > ul::after {
  content: '';
	background: url("img/arrow-down.png") no-repeat scroll 0 0 transparent;
	width: 11px;
	height: 7px;
	display: block;
	position: absolute;
  right: 15px;
  top: 14px;
}

.filter-nav > ul li {
  position: relative;
}

.filter-nav a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
}

.filter-nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #f7f7f7;
  margin: 0;
  padding: 9px 20px 4px;
  list-style: none;
  z-index: 99;
}

.filter-nav li:hover .sub-menu {
  display: block;
}

.filter-nav .sub-menu li {
  margin: 0 0 12px;
}

.filter-nav .sub-menu a:hover {
  color: #42817a;
}

.mb-50 {
	margin-bottom: 50px;
}

.pl-150 {
	padding-left: 150px;
	position: relative;
}

.max-450 {
	max-width: 450px;
}

.overflow {
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.img-wrap.normal {
	display: block;
	position: relative;
	margin: 0 0 20px;
}

.img-wrap.normal img {
	width: 100%;
}

a.img-wrap {
  display: block;
}

a.img-wrap img {
  width: 100%;
  margin: 0 0 20px;
}

.scrollup {
	background: url("img/icon-top.png") no-repeat scroll 0 0 transparent;
	bottom: 20px;
	display: none;
	height: 64px;
	opacity: 1;
	position: fixed;
	right: 20px;
	text-indent: -9999px;
	width: 64px;
	cursor: pointer;
	z-index: 99
}

.social-wrap-normal {
	font-size: 0;
	line-height: 1;
}

.social-wrap-normal a {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.social-wrap-normal span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 500;
	margin: 2px 15px 0 0;
}

.has-link {
	position: relative;
	padding-bottom: 25px;
}

.has-link .read-more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.has-anchor {
	position: relative;
}

.has-anchor .anchor {
	display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon::before,
.icon-after::after,
.slick-arrow::before,
.chosen-container-single .chosen-single div b,
.lg-icon::before,
.wpcf7-form-control-wrap.file::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 250px;
}

.lg-prev::before {
  width: 35px;
  height: 35px;
  background-position: -100px -150px;
}

.lg-prev:hover::before {
  background-position: -100px -200px;
}

.lg-next::before {
  width: 35px;
  height: 35px;
  background-position: -150px -150px;
}

.lg-next:hover::before {
  background-position: -150px -200px;
}

.wpcf7-form-control-wrap.file {
	display: block;
	position: relative;
}

.wpcf7-form-control-wrap.file::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}

p.active .wpcf7-form-control-wrap.file::before {
	background: none;
}

.wpcf7-form-control-wrap.file::after {
	background-position: -200px -150px;
	width: 10px;
	height: 19px;
	position: absolute;
	right: 20px;
	top: 18px;
}

.icon.document::before,
.icon.image::before {
	background-position: -200px -100px;
	width: 24px;
	height: 32px;
}

.icon.website::before {
	background-position: -200px -50px;
	width: 24px;
	height: 24px;
}

.icon.video::before {
	background-position: -200px 0;
	width: 28px;
	height: 28px;
}

.icon.paper::before {
	background: url('img/icon-paper.png') no-repeat scroll 0 0 transparent;
	width: 117px;
	height: 117px;
	position: absolute;
	left: 0;
	top: 5px;
}

.slick-prev::before {
	width: 35px;
	height: 35px;
	background-position: -100px -150px;
}

.slick-next::before {
	width: 35px;
	height: 35px;
	background-position: -150px -150px;
}

.arrows-gray .slick-prev::before {
	background-position: -100px -200px;
}

.arrows-gray .slick-next::before {
	background-position: -150px -200px;
}

.lg-close::before {
	width: 31px;
	height: 31px;
	background-position: -100px -100px;
}

.icon.play::before {
	width: 60px;
	height: 60px;
	background-position: 0 -100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.icon.facebook::before,
.addtoany_list .a2a_button_facebook::before {
	width: 8px;
	height: 17px;
	background-position: 0 0;
}

.icon.facebook:hover::before,
.addtoany_list .a2a_button_facebook:hover::before {
	background-position: 0 0;
}

.icon.twitter::before,
.addtoany_list .a2a_button_twitter::before {
	width: 20px;
	height: 16px;
	background-position: -50px 0;
}

.icon.twitter:hover::before,
.addtoany_list .a2a_button_twitter:hover::before {
	background-position: -50px 0;
}

.icon.instagram::before,
.addtoany_list .a2a_button_instagram::before {
	width: 16px;
	height: 16px;
	background-position: -100px 0;
}

.icon.instagram:hover::before,
.addtoany_list .a2a_button_instagram:hover::before {
	background-position: -100px -50px;
}

.icon.youtube::before,
.addtoany_list .a2a_button_youtube::before {
	width: 20px;
	height: 14px;
	background-position: -150px 0;
}

.icon.youtube:hover::before,
.addtoany_list .a2a_button_youtube:hover::before {
	background-position: -150px 0;
}

.icon.linkedin::before,
.addtoany_list .a2a_button_linkedin::before {
	width: 16px;
	height: 15px;
	background-position: -100px 0;
}

.icon.linkedin:hover::before,
.addtoany_list .a2a_button_linkedin:hover::before {
	background-position: -100px 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wrapper.fullwidth {
  max-width: 100%;
  padding: 0 15px;
}

.wrapper.narrow {
	max-width: 810px;
}

.header {
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 0;
	z-index: 999;
	border-bottom: 1px solid #e2e9f0;
}

.header > .wrapper,
.header .nav-wrap,
.header .nav-wrap .nav,
.header .nav-wrap .nav > ul,
.header .nav-wrap .nav > ul > li {
	height: 100%;
}

.header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin: 0;
}

.header .logo .logo-img {
	max-height: 74px;
}

.header .nav-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin: 0;
}

.header .nav-wrap .top {
	overflow: hidden;
	text-align: right;
	margin: 0 0 12px;
}

.header .nav-wrap .top p {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-family: 'Manrope', sans-serif;
	line-height: 18px;
	color: #a6bdc3;
	max-width: 210px;
	vertical-align: top;
	text-align: left;
}

.header .nav-wrap .top p br {
	display: none;
}

.header .nav-wrap .top p.phone {
	font-size: 30px;
	line-height: 30px;
}

.header .nav-wrap .top p a {
	color: #a6bdc3;
	text-decoration: none;
}

.header .nav-wrap .top span {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 15px 25px 0;
	background: #fff;
}

.header .nav-wrap .nav {
	text-align: center;
	padding: 38px 0 0;
}

.header .nav-wrap .nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.header .nav-wrap .nav li {
	display: inline-block;
	padding: 0 15px;
	margin: 0;
	position: relative;
}

.header .nav-wrap .nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	background: #fff;
	width: 270px;
	padding: 20px 12px 15px;
	border-top: 1px solid #e2e9f0;
}

.header .nav-wrap .nav li:hover .sub-menu {
	display: block;
}

.header .nav-wrap .sub-menu li {
	display: block;
	padding: 5px 15px;
}

.header .nav-wrap .nav li a {
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	color: #454545;
}

.header .nav-wrap .nav li a:hover,
.header .nav-wrap .nav li.current-menu-item a {
	color: #428179;
	text-decoration: none;
}

.header-wrap {
	height: 400px;
	background: #000;
	text-align: center;
	padding: 60px 10px;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
}

.header-wrap .bgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
	/* background-attachment: fixed; */
}

.header-wrap .content {
	position: relative;
	z-index: 9;
}

.header-wrap.slider {
	height: 700px;
	padding: 0;
	background: #000;
}

.header-wrap.slider .bgr {
	background: none no-repeat scroll center center transparent;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h7,
.text-white h8,
.text-white p,
.text-white a {
	color: #fff;
}

.breadcrumbs {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	margin: 0 0 12px;
	font-weight: 400;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs .separator {
	padding: 0 4px;
}

.breadcrumbs-wrap {
	overflow: hidden;
	padding: 15px 0 0;
}

.breadcrumbs-wrap .breadcrumbs {
	float: left;
	color: #454545;
	margin: 0;
}

.breadcrumbs-wrap .breadcrumbs a {
	color: #454545;
}

.breadcrumbs-wrap .breadcrumbs a.home {
	color: #454545;
}

.breadcrumbs-wrap .breadcrumbs a:hover,
.breadcrumbs-wrap .breadcrumbs a.home:hover,
.breadcrumbs-wrap a.btn-back:hover {
	color: #4E8ABC;
}

.breadcrumbs-wrap a.btn-back {
	float: right;
	background: url("img/arrow-left.png") no-repeat scroll left 5px transparent;
	color: #454545;
	font-size: 11px;
	font-family: 'Inter', sans-serif;
	padding: 0 0 0 15px;
}

.breadcrumbs.single {
	margin: 10px 0 12px;
}

.breadcrumbs.single,
.breadcrumbs.single a {
	color: #454545;
}

.header-wrap h1 {
	margin: 0 0 10px;
	color: #fff;
}

.header-wrap h1:last-child {
	margin: 0;
}

.header-wrap p {
	font-size: 18px;
}

.main-container {
	margin-top: 100px;
}

.main-container main {
	padding: 60px 0;
	float: left;
	width: 66%;
}

.main-container main.p-0 {
	padding: 0;
}

.has-narrow-sidebar main {
	width: 74%;
}

.main-container main.fullwidth {
	float: none;
	width: 100%;
}

.main-container main.short {
	padding: 30px 0;
}

.main-container main > article {
	max-width: 700px;
}

.post-wrap article {
	overflow: hidden;
	margin: 0 0 50px;
}

.post-wrap .post-details {
	float: left;
	width: 80px;
	border-top: 1px solid #e9e9e9;
	text-align: center;
}

.post-wrap .post-details > div {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	font-size: 13px;
	padding: 15px 5px 12px;
}

.post-wrap .post-details > div a {
	font-weight: 400;
	text-decoration: none;
	color: #454545;
}

.post-wrap .post-details > div span {
	font-size: 26px;
	line-height: 26px;
	display: block;
	color: #000000;
	margin: 0 0 3px;
	font-weight: 500;
}

.post-wrap .post-details > div.comments span {
	color: #000;
}

.post-wrap .post-details .addtoany_list {
	display: block;
}

.post-wrap .post-content {
	width: 85%;
	float: right;
}

.post-wrap .post-content h2.title {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 25px;
}

.post-wrap .post-content h2.title a {
	color: #454545;
	text-decoration: none;
}

.post-wrap .post-content .byline p {
	font-size: 13px;
	line-height: 16px;
	display: inline;
	margin: 0;
	padding: 0 0 5px;
}

.post-wrap .post-content .byline a {
	font-weight: 400;
	color: #42817a;
	text-decoration: none;
}

.post-wrap .post-content .byline a:hover {
  color: #4E8ABC;
}

.post-wrap .post-content .byline p.posted-by {
	background: url("img/icon-person.png") no-repeat scroll 0 0 transparent;
	border-right: 1px solid #eaeaeb;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 25px;
}

.post-wrap .post-content .byline p.posted-in {
	background: url("img/icon-time.png") no-repeat scroll 0 0 transparent;
	padding-left: 25px;
}

.post-wrap .post-content .embed-container,
.post-wrap .post-content .royalSlider.rsUni,
.post-wrap .post-content img.size-large {
	margin: 0 0 25px;
}

.post-wrap .pagination {
	display: none;
}

.post-wrap .btn-loading {
	font-size: 12px;
	font-family: 'Manrope', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	background: #a6bdc3;
	padding: 15px 10px 12px;
	letter-spacing: 2px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar {
	float: right;
	width: 30%;
	padding: 60px 0;
}

.sidebar.pt-0 {
	padding-top: 0;
}

.has-narrow-sidebar .sidebar {
	width: 22%;
}

.sidebar .widget {
	margin: 0 0 45px;
}

.sidebar .widget h3.title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: #454545;
	margin: 0 0 25px;
}

.sidebar .widget_categories ul,
.sidebar .list-custom-taxonomy-widget ul {
	margin: -10px 0 0;
	padding: 0;
	list-style: none;
}

.sidebar .widget_categories ul li,
.sidebar .list-custom-taxonomy-widget ul li {
	background: url("img/arrow-right-small.png") no-repeat scroll left 18px transparent;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0 8px 18px;
}

.sidebar .widget_categories ul li a,
.sidebar .list-custom-taxonomy-widget ul li a {
	font-weight: 400;
	color: #454545;
}

.sidebar .widget_categories ul li:last-of-type,
.sidebar .list-custom-taxonomy-widget ul li:last-of-type {
	border-bottom: 0;
}

.sidebar .widget_search .search {
	overflow: hidden;
	border: 1px solid #a6bdc3;
	padding: 0 0 0 15px;
}

.sidebar .widget_search .search-input {
	border: 0;
	outline: 0;
	padding: 18px 0 0;
	font-size: 13px;
	font-family: 'Manrope', sans-serif;
	width: 75%;
	float: left;
}

.sidebar .widget_search .search-submit {
	float: right;
	text-indent: -9999px;
	width: 15%;
	background: url("img/icon-glass.png") no-repeat scroll center center transparent;
	border: 0;
	padding: 14px 0;
}

.sidebar .recent-posts {
	border-bottom: 1px solid #d8d8d8;
}

.sidebar .recent-posts article {
	overflow: hidden;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

.sidebar .recent-posts article .img-wrap {
	float: left;
	width: 30%;
	border-right: 1px solid #d8d8d8;
	position: relative;
	padding: 10px 7px;
}

.sidebar .recent-posts article .img-wrap > span {
	background: #000;
	display: block;
}

.sidebar .recent-posts article .img-wrap img {
	opacity: 0.9;
	width: 100%;
}

.sidebar .recent-posts article .img-wrap .date {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 25% 0 0;
	font-size: 13px;
	line-height: 18px;
}

.sidebar .recent-posts article .img-wrap .date span {
	font-size: 26px;
	line-height: 26px;
	display: block;
	margin: 0 0 5px;
}

.sidebar .recent-posts article .post-content {
	float: right;
	width: 70%;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 18px;
	border-left: 1px solid #d8d8d8;
	left: -1px;
	position: relative;
}

.sidebar .recent-posts article .post-content .comments {
	font-size: 13px;
	margin: 8px 0 0;
}

.footer {
	background: #454545;
	padding: 0;
}

.footer .wrapper {
	padding: 0 10px;
}

.footer .top {
	background: #393939;
	padding: 35px 0;
}

.footer .copyright {
	text-align: left;
	font-size: 11px;
	font-family: 'Inter', sans-serif;
	color: #fff;
	line-height: 1.75;
	padding: 18px 0 12px;
}

.footer .copyright p,
.footer .copyright .col > span,
.footer .copyright .col > a {
	font-size: 11px;
	font-weight: 400;
	margin: 0;
	line-height: 1.2;
	letter-spacing: 0px;
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
  color: #3a766f;
}

.footer .copyright .separator {
	padding: 0 2px;
}

.footer .copyright .social-wrap-normal {
	margin: 12px 0 0;
}

.consultation-form-wrap {
	background: #f2f2f2;
	padding: 80px 0 60px;
}

.consultation-form-wrap .float-left {
	width: 34.5%;
	padding: 50px 0 0;
}

.consultation-form-wrap .float-left h3 {
	color: #720707;
	margin: 0 0 25px;
}

.consultation-form-wrap .float-left p {
	margin: 0 0 20px;
}

.consultation-form-wrap .float-left p.phone {
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
}

.consultation-form-wrap .float-right {
	width: 61.5%;
}

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

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

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

.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.center {
	align-items: center;
}

.columns {
	font-size: 0;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.columns.columns-2,
.columns.columns-3,
.columns.columns-4,
.columns.columns-5 {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: -2%;
}

.columns.columns-2 {
	margin: 0 -1.5% -2%;
}

.columns.columns-2 .col {
	width: 47%;
	margin: 0 1.5% 2%;
}

.columns.columns-2.custom-1 {
	margin: 0 -1%;
}

.columns.columns-2.custom-1 .col {
	width: 70%;
	margin: 0 1%;
}

.columns.columns-2.custom-1 .col.col-2 {
	width: 26%;
	text-align: right;
}

.columns.columns-2.custom-2 .col {
	width: 29%;
}

.columns.columns-2.custom-2 .col.col-2 {
	width: 65%;
}

.columns.columns-2.resource {
	margin: 0 0 8px;
}

.columns.columns-2.resource .col {
	margin: 0;
	transition: all 0.3s ease 0s;
}

.columns.columns-2.resource .col.col-1 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	width: 20%;
	background: #3a766f;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding: 14px 20px 12px 60px;
}

.columns.columns-2.resource .col.col-1::before {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

.columns.columns-2.resource .col.col-2 {
	width: 80%;
	background: #f1f1f1;
	padding: 20px 30px 15px;
	color: #454545;
}

a:hover > .columns.columns-2.resource .col.col-1,
a:hover > .columns.columns-2.resource .col.col-2 {
	background: #4A968D;
	color: #fff;
}

.columns.columns-3 {
	margin: 0 -1.3% -2.6%;
}

.columns.columns-3 .col {
	width: 30.73%;
	margin: 0 1.3% 2.6%;
}

.columns.columns-3.normal {
  margin: 25px 0 0;
}

.columns.columns-3.normal .col {
  width: 31.33%;
	margin: 0 1% 2%;
}

.columns.columns-4 .col {
	width: 23%;
	margin: 0 1% 2%;
}

.columns.columns-5 .col {
	width: 18%;
	margin: 0 1% 2%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page-template-template-faq .main-container main > article {
	max-width: 800px;
}

.services-wrap {
	background: #3e4147;
	width: 100%;
	padding: 60px 0 10px;
	text-align: center;
	font-size: 0;
}

.services-wrap article {
	display: inline-block;
	width: 45%;
	margin: 0 2.5% 2.5%;
	vertical-align: top;
	text-align: left;
}

.services-wrap article h4 {
	color: #fff;
	border-top: 1px solid #61666f;
	border-bottom: 1px solid #61666f;
	padding: 12px 0;
	margin: 0 0 20px;
}

.services-wrap article p {
	color: #fff;
	margin: 0 0 20px;
}

.services-wrap article a {
	color: #fff;
}

.services-wrap.carousel {
	background: #2c3e51;
	padding: 80px 0 80px;
	text-align: center;
}

.services-wrap.carousel > h3 {
	color: #fff;
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 8px;
}

.services-wrap.carousel > a.btn-all {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-family: 'Manrope', sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	background: url("img/arrow-right-white.png") no-repeat scroll right 2px transparent;
	padding: 0 25px 0 0;
	margin: 0 0 45px;
}

.services-wrap.carousel article {
	text-align: left;
}

.services-wrap.carousel article h4 {
	border: 0;
	padding: 0;
	margin: 0 0 12px;
}

.services-wrap.carousel article h4 a {
	color: #fff;
}

.services-wrap.carousel article a.btn-more {
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: 'Manrope', sans-serif;
	line-height: 14px;
	margin: 25px 0 0;
}

.map-wrap {
	overflow: hidden;
	width: 100%;
	background: #f1f1f1;
}

.map-wrap .contact-info {
	width: 50%;
	float: left;
	padding: 90px 0 70px;
}

.map-wrap .contact-info .breadcrumbs {
	color: #797d46;
}

.map-wrap .contact-info .breadcrumbs a,
.map-wrap .contact-info .breadcrumbs span.separator {
	color: #454545;
}

.map-wrap .contact-info h1.title {
	margin: 25px 0 35px;
}

.map-wrap .contact-info p {
	margin: 0 0 15px;
}

.map-wrap .contact-info h2 {
	font-size: 36px;
	margin: 0 0 10px;
}

.map-wrap .contact-info h4 {
	margin: 0 0 10px;
}

.map-wrap .contact-info p.name {
	color: #454545;
	font-weight: bold;
	margin: 0;
}

.map-wrap .contact-info > p a {
	display: block;
	color: #3a766f;
	text-decoration: underline;
	margin: 0 0 25px;
}

.map-wrap .contact-info .btn-directions {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Manrope', sans-serif;
	color: #333a4d;
	background: url("img/arrow-right.png") no-repeat scroll right 5px transparent;
	padding-right: 22px;
}

.map-wrap .contact-info .social-wrap {
	margin: 30px 0 0;
}

.map-wrap .contact-info .social-wrap p {
	margin: 0 0 5px;
}

.map-wrap .contact-info .social-wrap a {
	font-weight: 400;
	color: #454545;
}

.map-wrap .contact-info .social-wrap p span {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	min-width: 70px;
}

.social-wrap .social {
	margin: 10px 0 0;
}

.social-wrap .social a {
	display: inline-block;
	background: url("img/icon-social.png") no-repeat scroll 0 0 transparent;
	margin-right: 8px;
	height: 19px;
}

.social-wrap .social a.facebook {
	background-position: 0 0;
	width: 9px;
}

.social-wrap .social a.twitter {
	background-position: -9px 0;
	width: 18px;
}

.social-wrap .social a.google {
	background-position: -27px 0;
	width: 21px;
}

.social-wrap .social a.instagram {
	background-position: -48px 0;
	width: 17px;
}

.social-wrap .social a.pinterest {
	background-position: -65px 0;
	width: 19px;
}

.social-wrap .social a.linkedin {
	background-position: -84px 0;
	width: 20px;
}

.map-wrap .map {
	float: right;
	width: 50%;
	height: 660px;
	overflow: hidden;
}

.map-wrap .map .acf-map {
	height: 100%;
}

.map-wrap .map iframe,
.map-wrap .map .acf-map {
	height: 125%;
	width: 115%;
	border: 0;
	margin-top: -125px;
	margin-left: -55px;
}

.page-template-template-home .main-container main {
	padding: 100px 0 60px;
}

.page-template-template-home main .sidebar {
	float: left;
	width: 42%;
	padding: 0;
}

.page-template-template-home main .sidebar p {
	font-size: 20px;
	font-family: 'Manrope', sans-serif;
	text-transform: uppercase;
	line-height: 28px;
	color: #8c8356;
	margin: 0 0 10px;
}

.page-template-template-home main .sidebar h3 {
	color: #720707;
	margin: 0 0 80px;
}

.page-template-template-home main .sidebar .link {
	margin: 0;
	border-top: 1px solid #abc1c6;
}

.page-template-template-home main .sidebar .link a {
	font-size: 16px;
	font-family: 'Manrope', sans-serif;
	text-transform: uppercase;
	color: #333a4d;
	background: url("img/arrow-right-light.png") no-repeat scroll right 18px;
	padding: 10px 25px 10px 20px;
	display: inline-block;
}

.page-template-template-home main .sidebar .link.last {
	border-bottom: 1px solid #abc1c6;
}

.page-template-template-home main article {
	float: right;
	width: 50%;
}

.page-template-template-home main article p {
	font-size: 18px;
	line-height: 30px;
	color: #36456e;
}

.single-post .main-container main {
	padding: 50px 0;
}

.single-post .main-container main > article {
	max-width: 880px;
}

.single-post .main-container main > article .post-content h1.title {
	font-size: 22px;
	line-height: 30px;
}

.single-post .main-container main > article .post-content {
	width: 88%;
}

.page-template-template-lawyers .main-container main {
	padding: 20px 0 40px;
}

.page-template-template-lawyers main article {
	overflow: hidden;
	max-width: 100%;
}

.page-template-template-lawyers main article h1.title {
	float: left;
	width: 28%;
	line-height: 1.5;
	font-size: 38px;
}

.page-template-template-lawyers main article .content {
	float: right;
	width: 70%;
}

.lawyers-wrap {
	margin: 0 -1% 30px;
	overflow: hidden;
}

.lawyers-wrap article {
	background: #3a766f;
	float: left;
	width: 23%;
	margin: 0 1% 2%;
	font-family: 'Inter', sans-serif;
	text-align: center;
	overflow: hidden;
}

.lawyers-wrap article img {
	width: 100%;
	transition: all 0.3s ease 0s;
}

.lawyers-wrap article .img-wrap {
	position: relative;
	display: block;
}

.lawyers-wrap article .img-wrap .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 14px;
	text-transform: capitalize;
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease 0s;
	padding: 55% 0 0;
	font-weight: 500;
}

.lawyers-wrap article .img-wrap:hover img {
	opacity: 0.5;
}

.lawyers-wrap article .img-wrap:hover .hover {
	opacity: 1;
}

.lawyers-wrap article .content {
	margin: 20px 10px 15px;
}

.lawyers-wrap article h3.title {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 24px;
    font-weight: 600;
	margin: 0 0 3px;
}

.lawyers-wrap article h3.title a {
	color: #fff;
	text-decoration: none
}

.lawyers-wrap article h3.title a:hover,
.lawyers-wrap article a.small:hover {
	color: #FFFFFF;
}

.lawyers-wrap article span.title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0 0 20px;
}

.lawyers-wrap article a.small {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #a6bdc3;
	margin: 0 0 5px;

}

.lawyers-wrap article a.phone {
	letter-spacing: 1px;
}

.lawyers-wrap .top-wrap {
	height: 38px;
	margin: 0 1% 50px;
}

.lawyers-wrap .top-wrap h2.title {
	float: left;
	font-size: 30px;
	line-height: 38px;
	margin: 0;
}

.lawyers-wrap .top-wrap ul.lawyers-list,
.lawyers-wrap .top-wrap .tinynav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
}

.lawyers-wrap .top-wrap ul.lawyers-list {
	display: none;
}

.lawyers-wrap .top-wrap ul.lawyers-list li,
.lawyers-wrap .top-wrap .tinynav {
	font-size: 12px;
	font-family: 'Manrope', sans-serif;
	color: #a6bdc3;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 1px;
	background: #fff;
	position: relative;
	padding: 10px 18px 5px 18px;
}

.lawyers-wrap .top-wrap ul.lawyers-list > li {
	padding: 0;
}

.lawyers-wrap .top-wrap ul.lawyers-list > li > a {
	background: url("img/arrow-down.png") no-repeat scroll 91% center #fff;
	padding: 18px 50px 18px 18px;
	display: block;
	cursor: pointer;
}

.lawyers-wrap .top-wrap ul.lawyers-list > li > ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
}

.lawyers-wrap .top-wrap ul.lawyers-list > li:hover > ul {
	display: block;
}

.lawyers-wrap .top-wrap .tinynav {
	border: 0;
	outline: 0;
	color: #454545;
	padding: 15px 50px 14px 18px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: url("img/arrow-down.png") no-repeat scroll 91% center #fff;
	cursor: pointer;
}

.lawyers-wrap .top-wrap .tinynav::-ms-expand {
	display: none;
}

.lawyers-wrap.students-wrap {
	background: #fff;
}

.lawyers-wrap.lawyers-other h2.title {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 40px;
}

.lawyers-wrap.students-wrap .content {
	height: auto;
}

.single-lawyers,
.main-container.gray {
	background: #f1f1f1;
}

.single-lawyers .sidebar {
	float: left;
	padding: 60px 0 0;
	width: 32%;
}

.single-lawyers main {
	float: right;
	padding: 60px 0;
	width: 63%;
}

.single-lawyers main article h3,
.single-lawyers .sidebar h3 {
	font-size: 18px;
	line-height: 26px;
	color: #a6bdc3;
}

.single-lawyers .sidebar img {
	margin: 0 0 20px;
	width: 100%;
}

.single-lawyers .sidebar > a {
	display: block;
	margin: 0 0 3px;
	font-family: 'Manrope', sans-serif;
}

.single-lawyers .sidebar > a.phone {
	letter-spacing: 1px;
}

.single-lawyers .sidebar .social-wrap .social {
	margin: 15px 0;
}

.single-lawyers .sidebar .separator {
	width: 100%;
	height: 1px;
	display: block;
	background: #abc1c6;
	margin: 0 0 25px;
}

.single-lawyers .sidebar p {
	margin: 0 0 25px;
}

.single-lawyers main article h1.title,
.single-lawyers .sidebar h1.title {
	color: #454545;
	font-size: 36px;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	line-height: 44px;
	text-transform: none;
	margin: 0 0 3px;
	text-transform: capitalize;
}

.single-lawyers main article p.title,
.single-lawyers .sidebar p.title {
	font-size: 18px;
	font-family: 'Manrope', sans-serif;
	color: #454545;
	border-bottom: 1px solid #e1e1e1;
	text-transform: capitalize;
	padding: 0 0 20px;
	font-weight: 800;
}

.single-lawyers .sidebar .hide {
	display: none;
}

.single-lawyers .blog-posts {
	margin: 30px 0 0;
}

.single-lawyers .blog-posts a {
	display: block;
	margin: 0 0 20px;
}

.section {
	padding: 70px 0;
}

.section.has-gallery {
	padding-bottom: 0;
}

.section.has-gallery:last-of-type {
	padding-bottom: 60px;
}

.section.gray {
	background: #f1f1f1;
}

.resources-wrap {
	margin: 30px 0 0;
}

.resources-wrap a {
	display: block;
	font-weight: 400;
}

.pt-35 {
  padding-top: 35px;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea,
.wpcf7 input[type="file"],
.sbHolder,
input[type="text"],
textarea {
	width: 100%;
	border: 1px solid #fff;
	outline: 0;
	background: #f7f7f7;
	font-size: 15px;
	font-family: 'Inter', sans-serif;
	color: #454545;
	padding: 15px 15px 13px;
	text-align: left;
	border-radius: 0;
	font-weight: 500;
}

.wpcf7-textarea {
	resize: vertical;
}

.wpcf7-submit,
input.submit {
	display: inline-block;
	font-size: 15px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 0px;
	background: #3a766f;
	border: 0;
	outline: 0;
	padding: 14px 10px 14px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.3s ease 0s;
}

.wpcf7-submit:focus {
	border: 0;
	outline: 0;
}

.wpcf7-submit:hover,
input.submit:hover {
	background: #4A968D;
}

.wpcf7-not-valid-tip {
	font-size: 10px;
}

.wpcf7 .row {
	font-size: 0;
	margin-left: -2.5%;
	margin-right: -2.5%;
}

.wpcf7 p {
	font-size: 13px;
	margin: 0 0 15px;
}

.wpcf7 .row p {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	float: none;
	margin: 0 2.5% 15px;
}

.wpcf7 label {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0px;
	color: #454545;
}

.wpcf7 p.submit-wrap {
	text-align: center;
	margin: 8px 0 0;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.sbHolder {
	padding: 0;
	position: relative;
	z-index: 999;
	border: 0;
}

.sbHolder a {
	color: #a6bdc3;
	text-decoration: none;
}

.sbHolder .sbSelector {
	width: 100%;
	display: block;
	padding: 12px 15px 11px;
}

.sbHolder .sbToggle {
	background: url("img/arrow-down.png") no-repeat scroll 0 0 transparent;
	width: 11px;
	height: 7px;
	display: block;
	position: absolute;
	right: 25px;
	top: 21px;
}

.sbHolder .sbOptions {
	position: absolute;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	top: 47px !important;
	width: 100%;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.comments-wrap {
	margin: 30px 0 0;
}

.comments-wrap ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.comments-wrap label {
	display: block;
}

.comments-wrap input[type="text"],
.comments-wrap textarea {
	border: 1px solid #f3f3f3;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #a6bdc3;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #a6bdc3;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #a6bdc3;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #a6bdc3;
}

:placeholder-shown { /* Standard one last! */
	opacity: 1;
	color: #a6bdc3;
}

/*------------------------------------*\
    SLIDERS
\*------------------------------------*/

.royalSlider.rsUni,
.royalSlider.rsUni .rsOverflow,
.royalSlider.rsUni .rsSlide {
	background: #191e2b;
}

.royalSlider.rsUni .rsArrowIcn {
	background: url("img/slider-nav.png") no-repeat scroll 0 0 transparent;
	width: 35px;
	height: 35px;
	margin-top: -18px;
	margin-left: 0;
	opacity: 1;
	border-radius: 0;
}

.royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0 -34px;
	left: 0;
}

.royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -35px -34px;
	left: auto;
	right: 0;
}

.royalSlider.rsUni img.rsImg {
	opacity: 0.5;
}

.royalSlider.rsUni .caption {
	position: absolute;
	top: 30%;
	left: 50%;
	max-width: 700px;
	margin-left: -350px;
	text-align: center;
}

.royalSlider.rsUni .caption h2 {
	color: #fff;
}

.royalSlider.rsUni .caption span.separator {
	/* background: url("img/slider-separator.png") no-repeat scroll 0 0 transparent; */
	width: 290px;
	height: 29px;
	display: block;
	margin: 0 auto 25px;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}

@media only screen and (max-width: 1180px) {
	.wrapper {
		padding: 0 15px;
	}

	.lawyers-wrap .wrapper {
		padding: 0;
	}

	.consultation-form-wrap .float-left {
		padding: 0;
	}

	.section {
		overflow: hidden;
	}
}

@media only screen and (max-width: 1140px) {
	.header .nav-wrap .nav > ul > li {
	    padding: 0 8px;
	}

	.columns.columns-2.resource .col.col-1 {
		width: 30%;
	}

	.columns.columns-2.resource .col.col-2 {
		width: 70%;
	}
}

@media only screen and (max-width: 990px) {
	.columns.columns-2.custom-1,
	.columns.columns-2.custom-1 .col,
	.columns.columns-2.custom-1 .col.col-2 {
		display: block;
		width: 100%;
		margin: 0;
	}

	.columns.columns-2.custom-1 .col.col-2 {
		text-align: left;
	}

	.header .logo {
		max-width: 32%;
	}

	.post-wrap .post-content {
		width: 80%;
	}

	.lawyers-wrap article {
		width: 31.30%;
	}

	.header .nav-wrap .nav li a {
	    font-size: 11px;
	}
}

@media only screen and (max-width: 800px) {
	.header .nav-wrap,
	br {
		display: none;
	}

	.columns.columns-2,
	.columns.columns-2 .col,
	.columns.columns-2.custom-2 .col,
	.columns.columns-2.custom-2 .col.col-2,
	.columns.columns-2.resource .col.col-1,
	.columns.columns-2.resource .col.col-2,
	.columns.columns-3,
	.columns.columns-3 .col {
		display: block;
		width: 100%;
		margin: 0;
	}

	.sidebar {
		padding: 0;
	}

	.section {
		padding: 50px 0;
	}

	.columns.columns-2 .col,
	.columns.columns-2.custom-2 .col,
	.columns.columns-2.custom-2 .col.col-2,
	.columns.columns-3 .col {
		margin: 0 0 20px;
	}

	.header {
		width: auto;
		height: auto;
		z-index: 999999;
		padding: 0;
		border: 0;
	}

	.header .logo {
		max-width: 100%;
		width: auto;
	}

	.header .logo .logo-img {
		max-height: 50px;
		width: auto;
		margin: 10px 0 0;
	}

	body.mean-container .mean-bar {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		min-height: 60px;
		padding: 4px 0 1px;
	}

	body.mean-container a.meanmenu-reveal {
		padding: 25px 13px 23px 13px;
		transition: none;
	}

	body.mean-container a.meanmenu-reveal.meanclose {
		background: url("img/icon-close.png") no-repeat scroll center center transparent;
		text-indent: -9999px !important;
	}

	body.mean-container .mean-nav {
		margin-top: 66px;
		background: #fff;
	}

	.main-container {
		margin-top: 68px;
	}

	.royalSlider.rsUni .caption {
		left: 0;
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}

	.breadcrumbs-wrap .breadcrumbs {
		width: 70%;
	}

	.page-template-template-lawyers main article h1.title,
	.page-template-template-lawyers main article .content {
		width: 100%;
		float: none;
	}

	.page-template-template-lawyers main article h1.title {
		text-align: center;
	}

	.main-container > .header-wrap.slider {
		margin-top: -68px;
	}

  .columns.columns-3.normal .col {
    width: 48%;
  }

  .filter-nav {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
	.page-template-template-home .main-container main {
		padding: 30px 0;
	}

	.main-container main,
	.has-narrow-sidebar main,
	.has-narrow-sidebar .sidebar,
	.sidebar,
	.page-template-template-home main .sidebar,
	.page-template-template-home main article,
	.map-wrap .contact-info,
	.map-wrap .map {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	.page-template-template-home main .sidebar h3 {
		margin: 0 0 20px;
	}

	.post-wrap .post-details {
		width: 15%;
	}

	.post-wrap .post-content,
	.single-post .main-container main > article .post-content {
		width: 82%;
	}

	.single-lawyers .sidebar {
		width: 35%;
	}

	.single-lawyers main {
		float: right;
		width: 63%;
	}

	.map-wrap .contact-info {
		padding: 90px 0 30px;
	}

	.map-wrap .map {
		height: 400px;
		margin: 0;
	}

	.map-wrap .map iframe,
	.map-wrap .map .acf-map {
		height: 100%;
		width: 100%;
		margin: 0;
	}

	.consultation-form-wrap {
		padding: 30px 0;
	}

	.consultation-form-wrap .float-left,
	.consultation-form-wrap .float-right {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 640px) {
	.pl-150.icon.paper::before {
		display: none;
	}

	.wpcf7 .row,
	.wpcf7 .row p {
		display: block;
		width: 100%;
		margin: 0 0 15px;
	}

	.header-wrap {
		height: auto;
		padding: 40px 10px 20px;
	}

	.columns.columns-4 .col {
		width: 48%;
	}

	.pl-150 {
		padding: 0;
	}

	.header-wrap h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.services-wrap article {
		width: 100%;
		margin: 0 0 20px;
	}

	.lawyers-wrap article {
		width: 48%;
	}

	.lawyers-wrap .top-wrap {
		height: auto;
	}

	.lawyers-wrap .top-wrap h2.title {
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}

	.lawyers-wrap .top-wrap ul.lawyers-list,
	.lawyers-wrap .top-wrap .tinynav {
		float: none;
		margin: 0 auto;
		display: block;
	}

	.page-template-template-home .royalSlider.rsUni {
		height: 350px !important;
	}

	.royalSlider.rsUni .caption {
		top: 25%;
	}

	.royalSlider.rsUni .caption h2 {
		font-size: 26px;
		line-height: 34px;
	}

	.scrollup {
		width: 32px;
		height: 32px;
		background-image: url("img/icon-top-small.png");
	}

	.page-template-template-home main .sidebar .link a {
		display: block;
	}
}

@media only screen and (max-width: 580px) {
	.single-lawyers .sidebar,
	.single-lawyers main {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	.single-lawyers main {
		padding: 0 0 30px;
	}

	.single-lawyers .sidebar .hide {
		display: block;
	}

	.map-wrap .map {
		height: 250px;
	}

	.map-wrap .map iframe {
		height: 180%;
	}
}

@media only screen and (max-width: 480px) {
	.page-template-template-home .slick-slider .slick-slide {
		padding: 0;
		background: none;
	}

	.royalSlider.rsUni .caption {
		top: 20%;
	}

	.royalSlider.rsUni .caption span.separator {
		display: none;
	}

	.post-wrap .post-details,
	.post-wrap .post-content,
	.single-post .main-container main > article .post-content,
	.lawyers-wrap article {
		width: 100%;
		float: none;
		margin: 0 0 20px;
		overflow: hidden;
	}

	.page-template-template-lawyers .lawyers-wrap .wrapper {
		padding: 0 30px;
	}

	.post-wrap .post-details > div {
		width: 33.33%;
		height: 80px;
		float: left;
	}

	.post-wrap .post-details > div.comments {
		border-left: 0;
		border-right: 0;
	}

	.breadcrumbs-wrap .breadcrumbs {
		width: 100%;
		float: none;
	}

	.breadcrumbs-wrap a.btn-back {
		float: none;
		margin: 10px 0 0;
	}

	.form-submit {
		text-align: center;
	}
}

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

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}

.alignnone.inline {
	vertical-align: top;
	margin: -3px 0 0 8px;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
