/*
Theme Name: GLC - Glusman Chowers Lahat & co.
Author: Studio Dinitz & LinkLab wordpress development
Author URI: http://www.linklab.co.il/
Version: 1.0.0
Text Domain: glusman-theme
*/

/**
 * ICONS
 *
 * -----------------------------------------------------------------------------
 */
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
    vertical-align: middle; 
}

/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
 
 
body,
button,
input,
select,
textarea {
	color: #252525;
	font-family: 'Heebo', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
    max-width: 100vw;
    overflow-x: hidden;	
}

a {
	color: #9aa2ac;
	text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	outline:0;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a:active,
a:hover {
	color: #003366;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1.500rem 0;
	font-weight:500;
	font-family: 'Alegreya Sans SC', sans-serif;
	line-height:1;
}
h1 {	font-size:3.000em; }
h2 {	font-size:1.875em; }

ul,
ol {

}
ul.no_style, ol.no_style,
ul.noStyle, ol.noStyle        {
	list-style:none;
	padding:0;
	margin:0;
}
p {
	line-height:1.750em;
	margin:0 0 1.875em;
	font-size:1em;
}
p:last-child {margin-bottom:0;}
strong {
	font-weight:500;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

blockquote {

}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	
	color: #9aa2ac;
	border:none;
	background:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;			
}
input,
select,
textarea {
	font-size:0.938em;
	line-height:1.500rem;
	border: none;	
    padding: 0 6px;	
}
input:focus, select:focus, textarea:focus {
	outline-offset: 0px !important;
	outline-style: solid !important;
	outline-width: thin !important;
	outline-color:#e0e1e1 !important;
	border-bottom:none  !important;
}
textarea {
	line-height:1.500rem;	
	padding: 16px 20px;	
}
input.submit, input[type='submit'] {
	color:#484f56;	
	font-size:1.250em;
	background:transparent;
	font-weight:500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	cursor:pointer;
	border: 1px solid #010101;
}
/*input.submit:hover, input[type='submit']:hover {
	background-color:#b61d22;
}*/
.wpcf7-form .input_field {
    margin: 42px 0 0;
}	
.wpcf7-form .input_field label  {
	display:none;
}
.wpcf7-form .input_field input,
.wpcf7-form .input_field textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;	
	padding: 18px 6px;
    border-bottom: 1px solid #e0e1e1;	
	width:100%;
}

span.wpcf7-not-valid-tip {
    margin: 0 0;
	color: #990000;
}
div.wpcf7-response-output {
	margin:0;
}
div.wpcf7-validation-errors {
    border-color: #990000;
}
.wpcf7-form p {margin:0;}


::selection {
	background: #990000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #990000;
	color: #fff;
	text-shadow: none;
}

::-webkit-input-placeholder {
   color: #9aa2ac;
}

:-moz-placeholder { 
   color: #9aa2ac;  
   opacity:1; 
}

::-moz-placeholder {  
   color: #9aa2ac;  
   opacity:1;   
}

:-ms-input-placeholder {  
   color: #9aa2ac;  
}



#dropdown::-webkit-scrollbar {
    width:8px;
}
#dropdown::-webkit-scrollbar-track {
	background:#fff;
}
#dropdown::-webkit-scrollbar-thumb {
    border-radius: 4px;
	background:#c6d0dc;
	border:2px solid #fff;
}

/**
 * 2.0 Basic
 *
 * -----------------------------------------------------------------------------
 */

div:after, .clear:after {
	content:'';
	clear:both;
	display:block;
} 
.row {
	display:block;
	max-width:1100px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;		
}
.row.w-654 {
	max-width:654px;
}
.row.full {
    max-width: none;
    padding: 0 60px;
}
.screen-reader-text, .mobile {display:none;}

/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */

#main {margin-top: 86px;}
body.logged-in.admin-bar #main {margin-top: 54px;}
#masthead {
	height:86px;
	position:fixed;
	top:0; right:0; left:0;
	z-index:50;
	background:#fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(1,1,1,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(1,1,1,0.5);
	box-shadow: 0px 1px 5px 0px rgba(1,1,1,0.5);	
    -webkit-transition: all 0.35s;
    transition: all 0.35s;		
}
#logo {
	margin: 11.5px auto 0;
    display: block;
    width: 136px;
}
.lang_select {
    position: absolute;
    top: 36px;
    right: 60px;
	font-size:0.875em;
	text-transform: uppercase;	
	color:#9aa2ac;
    display: flex;	
    direction: ltr;	
}
.lang_select span:nth-child(1):after {
	content:'|';
	display:inline-block;
	padding:0 8px;
}
#lang_mobile {display:none;}

/**
 * 3.1 Header Menu
 *
 * -----------------------------------------------------------------------------
 */

.menu_button, .popup_button {
	display: block;
    position: absolute;
    top: 36px;
    left: 60px;
	width:70px;
	height:18px;
	border:none;
	padding:0;
	cursor: pointer;
	outline: 0;
	text-indent: 32px;	 	
	z-index: 51;
	background:none;
	font-size:0.875em;
	font-weight:500;
	line-height:19px;
	text-transform: uppercase;	
}
.menu_button span {
	display: block;
	position: absolute;
	height: 3px;
	width: 20px;
	background: #9aa2ac;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.menu_button span:nth-child(1) {
	top: 0px;
}
.menu_button span:nth-child(2),.menu_button span:nth-child(3) {
	top: 7px;
}
.menu_button span:nth-child(4) {
	top: 14px;
}
#navigation-open {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}	
#navigation-open:hover {
    color: #003366;
}
#navigation-open:hover span {
    background: #003366;
}
#navigation-close {
    width: 20px;
    overflow: hidden;
	z-index: 56;
}	
#navigation-close span:nth-child(1) {
	top: 7px;
	width: 0%;
	left: 50%;
}	
#navigation-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navigation-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navigation-close span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
#navigation-close:hover span {
	background:#fff;
}

#site-navigation {
    background: rgba(16, 28, 42, 0.92);
    width: 465px;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    transform: translate(-465px, 0);
    transition: all 0.65s ease-out;	
}
#site-navigation.open {
    transform: translate(0, 0);
}
#primary-navigation-warp {
    height:100vh;
}
#primary-navigation-warp:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
#primary-navigation {
	display:inline-block;
	vertical-align:middle;
}
#primary-navigation > .menu {
	list-style:none;
	padding:0;
	margin:0;
}
#primary-navigation > .menu > li {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:1.375em;
    letter-spacing: 0.125em;	
    text-transform: uppercase;
	padding: 0 0 0 150px;
	line-height:3.250rem;
	
}
#primary-navigation > .menu > li > a:hover,
#primary-navigation > .menu > li.current-menu-item  > a {
	color:#fff;
}
#menu-open-cover {
	display:none;
    width: calc(100% - 465px);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 55;
}

/**
 * 4.0 Footer
 *
 * -----------------------------------------------------------------------------
 */
#colophon {
	background:#cdd8e4;
	color:#484f56;
	padding: 18px 0 10px;
	font-size:0.875rem;
}
#colophon a {
	color:rgba(72, 79, 86, 1);
}
#colophon a:hover {
	color:rgba(72, 79, 86, 0.7);
}
#colophon h3 {
	margin:0;
	display:inline-block;
	font-size:0.875rem;
    font-family: 'Heebo', sans-serif;
	font-weight:400;
}
#colophon h3.mobile {
	display:none;
}
.footer_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer_flex > div {
	border-right:#9aa2ac solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.footer_flex > div:last-child {
	border-right:none;
}
.footer_flex > div:nth-child(2), .footer_flex > div:nth-child(3) {
	text-align:center;
}
.footer_flex > div:nth-child(1) {
	width:328px;
}
.footer_flex > div:nth-child(2) {
	width:calc(100% - 764px);
}
.footer_flex > div:nth-child(3) {
	width:196px;
}
.footer_flex > div:nth-child(4) {
	width:240px;
	text-align:right;
}
.footer_contact > span {
	line-height: 40px;
    padding: 0 14px 0 0;
    display: inline-block;
    height: 40px;
}
.footer_contact .tel .icon {
	height:16px;
	width:16px;
	padding-right:6px;
}
.footer_contact .email .icon{
	height:24px;
	width:24px;
	padding-right:6px;
}
.footer_social .icon {
    font-size: 32px;
}
#colophon .footer_social a {
	display:inline-block;
	margin: 4px 0 4px 6px;	
}
#colophon .footer_social h3 {
	margin-right:10px;
}
#colophon .footer_recognitions h3 {
	margin-right:15px;
}
#colophon form { 
	display:inline-block;
    margin: 7px 8px;	
}
#colophon button,
#colophon input {
	font-size:14px;
	display:inline-block;
    max-width: 132px;	
}
#colophon input.submit {
	width:71px;
}
#colophon #mc_embed_signup_scroll > div,
#colophon .mc-field-group {
	display:inline-block;
}
#mc-embedded-subscribe {
    box-sizing: border-box;
    width: 71px;
}
.mc-field-group label {display:none;}
#mc_embed_signup_scroll h3 {margin-right:12px;}
.footer_credit {
	text-align:right;
	color:#9aa2ac;
	font-size:0.813em;
    margin-top: 8px;	
}
#colophon .footer_credit a {
	color:#9aa2ac;
}
.footer_credit span:before {
	content:" ";
	display:inline-block;
	padding:0 5px;
}
.footer_newsletter {
	overflow:hidden;
}

/**
 * 5.0 Page
 *
 * -----------------------------------------------------------------------------
 */

#content-header {
	height:302px;
	display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-position: 50% 0%;
    /*background-size: cover;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
    opacity: 0;	
    overflow: auto;	
	
	background-attachment: fixed;
}
#content-header:after,
.home_section:after {
	content:'';
	display:block;
	width:100%;
	height:230px;
	position:absolute;
	bottom:0;
	z-index:1;
	background: url(img/shw01.png) repeat-x;
}
h1.page-title {
	text-align:center;
	font-size:2.250em;
	color:#fff;
    text-transform: uppercase;
	border-top:1px solid #fff;
	padding:24px 0;
	margin: 0 0;
	position:absolute;
	z-index:10;
	letter-spacing: 0.1em;	
    width: 100%;
    bottom: 0;	
}
h2.section_title {
	text-align:center;
    text-transform: uppercase;
	color:#990000;
	font-size:1.250em;
    line-height: 1.200em;	
    letter-spacing: 0.1em;	
	max-width:653px;
	margin: 0 auto;	
	border-bottom:5px solid #990000;
	padding-bottom:25px;	
}
.col h2 {
	text-align:center;
    text-transform: uppercase;
	color:#990000;
	font-size:1.250em;
    line-height: 1.200em;	
    letter-spacing: 0.1em;	
}
#content-header.no_image {
	height:90px;
    background: #fff;
	border-bottom:1px solid #003366;
}
#content-header.no_image:after {
	display:none;
}
#content-header.no_image h1.page-title {
	color:#003366;
	border-top:none;
	padding:0 0 0;
	margin:35px 0 0;
    position: relative;	
}
#content-warp {
	padding:70px 0;
}
.two_cols_text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 78px; /* Chrome, Safari, Opera */
    -moz-column-gap: 78px; /* Firefox */
    column-gap: 78px;
}
.two_cols {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two_cols .col {
	display:inline-block;
    width: 50%;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.two_cols .col:first-child  {
	padding: 0 39px 0 0;
}
.two_cols .col:last-child {
	padding: 0 0 0 39px;
}
#main_col, #aside {
	display:inline-block;	
}
#main_col, .two_cols .single_practice_more  {
    width: calc(100% - 450px);	
}
#aside {
    width: 340px;
    display: inline-block;
    padding-left: 110px;	
}
.content ul {
	list-style:none;
	padding:0;
}
.content ul li {
    font-weight: 500;
	line-height:1.750em;
	border-bottom:1px solid #e0e1e1;
	padding: 0 0 22px 50px;
	margin: 0 0 22px;
	position:relative;
}
.content ul li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
.content ul li:before {
	content:'>';
	display:block;
	position:absolute;
	left:0;
    font-weight: 700;
	color:#990000;
}
._narrow_row {
	max-width:653px;
	margin: 0 auto;
}
._narrow_row h2.section_title {
	margin:70px 0 25px;
}

/**
 * 5.1 About Us
 *
 * -----------------------------------------------------------------------------
 */

#practice_areas ul {
    font-weight: 500;
    font-family: 'Alegreya Sans SC', sans-serif;
    text-transform: uppercase;
	font-size:1.125em;
	line-height:1.25em;	
    letter-spacing: 0.1em;	
    margin: 25px 0 0;	
}
#practice_areas ul li {
	text-align:center;
	margin: .5em 0;
}

/**
 * 5.2 Dropdown over banner
 *
 * -----------------------------------------------------------------------------
 */

#dropdown_all {position:relative;}
#dropdown_togg {
	background:#9aa2ac;
	font-size:0.875em;
	color:#fff;
	font-weight:500;
	height:27px;
	line-height:27px;
	width:270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	padding: 0 0 0 32px;
	cursor:pointer;
	position: relative;
}
.arrow-down {
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #fff;
	vertical-align:middle;
	margin: 0 0;
    position: absolute;
    right: 32px;
    top: 10px;	
}
#dropdown {
	position:absolute;
	background:#fff;
	z-index:49;
	height: 302px;
	width:270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	padding: 12px 32px;
	border-bottom:1px solid #c6d0dc;
	display:none;
    overflow: auto;	
}
#dropdown ul {
	font-size:0.875em;
	line-height:1.125rem;
}
#dropdown ul li {
	margin:0.56rem 0;
}

/**
 * 5.3 Careers _ Contact 
 *
 * -----------------------------------------------------------------------------
 */
#careers_contact h2.section_title {
	color:#003366;
	border-color:#003366;
} 
.contact_icons ul li {
	color:#003366;
	text-align:center;
	font-size:1.125em;
	font-weight:500;
	margin:1.125em auto;
}
.contact_icons ul li a {
	color:#003366;
}
#careers_contact ul li .icon {
	display:block;
	margin:0 auto;
	height:30px;
	width:48px;
    padding: 0 0 4px;	
}
#careers_contact ul li .icon-mail-icon {
	height:32px;
}

#contact_us_address {
	color:#003366;
	text-align:center;
	font-size:1.125em;
	font-weight:500;
}
#contact_us_icons {
	margin:60px 0 70px;
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;	
	padding:18px 0;
    direction: ltr;	
}
#contact_us_icons ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
#contact_us_icons ul li {
    margin: 0 18px;
}
#contact_us_icons ul li .icon {
    padding: 0 6px 0 0;
	height:28px;
	width:30px;
}
.acf-map {
	width: 100%;
	height: 420px;
	margin: 74px 0 0;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


/**
 * 6.0 Practice single
 *
 * -----------------------------------------------------------------------------
 */

.sidebar_item {
	margin: 0 0 50px;
} 
.sidebar_item  h2.section_title {
    padding-bottom: 30px;
	margin: 0 auto 23px;	
}
.sidebar_item ul li {
	border-bottom:1px solid #e0e1e1;
	padding:20px 0;
} 
.sidebar_item ul li:first-child {
	padding-top:0;
}
.sidebar_item ul li:last-child {
	border-bottom:none;
}
.team_item .team_thumb {
	float:left;
} 
.team_item .team_info {
    font-weight: 500;
    font-family: 'Alegreya Sans SC', sans-serif;
	font-size:1.125em;
	color:#9aa2ac;
	line-height:1.000em;
    letter-spacing: 0.125em;	
	padding: 71px 0 0 170px;
} 
.team_item .team_info span {
    font-size: 0.778em;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
	letter-spacing: 0;	
}
.team_contact {
	display:inline-block;
	margin:22px 0 0 0;
}
.team_contact .icon {
	width:25px;
	height:20px;
}
.news_item {
	color:#003366;
	font-weight:500;
	font-size:0.875em;
}
#main_col #practice_areas, .single_practice_more #practice_areas  {
	margin: 50px 0 0;
}

/**
 * 6.1 Practice lobbby
 *
 * -----------------------------------------------------------------------------
 */

#content-header.no_image.practice_lobby  {
    border-bottom: none;
	padding-top:27px;
} 
#content-warp.practice_lobby {
    padding-top: 20px;
}
#practice_areas_list .practice_item {
	margin: 0 0 10px;
}
#practice_areas_list .practice_item a {
	display:block;
	position:relative;
	background:#fff;
	color:#fff;	
	width:100%;
	height:169px;
	overflow:hidden;
}
#practice_areas_list .practice_item a:after {
	content:'';
	display:block;
	z-index:1;
	width:100%;
	background: url(img/shw01.png) repeat-x;
    position: absolute;
    bottom: 0;
    top: 0;	
}
#practice_areas_list .practice_item img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#practice_areas_list .practice_item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#practice_areas_list .practice_item .title {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	z-index:5;
	border-top:1px solid #fff;
	margin:0;
    padding: 25px 0;
    letter-spacing: 0.1rem;
	text-align:center;
    font-family: 'Alegreya Sans SC', sans-serif;
	font-size:1.875em;
	line-height:1;
}


/**
 * 7.0 Lawyer single
 *
 * -----------------------------------------------------------------------------
 */

#content-header.lawyer:after,
#content-header.lawyer:before {
	content:'';
	display:block;
    width: calc(50% - 151px);
    height: 302px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: transparent;
}
#content-header.lawyer:after {
	right:0;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #c3ceda 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#c3ceda 100%);
	background: linear-gradient(to right, #ffffff 0%,#c3ceda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3ceda',GradientType=1 );	
}
#content-header.lawyer:before {
	left:0;
	background: #c3ceda;
	background: -moz-linear-gradient(left, #c3ceda 0%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #c3ceda 0%,#ffffff 100%);
	background: linear-gradient(to right, #c3ceda 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3ceda', endColorstr='#ffffff',GradientType=1 );
}
#content-header.lawyer .lawyer_img {
	position:relative;
	z-index:5;
	margin:0 auto;
    display: block;	
    height: 100%;
    width: auto;	
}
#content-warp.lawyer_single {
	padding-top:0;
}
.lawyer_single h1 {
	color:#003366;
	text-align:center;
	font-size:2.250em;
    line-height: 0.833em;	
	margin:30px auto 27px;
    letter-spacing: 0.1em;	
}
.lawyer_single h1 span {
    font-family: 'Heebo', sans-serif;
    font-size: 0.444em;
    font-weight: 400;
    letter-spacing: 0;	
}
#lawyer_info {
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;
    direction: ltr;	
}
#lawyer_info ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
#lawyer_info ul li {
	padding:12px 8px;
    line-height: 32px;	
}
#lawyer_info ul li a {
	color:#003366;	
}
#lawyer_info ul li a:hover {
    color: rgba(0, 51, 102, 0.7);
}
#lawyer_info ul li .icon {
	padding-right:6px;
    width: 25px;
    height: 20px;	
}
#lawyer_info ul li .icon-linkedin {
	height:32px;
	width:32px;
	padding-right:0;	
}
#content-warp.lawyer_single #practice_areas h2.section_title,
#content-warp.lawyer_single .content {
	margin-top:40px;
}
#accreditation {
	margin-top:40px;
}
#accreditation p {
	color:#003366;
    font-weight: 500;
	font-size:0.875em;
	line-height:1.7500rem;
	text-align:center;
	margin:0;
}
#accreditation h2 {
	margin-bottom:25px;
}

/**
 * 7.1 Lawyer lobbby
 *
 * -----------------------------------------------------------------------------
 */

#team_grid {} 
#team_grid ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#team_grid ul li.team_item,
#team_grid ul li.gap {
	width:calc(25% - 12px);
	background:#fff;
	margin-bottom: 16px;	
}
#team_grid  .team_thumb, #hp_team_slider  .team_thumb,
#projects_nav .projects_item .projects_item_thumb {
	width:100%;
	padding-top: 100%; 
	position:relative;	
	background:#fff;
	overflow:hidden;
}
#team_grid  .team_thumb img, #hp_team_slider  .team_thumb img,
#projects_nav .projects_item .projects_item_thumb img {
	width:100%;
	height:auto;
    position: absolute;
    top: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;		
}
#team_grid  .team_thumb:after {
	content:'';
    display: block;
	-webkit-border-radius: 28.5px;
	-moz-border-radius: 28.5px;
	border-radius: 28.5px;
	background:#fff;	
	width:57px;
	height:57px;
	position:absolute;
	z-index:10;
	left:50%;
	bottom:-28.5px;
    margin: 0 0 0 -28.5px;	
}
#team_grid  .team_item .team_info {
    padding: 100% 0 0;
    text-align: center;		
}
#team_grid  .team_item .team_info .team_info_inside {
	position:relative;
	padding:18px 0 0;
}
#team_grid  .team_contact {
    display: block;
    margin: 0 0 0 -20px;
    width: 40px;
    position: absolute;
    left: 50%;
    top: -12px;
    z-index: 10;
}
#hp_team_slider .team_item:hover .team_info,
#hp_team_slider .team_item:hover .team_info a,
#team_grid  .team_item:hover,
#team_grid  .team_item:hover a,
#team_grid  .team_item:hover .team_info a span {
	color:#003366;
}
#team_grid  .team_item:hover img, #hp_team_slider  .team_item:hover img,
#projects_nav .projects_item .projects_item_thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/**
 * 8.0 News
 *
 * -----------------------------------------------------------------------------
 */

#subscribe input {
	width:100%;
    border: none;
    border-bottom: 1px solid #e0e1e1;	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	
    padding: 18px 6px;
	margin-bottom:42px;
} 
#subscribe input.submit, #subscribe input[type='submit'],
.wpcf7-form input[type='submit'] {
	font-size:1.125em;
    font-weight: 500;
    font-family: 'Alegreya Sans SC', sans-serif;	
    background: #990000;
	color:#fff;
	border:none;
	padding: 10px 12px;
	margin: 0 auto;
    display: block;	
	width:auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 85px;	
}
#subscribe input.submit:hover, #subscribe input[type='submit']:hover,
.wpcf7-form input[type='submit']:hover {
    background: rgba(153, 0, 0, 0.7);
}
.post_item {
	border-bottom:1px solid #e0e1e1;
	padding:40px 0;
} 
.post_item:first-child {
	padding-top:0;
}
.post_item:last-child {
	border-bottom:none;
}
.post_item  .info {
	color:#990000;
	font-weight:700;
}
.post_item  .info .date {
	direction: ltr;
}
.post_item  .info .item_source {
	font-weight:400;
}
.post_item  h2 {
	color:#003366;
	font-weight:700;
    font-family: 'Heebo', sans-serif;
	font-size:1.250em;
	line-height:1.400em;
	margin:0.400em 0;
}
.post_item p {
	margin:0;
}
.post_item p a {
    color: #003366;
    text-decoration: underline;	
}
.post_item p a:hover {
    color: rgba(0, 51, 102, 0.7);
}
body.single .post_item .post_text {
    border-bottom: 1px solid #e0e1e1;
    padding: 40px 0 20px;
	margin: 0 0 20px;
}
body.single .post_item p {
    margin: 0 0 1.875em;
}
.post_text  .full {
	display:none;
	margin: 30px 0 20px;
}
.post_text .read_toggle,
.post_text .read_link {
	position:relative;
	bottom:0;
	width:100px;
	height:24px;
	margin: 20px 0 0;
	cursor:pointer;
}
.post_text .read_toggle span,
.post_text .read_link a {
	display:block;
	color:#9aa2ac;
	font-weight:500;
}
.post_text .read_link  {
	padding-left:22px;
}
.post_text .read_link:before {
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background:url(img/icon_link.svg);
	position:absolute;
    top: 4px;	
	left:0;
}	
.post_text .read_toggle span {
	opacity:0;
	position:absolute;	
}
.post_text .read_toggle span:before {
	content:'';
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	vertical-align:middle;
	margin: 0 8px 0 0;
}	
.post_text .read_toggle .read_more:before {
	border-top: 6px solid #9aa2ac;
}
.post_text .read_toggle .read_less:before {
	border-bottom: 6px solid #9aa2ac;
}
.post_text .read_toggle .read_more,
.post_text .read_toggle.open .read_less {
	opacity:1;
}
.post_text .read_toggle.open .read_more,
.post_text .read_toggle .read_less {
	opacity:0;
}

.nav-links {
    margin: 40px 0 0;
    color: #9aa2ac;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1em;
    display: flex;
}
.nav-links .page-numbers {
	display:inline-block;
	padding: 0 16px;
	border-left: 2px solid #9aa2ac;
}
.nav-links .page-numbers:first-child  {
	padding-left:0;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next,
.nav-links .page-numbers:first-child,
.nav-links .page-numbers.prev + .page-numbers {
	border-left: none;
}
.nav-links .page-numbers.current {
	color:#252525;
}

/**
 * 9.0 Home
 *
 * -----------------------------------------------------------------------------
 */
 
body.home #main,
body.home.logged-in.admin-bar #main {
    margin-top: 0px;
} 
.home_section {
	min-height:100vh;
	height:auto;
	width:100%;
    box-sizing: border-box;	
	position:relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	padding-top:86px;
	overflow:hidden;
} 
.home_section:after {
	height:39.4vh;
	background: url(img/shw02.png) repeat-x;
    background-size: contain;	
}
.cva-wrp {
    position: relative;
    z-index: 5; /*
	height:100%;*/
}
.cva {
    position: relative;/*
    top:50%;
	-webkit-transform: translate(0 , -50%);	
	-ms-transform: translate(0 , -50%);	
    transform: translate(0 , -50%);	*/
    width: 100%;
	overflow:auto;
	padding: 0 0 115px;
}
#hp_first {
	background-color:#fff;
}
#hp_about {
	background-image:url(img/hp/hp-img2.jpg);
}
#hp_news {
	background:#003366;
	color:#fff;
}
#hp_news.home_section:after,
#hp_team.home_section:after,
#hp_first.home_section:after {
	display:none;
}
#hp_practice {
	background-image:url(img/hp/hp-img3.jpg);
}
#hp_team {
	background:#fff;
    padding-bottom: 86px;	
}
#hp_team .cva {
	padding: 0 0 40px;
}
#hp_team .all_news {
    margin: 40px 0 0;
}

/**
 * 9.1 Home general 
 *
 * -----------------------------------------------------------------------------
 */
.next_section {
	position:absolute;
	bottom:35px;
	width:100%;
	z-index:5;
} 
.next_section a {
    font-weight: 500;
    letter-spacing: 0.25em;	
    font-family: 'Alegreya Sans SC', sans-serif;
	font-size:1.125em;
	color:#fff;
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;	
}	
.next_section a:hover {
	color:rgba(255, 255, 255, 0.7);
}
.next_section a .icon {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	transform-origin: center;
	display:block;
	margin:0 auto;
}
.home_section h2 {
	text-align:center;
	color:#003366;
	font-size:1.375em;
	line-height:1;
    text-transform: uppercase;
	margin: 15vh auto;
    letter-spacing: 0.125em;	
}
#hp_news.home_section h2 {
	color:#fff;
}

/**
 * 9.2 HP about
 *
 * -----------------------------------------------------------------------------
 */
.home_section p {
	font-size:1.25em;
	font-weight:500;
	color:#fff;
	line-height:1.384;
	text-align:center;
	text-shadow: 0px 2px 3px rgba(1, 1, 1, 0.3);
	max-width:900px;
	margin: 0 auto;
}
#hp_about .colop {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 78px;
    -moz-column-gap: 78px;
    column-gap: 78px;
}

/**
 * 9.3 HP news
 *
 * -----------------------------------------------------------------------------
 */
#news_slider li {
	font-size:1.500em;
	font-weight:500;
	line-height:1.500em;
	text-align:center;
	margin: 0 39px;
} 
#news_slider li .meta {
	line-height:1.667em;
}
#news_slider li a {
	color:#fff;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 15;
    border: none;
    width: 13px;
    height: 24px;
    overflow: hidden;
    text-indent: 999px;
    outline: 0;
    cursor: pointer;
    margin-top: -12px;
    border-radius: 0;
	background: transparent;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;	
}
.slick-slider .slick-arrow:hover {
	opacity:0.7;
}
.slick-slider .slick-arrow:before {
	content:'';
    position: absolute;
	    top: 0;
    width: 13px;
    height: 24px;	
    background: url(img/arrow.svg) no-repeat;
    background-size: contain;	
}
.slick-slider  .slick-arrow.slick-prev {
    left: 96px;
}
.slick-slider  .slick-arrow.slick-prev:before {
	left:0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);	
}
.slick-slider  .slick-arrow.slick-next {
    right: 96px;
}
.slick-slider  .slick-arrow.slick-next:before {
	right:0;
}
.all_news {
	margin:70px 0 0;
	text-align:center;
}
.all_news a {
    font-size:1.125em;
    letter-spacing: 0.25em;	
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Alegreya Sans SC', sans-serif;
}
.all_news a:hover {
	color:rgba(154, 162, 172, 0.7);
}

/**
 * 9.4 HP practices
 *
 * -----------------------------------------------------------------------------
 */

#hp_practice #practice_areas ul {
	font-size:1.375em;
	text-shadow: 0px 2px 4px rgba(1, 1, 1, 0.7);	
}
#hp_practice #practice_areas ul a {
	color:#fff;
}
#hp_practice #practice_areas ul a:hover {
	color:rgba(255, 255, 255, 0.7);
}

/**
 * 9.5 HP team
 *
 * -----------------------------------------------------------------------------
 */
#hp_team.home_section h2 {
	margin-bottom: 20px;
} 
#hp_team_slider .team_item {
	width:263px;
	display: inline-block;	
	margin:0 8px;
}
#hp_team_slider .team_item .team_thumb {
	display:block;
	width:100%;
    margin-bottom: 20px;	
}
#hp_team_slider .team_item .team_info {
	padding:0;
    text-align: center;	
    -webkit-transition: all 0.35s;
    transition: all 0.35s;	
}
#hp_team_slider .slick-list, #news_slider .slick-list {
	max-width:1100px;
	margin: 0 auto;
}
#hp_team_banner {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    background-color: #990000;
    font-size: 1.625em;
    font-weight: 500;
    padding: 30px 0;
    font-family: 'Alegreya Sans SC', sans-serif;
    letter-spacing: 0.2em;	
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
	line-height: 1;
}

/**
 * 9.6 HP first
 *
 * -----------------------------------------------------------------------------
 */
 
body.home_transparent_menu  #masthead {
    background: transparent;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
body.home_transparent_menu  #logo {
	display:none;
}
body.home_transparent_menu  #lang_select, body.home_transparent_menu  #masthead a , body.home_transparent_menu  .menu_button,
body.home_transparent_menu  #navigation-open:hover  {
	color:#fff;
}
body.home_transparent_menu  .menu_button span,
body.home_transparent_menu  #navigation-open:hover span {
    background: #fff;
}

#hp_first {
	overflow:hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;	
      padding-top: 0;
	direction:ltr;  
}
#hp_first_ani {
	position:relative;
	height:100vh;
	width:100%;
	background:#fff;
}
#hp_first_ani_img {
	min-width: 100%;
	min-height: 100%;
	-webkit-transform:translate(-50%, -50%) scale(1.2, 1.2);
	-ms-transform:translate(-50%, -50%) scale(1.2, 1.2);
    transform:translate(-50%, -50%) scale(1.2, 1.2);
    position: absolute;
	left: 50%;
	top: 50%;
	opacity:0;	
}
#hp_logo_warp {
    position: absolute;
	z-index:25;
	top:50%;
	right:0; left:0;
	margin: -53.6px 0 0;
}
#hp_logo_warp h1 {
	margin:0;
	padding:0;
}
#hp_logo {
	height:107.2px;
	width:230px;
    margin: 0 auto;
    display: block;	
	-webkit-transform:  scale(0.3);
	-ms-transform: scale(0.3);
    transform: scale(0.3);
	opacity:0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;		
}
.zoom-img {
	animation-name: scale_img;
	animation-duration: 14s;
	animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
	animation-fill-mode: forwards;	
}  
.zoom-logo {
	animation-name: scale;
	animation-duration: 10s;
	animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
	animation-fill-mode: forwards;	
}  
@keyframes scale {
  30%  {opacity:1;}
  100% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
	opacity:1;
  }
}
@keyframes scale_img {
  30%  {opacity:1;}
  100% {
    -webkit-transform: translate(-50%, -50%)  scale(1, 1);
    -moz-transform: translate(-50%, -50%)  scale(1, 1);
    -ms-transform: translate(-50%, -50%)  scale(1, 1);
    -o-transform:  translate(-50%, -50%)  scale(1, 1);
    transform: translate(-50%, -50%)  scale(1, 1);
	opacity:1;
  }
}
#hp_first_arrow {
    position: absolute;
    z-index: 25;
    top: 50%;
    right: 50%;
    display: block;
    width: 46px;
    height: 26px;
    margin: 90px -23px 0 0;
	opacity:0;
}
#hp_first_arrow .icon {
    width: 38px;
    height: 50px;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 72% 42%;
}

/**
 * 9.7 HP scroller nav
 *
 * -----------------------------------------------------------------------------
 */
 
#cd-vertical-nav {
	position: fixed;
	right: 60px;
	z-index: 20;
	top:21.32vh;	
	/*
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
}
#cd-vertical-nav li {
  text-align: right;
      height: 24px;
}
#cd-vertical-nav a {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cd-vertical-nav a:after {
	content: "";
	display: table;
	clear: both;
}
#cd-vertical-nav a span {
	float: right;
	display: inline-block;
	/*
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
	*/
}
/*
#cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
*/
#cd-vertical-nav a:hover .cd-label {
	opacity: 1;
}
#cd-vertical-nav a.is-selected .cd-dot {
	background-color: #990000;
}
#cd-vertical-nav .cd-dot {
	position: relative;
	top: 10px;
	height: 10.2px;
	width: 10.2px;
	border-radius: 50%;
	background-color: #acb8c5;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#cd-vertical-nav .cd-label {
    position: relative;
    margin-right: 16px;
    padding: 0.571em 1.286em;
    line-height: 1;
    color: #990000;
    background: rgba(255, 255, 255, 0.8);
    font-size: 0.875em;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
#cd-vertical-nav .cd-label:after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.8);
  }
  

/**
 * 10.0 Real estate
 *
 * -----------------------------------------------------------------------------
 */
 
#projects_section {
	background:#f1f8ff;
	padding:35px 0;
	

} 
#projects_section h2 {
	text-align:center;
	color:#003366;
	font-size:1.250em;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	margin:0 0 24px;
}
#projects_section .row {

}
#projects_nav_warp {

}
#projects_nav {
   /* display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
	margin: 0 -10px;	
}
#projects_nav.slick-slider .slick-list {
    border-right: 3px  solid #f1f8ff;
}
#projects_nav.slick-slider .slick-arrow.slick-next {
    right: -33px;
}
#projects_nav.slick-slider .slick-arrow.slick-prev {
    left: -33px;
}
#projects_nav .projects_item {
	width:20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	text-align:center;
	color:#003366;
    font-weight: 500;
    font-family: 'Alegreya Sans SC', sans-serif;	
	line-height:1.125em;
    letter-spacing: 0.05em;	
	padding:0 10px;
	border-right:1px solid #e0e1e1;
} 
#projects_nav .projects_item a {
	font-size:0.875em;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;	
}
#projects_nav .projects_item img {
	display:block;
	max-width:100%;
	height:auto;
}
#projects_nav .projects_item .projects_item_thumb {
	margin:0 auto 14px;
}

/**
 * 10.1 Real estate popup
 *
 * -----------------------------------------------------------------------------
 */

#projects_popup {
	background:rgba(255, 255, 255, 0.95);
	position:fixed;

    height: 100vh;
	width:100vw;
	top:0;
	left:0; right:0;
    /*transform: translate(-100vw, 0);*/
	z-index:-1;
	opacity:0;
    transition: all 0.6s ease-out;
} 
#projects_popup.open {
    /*transform: translate(0, 0);*/
	z-index:100;
	opacity:1;	
}
#projects_popup .vertical_aligner {
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}
#popup-close {
    width: 20px;
    overflow: hidden;
	    text-indent: 0;
}	
#projects_slider .projects_item_slide {

}
#projects_slider .projects_item_slide img {
	display:block;
	margin:0 auto;
}
#projects_slider .projects_item_slide h3 {
	font-size:1.250em;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	margin:32px auto 24px;
	padding-bottom:32px;
	border-bottom: 5px solid #003366;
}
#projects_slider .projects_item_slide h3,
#projects_slider .projects_item_slide p {
	max-width:652px;
	text-align:center;
	color:#003366;	
}
#projects_slider .projects_item_slide p {
	margin:0 auto;
}
#projects_slider.slick-slider .slick-arrow.slick-next {
    right: 0px;
    padding-right: 28px;
}
#projects_slider.slick-slider .slick-arrow.slick-prev {
    left: 0px;
    padding-left: 28px;	
}
#projects_slider.slick-slider .slick-arrow {
    width: auto;
    text-indent: 0;
	font-size:0.875em;
    font-weight: 500;	
    top: 151px;	 
}

/**
 * 11.1 Responsive = smaller < 1100px
 *
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width: 1100px) {
	.row.full, .row {
		padding: 0 50px;
	}
	.row.w-654 {
		padding: 0;
	}	
	.menu_button, .popup_button {
		left: 50px;
	}
	#lang_select, #cd-vertical-nav {
		right: 50px;
	}
	#news_slider, #hp_team_slider {
		margin:0 90px;
	}
	.slick-slider .slick-arrow.slick-next {
		right: -20px;
	}
	.slick-slider .slick-arrow.slick-prev {
		left: -20px;
	}	
	
	.footer_flex > div:nth-child(1),
	.footer_flex > div:nth-child(2),
	.footer_flex > div:nth-child(3),
	.footer_flex > div:nth-child(4)	{
		border-right: none;
		border-bottom: #9aa2ac solid 1px;
		width:50%;
		padding: 15px 0;
	}	
	.footer_flex > div:nth-child(1), 
	.footer_flex > div:nth-child(2)	{
		width:100%;
	}
	.footer_flex > div:nth-child(2),
	.footer_flex > div:nth-child(3) {
		text-align:left;
	}
	#colophon form {
		margin: 0;
		float: right;
	}	
}

/**
 * 11.2 Responsive = smaller < 800px
 *
 * -----------------------------------------------------------------------------
 */
 
@media screen and (max-width: 800px) {
	.row.w-654 {
		max-width: initial;
		padding: 0 50px;	
	}
	#content-header {
		background-size: cover;
	    background-attachment: initial;
	}
	h2.section_title {
		max-width: initial;
	}
	#main_col, .two_cols .single_practice_more {
		width: 100%;
	}	
	.single_practice_more #practice_areas {
		margin: 0;
	}	
	#aside {
		width: 100%;
		display: block;
		padding-left: 0;
		margin: 50px auto 0;
	}	
	.two_cols_text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.two_cols .col {
		display: block;
		width: 100%;
	}
	.two_cols .col:first-child, .two_cols .col:last-child {
		padding: 0 !important;
	}	
	.two_cols .col:last-child {
		margin-top:35px;
	}
	#team_grid ul li.team_item, #team_grid ul li.gap {
		width: calc(33.333% - 12px);
	}	
	#popup-close {
		width: 25px;
		height: 25px;
		white-space: nowrap;
	}	
	#popup-close .icon {
		width: 15px;
		height: 15px;
		vertical-align: top;
		padding-right: 15px;
	}	
	.footer_contact > span {
		padding: 0;
		width: 40px;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
	    white-space: nowrap;
		margin: 0 2px;		
	}	
	.footer_contact .email .icon {
		height: 30px;
		width: 40px;
		padding-right: 0;
	}	
	.footer_contact .tel .icon {
		height: 22px;
		width: 40px;
		padding-right: 0;
	}	
	.footer_flex > div:nth-child(1)	{
		text-align: right;
	}
	#colophon .footer_contact h3.mobile {
		display:inline-block;
		margin-right: 0;
		float: left;
		line-height: 40px;		
	}			
}

/**
 * 11.2 Responsive = smaller < 460px
 *
 * -----------------------------------------------------------------------------
 */
 
@media screen and (max-width: 460px) {
	#content-header, .home_section, #hp_first_ani {background-attachment: scroll;}
	.row.full, .row, .row.w-654  {
		padding: 0 20px;
	}	
	.menu_button, .popup_button {
		left: 20px;
	}
	.content ul li {
	    padding: 0 0 22px 20px;
	}
	.footer_flex > div:nth-child(1),
	.footer_flex > div:nth-child(2),
	.footer_flex > div:nth-child(3),
	.footer_flex > div:nth-child(4)	{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.footer_flex > div:nth-child(1),
	.footer_flex > div:nth-child(3),
	.footer_flex > div:nth-child(4)	{
		text-align: right;
	}	
	.footer_flex > div:nth-child(4) {
		border-bottom: none;
	}
	#colophon h3 {
		margin-right: 0;
		float: left;
		line-height: 40px;
	}	
	#colophon form {
		margin: 0;
		width: 100%;
		float:none;
	}	
	#colophon form h3 {
		width:100%;
		margin:0;
		text-align:initial;
	}
	#colophon #mc_embed_signup_scroll > div, #colophon .mc-field-group {
		display: block;
	}	
	#colophon .mc-field-group {
		width:calc(50% - 3px);
	    max-width: none;
		margin-bottom:10px;
		float:left;
	}	
	#colophon #mc-embedded-subscribe, #mc_embed_signup_scroll div:nth-child(3) {
		float:right;
	}
	#colophon .mc-field-group input {
		width:100%;
		float: none;
		max-width: none; 
	}
	.footer_credit {
	    text-align: center;
	}
	#masthead {
	    height: 56px;
	}
	#main {margin-top: 56px;	}	
	.home_section {padding-top: 56px;}
	#site-navigation {
		width: 100vw;
		transform: translate(-100vw, 0);	
	}	
	#logo {
		width: 88px;
	    margin: 8px auto 0;	
	}	
	#logo img {
		max-width:100%;
	    height: auto;	
	}
	.menu_button, .popup_button, #navigation-close {
	    text-indent: 30px;
		width: 25px;
		height: 25px;
		overflow: hidden;
		border-radius: 0;
		top: 18px;		
	}
	#lang_select, #cd-vertical-nav {display:none;}
	#lang_mobile {
		display:block;     
		right: 20px;
		top: 16px;	
	}
	.lang_select {font-size:1.125em;}
	.lang_select span:nth-child(1):after {padding: 0px 12px;}
	#primary-navigation > .menu > li {
		padding: 0 0 0 100px;	
	}	
	#hp_logo_warp {
		right: 20px;
		left: 20px;
	}
	#hp_logo {
		max-width:268px;
	}
	#hp_first_ani {
	    background-position: 80% 0;
	}
	.home_section h2 {
		margin: 8vh auto;
	}
	.all_news {
		margin: 35px 0 0;
	}	
	.all_news a {
		font-size: 1em;
	}
	.home_section p, #news_slider li, #hp_practice #practice_areas ul, #hp_team_banner {
		font-size: 1em;
	    font-weight: 400;	
	}
	#news_slider {
		margin: 0 20px;
	}	
	#hp_team_slider {
		margin: 0 0;
	}	
	#hp_team_slider .team_item {
		width:200px;
	}
	.slick-slider .slick-arrow.slick-next {
		right: -13px;
	}
	.slick-slider .slick-arrow.slick-prev {
		left: -13px;
	}	
	#news_slider.slick-slider .slick-arrow.slick-prev {
		left: 0;
	}
	#news_slider.slick-slider .slick-arrow.slick-next {
		right: 0;
	}	
	#content-warp {
		padding: 35px 0;
	}	
	h1.page-title {
	    font-size: 1.65em;
	}
	._narrow_row h2.section_title {
		margin: 35px 0 25px;
	}	
	#team_grid ul li.team_item, #team_grid ul li.gap {
		width: calc(50% - 12px);
	}	
	#dropdown_all {
	    padding: 0;
		position: fixed;
		top: 56px;
		width: 100%;
		z-index: 49;		
	}
	body.single-lawyer #main, body.page-template-template_team #main {
		margin-top: 83px;
	}
	#dropdown_togg, #dropdown {
		width:100%;
	    height: auto;	
	}
	body.dropdown_open {
	    overflow: hidden;
	}
	#dropdown {
		height: calc(100vh - 83px);
	}	
	#dropdown_togg {
	    padding: 0 0 0 20px;
	}
	#content-header.lawyer .lawyer_img {
		height: 100%;
		width: auto;
	}
	#practice_areas_list .practice_item a {
	    height: 100px;
	}
	#practice_areas_list .practice_item .title {
	    font-size: 1.25em;
		letter-spacing: 0.05rem;	
		padding: 20px 0;	
	}
	#practice_areas_list .practice_item img {
    right: 50%;
		-moz-transform: translate(50%, 0);
		-webkit-transform: translate(50%, 0);	
    transform: translate(50%, 0);	
	}
	#practice_areas_list .practice_item:hover img {
		-moz-transform: scale(1) translate(50%, 0);
		-webkit-transform: scale(1) translate(50%, 0);
		transform: scale(1) translate(50%, 0);
	}
	body.single-lawyer #content-header {
		height:220px;
	}
	#lawyer_info ul li a {
		height: 32px;
		width: 32px;
		display: block;
		overflow: hidden;
	}
	#lawyer_info ul li .icon {
		width: 32px;
	}	
	#lawyer_info ul li.fax {display:none;}
	#contact_us_icons ul li {
		margin: 12px auto;
		width: 100%;
	}	
	#projects_section .row {padding:0;}
	#projects_nav {
		margin: 0;
	}
	#projects_nav.slick-slider .slick-list {
		border-right: none;
	}
	#projects_slider.slick-slider .slick-arrow {
	    width: 13px;
	    text-indent: 26px;	
	}
	#projects_slider.slick-slider .slick-arrow.slick-next {padding:0;}
	#projects_popup {
		overflow: auto;
	}
	#projects_popup .vertical_aligner {
		top: 0;
		transform: translateY(0);
	}	
	#projects_popup .row {
		    padding: 80px 20px 20px;	
	}
	#projects_slider .projects_item_slide img {
		max-width:250px;
	}
	#contact_us_icons ul li .icon {
		padding: 0;
		height: 30px;
		width: 48px;
		display: block;
		margin: 0 auto 4px;
	}
	#aside #subscribe {
		display:none;
	}	
}

/**
 * 11.2 Responsive = smaller < 320px
 *
 * -----------------------------------------------------------------------------
 */
 
@media screen and (max-width: 320px) {
	#logo {
		width: 90px;
	}	
}