/*
Theme Name: SKZ - spigelman koren zamir & co
Author: LinkLab wordpress development
Author URI: http://www.linklab.co.il/
Version: 1.0.0
Text Domain: skz-theme
*/

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

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-answer-icon {
  width: 0.888671875em;
}

.icon-question-icon {
  width: 0.888671875em;
}

.icon-expand-arrow {
  width: 1.6708984375em;
}

.icon-facebook-icon {
  width: 0.46484375em;
}

.icon-mail-icon {
  width: 1.2724609375em;
}



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

body {
	background: #ebebeb;
}

a {
	color: #d97477;
	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: #b61d22;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1.500rem 0;
	font-weight:400;
	font-family: 'Roboto Slab', serif;
	line-height:1;
}
h1 {	font-size:3.000em; }
h2 {	font-size:1.875em; }

ul,
ol {

}

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

blockquote {
	font-family: 'Tinos', serif;
    font-style: italic;
	font-weight:400;	
}

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: #959595;
	border:none;
	background:#fff;
}
input,
select,
textarea {
	font-size:0.938em;
	line-height:3.000rem;
	border: 1px solid #d7d7d7;	
    padding: 0 20px;	
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.1);
	margin-bottom:10px;
}
textarea {
	line-height:1.500rem;	
	padding: 16px 20px;	
}
input.submit, input[type='submit'] {
	width:100%;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;	
	font-family: 'Roboto Slab', serif;
	color:#fff;	
	font-size:1.250em;
	background:#d97477;
	font-weight:400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;		
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	cursor:pointer;
}
input.submit:hover, input[type='submit']:hover {
	background-color:#b61d22;
}
span.wpcf7-not-valid-tip {
    margin: -10px 0 10px;
	color: #d97477;
}
div.wpcf7-response-output {
	margin:0;
}
div.wpcf7-validation-errors {
    border-color: #d97477;
}
.wpcf7-form p {margin:0;}
p {
	line-height:1.500em;
	margin:0 0 1.500em;
	font-size:0.938em;
	text-align:justify;
}
strong {
	font-weight:500;
}
ul.noStyle {
	list-style:none;
	margin:0;
	padding:0;
}

a.button_link {
	display:block;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:1.250em;
	line-height:1.500rem;
	color:#d97477;
	border:2px solid #e5c3c4;
	padding:16px 20px;
	padding-right:86px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	
	position:relative;
	margin: 0 0 28px;
}
a.button_link:hover {
	color:#b61d22;
	border-color:#b61d22;
}
a.button_link .icon {
	height:24px;
	width:24px;
	position:absolute;
	top:50%;
	margin-top: -12px;
	right:30px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #b61d22;
	color: #fff;
	text-shadow: none;
}

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

::-webkit-input-placeholder {
   color: #959595;
}

:-moz-placeholder { 
   color: #959595;  
   opacity:1; 
}

::-moz-placeholder {  
   color: #959595;  
   opacity:1;   
}

:-ms-input-placeholder {  
   color: #959595;  
}

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

#primary {
	position:relative;
	padding: 0 0 130px;
} 
#primary:after {
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	position:absolute;
	bottom:0;
}
#primary.dL:after {
	border-width: 199px 0 0 236px;	
	border-color: transparent transparent transparent #555555;
	left:0;
}
#primary.dR:after {
	border-width: 0 0 199px 236px;
	border-color: transparent transparent #555555 transparent;
	right:0;
}

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

/**
 * 2.1 Page top content header
 *
 * -----------------------------------------------------------------------------
 */
#content-header {
	display:block;
	height:520px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #fff;
	height:520px;
	position:relative;	
    z-index: 1;	
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);	
	opacity:0;
}
#content-header.no_image {
	background:#fff;
}
#content-header:before {
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	position:absolute;
	top:0;
	-webkit-transition : border 700ms ease-out;
	-moz-transition : border 700ms ease-out;
	-o-transition : border 700ms ease-out;
	transition : border 700ms ease-out;	
	transition-delay: 700ms;
}
#content-header.dR:before {
	border-width: 0 0 520px 0;
	border-color: transparent rgba(182, 29, 34, 0.8) transparent transparent;
	right:0;	
}
#content-header.animate.dR:before {
	border-right-width: 439px;
}
#content-header.dRB:before {
	border-width: 0 0 520px 0;
	border-color: transparent transparent rgba(182, 29, 34, 0.8) transparent;	
	right:0;	
}
#content-header.animate.dRB:before {
	border-left-width: 439px;
}
#content-header.dL:before {
	border-width: 520px 0 0 0;
	border-color: transparent transparent transparent rgba(182, 29, 34, 0.8);
	left:0;	
}
#content-header.animate.dL:before {
	border-left-width: 439px;
}
#content-header.dLT:before {
	border-width: 520px 0 0 0;
	border-color: rgba(182, 29, 34, 0.8) transparent transparent transparent;
	left:0;	
}
#content-header.animate.dLT:before {
	border-right-width: 439px;
}

/**
 * 2.2 Page content
 *
 * -----------------------------------------------------------------------------
 */
#content-warp {
	overflow: auto;
    position: relative;
    z-index: 99;	
	max-width: 970px;
}
.two_cols_grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main_col {
    display: inline-block;
    width: calc(100% - 364px);
}	
.main_col.no-aside {
    width: calc(100% - 282px);
}
h1.page-title {
	margin: 65px 0;
}
.main_col .content h2 {
	font-size:1.250em;
	margin: 3rem 0 1rem;
}
.main_col .content :first-child {
	margin-top:0;
}
/**
 * 2.3 Page Aside
 *
 * -----------------------------------------------------------------------------
 */
#aside {
    width: 282px;
    display: inline-block;
	padding-left:82px;
}
#aside h2 {
	font-size:1.875em;
	color:#b61d22;
	margin: 0 0 1.625em;
}
#aside blockquote {
	margin:0;
	font-size:1.500em;
	line-height:1.750rem;
	color:#b61d22;
	padding-top:40px;
	border-top: 4px solid #b61d22;
}
#aside blockquote span {
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	font-size: 1rem;
	display:block;
    font-style: normal;
	line-height:2.250rem;
}
#aside.two-cols-practice-areas {
    width: 100%;
    display: block;
	padding: 25px 0 0;
}
ul.practice_list {
	list-style:none;
	margin:0;
	padding:0;
}
ul.practice_list > li {
	font-weight:500;
	font-size:1.063em;
	padding:14px 0;
    line-height: 1;
	border-bottom:5px solid #d7d7d7;
}
ul.practice_list > li.current_practice a {color:#b61d22;}
/*ul.practice_list > li:last-child {border:none;}*/

#aside.two-cols-practice-areas h2 {margin-top:1.500rem;}
.two-cols-practice-areas ul.practice_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.two-cols-practice-areas ul.practice_list > li {
    display: inline-block;
    width: calc(50% - 40px);
}

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

#masthead {
	background:rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);	
	height: 102px;
    position: fixed;
    top: 0;	
    width: 100vw;	
    z-index: 100;	
} 
#navigation-togg {
	display:none;
}
#skz-logo {
	float:left;
	padding: 19px 0 15px;	
}
#skz-navigation {
	float:right;
	padding: 63px 0 0;
}
#lang_select, #primary-navigation {
	display:inline-block;
	vertical-align:middle;
}
/*--- Submenus for header ---*/
.sub-menu {
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 39px;
	overflow:hidden;
	padding: 32px 40px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);	
	visibility: hidden;
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.35s ease-out;
}
.sub-menu:before {
	content: '';
    display: block;
    position: absolute;
    top: -102px;
    left: -50%;
    width: 200%;
    height: 102px;
    background: transparent;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.sub-menu a {
	display:block;
	padding:12px 0;
	color:#acacac;
	position:relative;
	font-size:0.938em;
	font-weight:500;
}
.sub-menu div {
	border-bottom:2px solid #c2c2c2;
}
.sub-menu div:last-child {border:none;}
.sub-menu a:before {
	content: '';
    display: block;
    position: absolute;
	width:0px;
	height:8px;
	background:#b61d22;
	left:-40px;
    top: 16px;	
    -webkit-transition: all 0.35s;
    transition: all 0.35s;		
}
.sub-menu a:hover {
	color:#b61d22;
}
.sub-menu a:hover:before {
	width:26px;
}
/*--- Language Select ---*/
#lang_select {
    padding: 0 10px 15px 10px;
    margin-left: 50px;
	position:relative;
}
#lang_select:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
#lang-submenu {

}
#lang-submenu a {
	width:75px;
	line-height:1rem;
}

.lang-togg {
	width:16px;
	height:16px;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;	
}
.lang-togg:hover, .lang-togg.open, #lang_select:hover > .lang-togg {
	color:#b61d22;
}
.lang-togg .icon {
	width:16px;
	height:16px;
}
/*--- Header Menu ---*/
#header_main_menu, #header_main_menu ul.sub-menu {
	list-style:none;
	padding:0;
	margin:0;
}
#header_main_menu > li {
	display:inline-block;
	font-family: 'Roboto Slab', serif;	
	font-weight:400;
	font-size:1rem;
	line-height:1rem;
	text-transform:uppercase;
    padding: 0 16px;
    position: relative;
    height: 36px;
}
#header_main_menu > li:hover> .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
#header_main_menu > li a {
	color:#000;
}
#header_main_menu > li a:hover, #header_main_menu > li.current-menu-item a, 
#header_main_menu > li.current-menu-parent a {
	color:#b61d22;
}
#header_main_menu ul.sub-menu {
	padding: 32px 40px;
    right: auto;
	left:0;
	top:36px;
	background:#fff;
    width: 568px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
}
#header_main_menu ul.sub-menu li {
	font-family: 'Heebo', sans-serif;
	font-weight:500;
    text-transform: capitalize;	
    width: 280px;
    display: inline-block;
}
#header_main_menu ul.sub-menu li a {color:#acacac; border-bottom: 2px solid #c2c2c2;}
#header_main_menu ul.sub-menu li a:hover, #header_main_menu ul.sub-menu li.current-menu-item a {color:#b61d22;}
#header_main_menu ul.sub-menu li.current-menu-item a:before {width:26px;}
#header_main_menu ul.sub-menu li:nth-child(even) a:before { left:auto;   right: -40px;}
/*#header_main_menu ul.sub-menu li:last-child a{border-bottom: none;}		*/
#header_main_menu > li.menu-item-has-children .icon {display:none;}

/**
 * 4.0 Footer
 *
 * -----------------------------------------------------------------------------
 */

#colophon {
	background:rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.2);
	padding: 20px 0 15px;
	position:relative;
} 
#colophon .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}	
#colophon .row div {
	display:inline-block;
	vertical-align:bottom;
	width:50%;
}
#colophon .row div span a:hover {
	opacity:0.7;
}
#colophon .row .footer_contact span {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color:#000;
	margin-right:20px;
}
#colophon .row .footer_contact span a {
	font-weight: 300;
	color:#000;
}
#colophon .row .footer_credit span {
	font-weight: 300;
	color:#959595;
	font-size:0.813em;
	margin-left:20px;	
}
#colophon .row .footer_credit span a {
	color:#959595;
}
#colophon .row .footer_credit {
	text-align:right;
}

/**
 * 5.1 Templates Practice
 *
 * -----------------------------------------------------------------------------
 */
.practice_clients {
	padding-top:25px;
} 
ul.clients  li{
	font-weight:500;
	font-size:0.938em;
	line-height:1.500rem;
	color:#000;
}

/**
 * 5.2 Templates Lawyer
 *
 * -----------------------------------------------------------------------------
 */
/*------ Top  ------*/
#lawyer_top_section {
	display:block;
	/*height:700px;*/
    background-color: #fff;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);	
} 
.row.w-970.lawyer_name {
	padding-top:150px;
	padding-bottom:36px;
}
.lawyer_name h1.page-title {
	margin:0;
}
.lawyer_name span {
	font-size:1.125em;
	font-weight:300;
	display: block;
    padding-top: 10px;	
}
.lawyer_profile_warp {
	background-color:#b61d22;
	position:relative;	
}
.row.w-970.lawyer_profile {
	color:#fff;
	padding:65px 0 55px 0;
	height:450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.lawyer_profile_warp .lawyer_img {
	position:absolute;
	width:746px;
	height:450px;
	top:0;
	left:0;
	background:#fff;
	opacity:0;
    overflow: hidden;	
}
.lawyer_profile .gap {
    display: inline-block;
    width: calc(100% - 364px);
	height:1px;
}
.lawyer_profile .lawyer_details {
    width: 282px;
    display: inline-block;
    padding-left: 82px;
}
.lawyer_profile .lawyer_details a {color:#fff;}
.lawyer_profile .lawyer_details a:hover {opacity:0.7;}
.lawyer_profile .lawyer_details span, .lawyer_profile .lawyer_details span a, .lawyer_profile .lawyer_details h2 {
	font-family: 'Roboto Slab', serif;	
	font-weight:400;
	font-size:1.125em;
}
.lawyer_profile .lawyer_details h2 {margin-top:2.250rem;}
.lawyer_profile .lawyer_details span.email a {    border-bottom: 1px solid #fff;}
.lawyer_profile .lawyer_details span {line-height: 1.875rem;}
.lawyer_profile .lawyer_details .icon {
	vertical-align:middle;
	padding-left:8px;
}
/*------ Main ------*/
.single-lawyer .main_col {
	padding-top:60px;
}
.single-lawyer .sidebar_col {
	padding-top:130px;
}
.lawyer_content h2 {
	font-size:1.250em;
	margin:2rem 0 1rem;
}	

/**
 * 5.3 Templates Team
 *
 * -----------------------------------------------------------------------------
 */
.team_grid_warp {
	overflow:hidden;
	border-bottom: 2px solid #d7d7d7;
} 
.team_grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
	width:calc(100% + 60px);
	margin-left:-30px;
} 
ul.team_col, .col_gap {
	width:calc(33.3333% - 60px);
	display:inline-block;
    vertical-align: top;	
	margin:0 auto;
}
.col_gap {background:transparent;}
ul.team_col > li {
	line-height:1.625em;
	padding:7px 0;
    border-bottom: 5px solid #d7d7d7;	
	position:relative;
    -webkit-transition: border 0.8s;
    transition: border 0.8s;	
}
ul.team_col > li:last-child, .team_managment ul.team_col > li:last-child {border:none;}
ul.team_col > li:only-child {border-bottom: 5px solid #d7d7d7;}
ul.team_col > li a {
	font-size:1.063em;
	font-weight:500;
}
ul.team_col > li a span {
	font-size:0.813rem;
	font-weight:300;
}
ul.team_col > li a.mail {
	position:absolute;
	display:inline-block;
	top:50%;
	margin-top:-6px;
	right:0;
	height:12px;	
}
ul.team_col > li .icon {
	width:16px;
	height:12px;
    vertical-align: top;	
}
ul.team_col > li a:hover {
	color: #b61d22;
}
.team_grid_warp.team_managment {border:none;}

/**
 * 5.4 Templates Contact
 *
 * -----------------------------------------------------------------------------
 */
.contact_info li {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;	
	font-size:1.250em;
	line-height:1.875rem;
} 
.contact_info li a {
	font-weight:300;
	color:#000;
}
.contact_info li a:hover {opacity:0.7;}
.contact_info li.email a {border-bottom: 1px solid #000;}
.contact_info li.address {margin:1.875rem 0;}
.acf-map {
	width: calc(100% - 2px);
	height: 282px;
	border: #c2c2c2 solid 1px;
	margin: 50px 0 36px;
}
.acf-map img {
   max-width: inherit !important;
}

/**
 * 6.0 Internship
 *
 * -----------------------------------------------------------------------------
 */
.QA { padding: 25px 0 36px; } 
.QA_item {
	position:relative;
	border-bottom:4px solid #d7d7d7;
	padding: 18px 0;
}
.QA_item .expand_item {
	position:absolute;
	right:0;
	bottom:20px;
	cursor:pointer;
	color:#d97477;
}
.QA_item .expand_item .icon {
	height:12px;
	width:20px;
    vertical-align: top;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;		
}
.QA_item .expand_item.active .icon {
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}	
.QA_item .line  {
	font-size:0.938rem;
	padding-top:36px;
	position:relative;
}
.QA_item .line .icon {
	width:24px;
	height:27px;
	position:absolute;
	top:0;
	left:0;
}
.QA_item .line .icon.icon-answer-icon {
	cursor:pointer;
}
.QA_item .question {
	font-weight:400;
	margin-bottom:12px;
}
.QA_item .answer.closed {
	color:#acacac;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;	
}
.QA_item .answer.closed p {
	display:none;
}
.QA_item .answer p {
	padding-right:30px;
}

.application_form {
	padding: 36px 0 0;
}
.application_form .fileUpload {
    height: 3.000rem;
    margin-bottom: 10px;	
}
.application_form .fileUpload span.wpcf7-form-control-wrap {
	width:auto;
	position: relative;
	overflow: hidden;
	height:3.000rem;
    vertical-align: top;	
	display:inline-block;	
}
.application_form .fileUpload span.wpcf7-form-control-wrap  input {
	position: absolute;
	height: 3.000rem;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
}
.application_form .fileUpload label.upload_label {
    font-size: 0.938em;
    line-height: 3.000rem;
	height: 3.000rem;
    border: 1px solid #d7d7d7;
    padding: 0 20px;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.1);
	display:inline-block;
	cursor:pointer;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	color: #959595;  
	position:relative;
	background:#fff;
}
.application_form .fileUpload label.upload_label:after {
	content:'';
	display:block;
	width:18px;
	height:3.000rem;
    background: url(img/file_upload.png) no-repeat -23px 14px;
    background-size: 40px 20px;
	position:absolute;
	top:0;
	righT:20px;
}
.application_form .fileUpload label.upload_label.change_file:after {
	background-position:2px 14px;
}

/**
 * 7.0 Home
 *
 * -----------------------------------------------------------------------------
 */
#primary.home {padding:0;} 
#home-content-warp {
	background:#fff;
	height:calc(100vh - 60px);
	width:100%;
	position:relative;
	font-size:46px;
	color:#fff;
}
#home-content-warp:before, #home-content-warp:after {
	content:'';
	display:block;
	width: 0;
	height: 0;	
	border-style: solid;	
	position:absolute;	
	bottom:0;
	z-index:98;
	-webkit-transition : border 700ms ease-out;
	-moz-transition : border 700ms ease-out;
	-o-transition : border 700ms ease-out;
	transition : border 700ms ease-out;	
	transition-delay: 900ms;	
}
#home-content-warp:before {
	border-width: 85.64vh 0 0 0;
	border-color: transparent transparent transparent rgba(182, 29, 34, 0.8);
	lefT:0;
}
#home-content-warp.animate:before {
	border-left-width: 40vw;
}
#home-content-warp:after {
	border-width: 0 0 490px 0;
	border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
	right:0;
	transition-delay: 1200ms;
}
#home-content-warp.animate:after {
	border-left-width: 26.64vw;
}

.tContent {
	opacity:0;
	-webkit-transition : opacity 700ms ease-out;
	-moz-transition : opacity 700ms ease-out;
	-o-transition : opacity 700ms ease-out;
	transition : opacity 700ms ease-out;	
	transition-delay: 1600ms;		
}
.animate .tContent {
	opacity:1;
}
.HPquote {
	height:auto;
	width:220px;
	position:absolute;
	lefT:75px;
	bottom:38px;
	z-index:99;
	color:#fff;	
}
.HPquote blockquote {
	font-size:2.250rem;
	line-height:1;
	margin:0;
}
.HPquote blockquote span {
	font-family: 'Heebo', sans-serif;
	font-weight:300;	
	display:block;
	font-size:1.125rem;
	font-style: normal;
	margin-top:1rem;	
}

.recognitions {
	position:absolute;
	right:75px;
	bottom:38px;
	z-index:99;	
}
.recognitions_logo {
	width:78px;
	height:78px;
	border:2px solid #959595;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	margin:12px auto;
}
.recognitions_logo:after {
	content:'';
	display:inline-block;
	height:78px;
	vertical-align:middle;
}
.recognitions_logo img, .recognitions_logo a {
	display:inline-block;
	vertical-align:middle;
}

#slideshow > div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
	
    background-position: 0 25%;
    background-size: 100% auto;	
}


#acp-toggle-toolbar {top: calc(100vh - 54px) !important;}


/**
 * 8.0 Responsive
 *
 * -----------------------------------------------------------------------------
 */
 
/**
 * 8.1 Responsive - Desktop small 
 */
@media screen and (max-width: 1250px) and (min-width: 769px) {
	.row {
		padding:0 75px;
	}
	#content-warp, .row.lawyer_profile_warp {
		padding: 0 0;
	}
	/*--- Footer ---*/
	#colophon .row .footer_credit span.copyright {display:block;}
	/*--- Home ---*/
	#home-content-warp { height: calc(100vh - 78px);}
}

/**
 * 8.2 Responsive - Desktop small to portrait tablet 
 */
@media screen and (max-width: 1220px) and (min-width: 769px) {
	.row {
		padding:0 50px;
	}
	#header_main_menu > li {    padding: 0 12px;  }
	#lang_select {    margin-left: 10px;}
	.lawyer_profile_warp .lawyer_img {    width: 60%;}
	#slideshow > div {
	    background-position: 50% 50%;
		background-size: cover;
	}
}

/**
 * 8.3 Responsive - Tablets 
 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
	#content-warp, .row.lawyer_profile_warp, .row.w-970 {
		padding: 0 50px;
	    max-width: none;	
	}
	/*--- Footer ---*/
	#colophon .row div {	width:100%; margin:18px 0; }
	#colophon .row .footer_credit {text-align: left;}
	#colophon .row .footer_credit span {margin-left:0;}
	#colophon .row .footer_credit span:last-child {margin-left:20px;}
	/*--- Home ---*/
	#home-content-warp {  height: 100vh; }
} 

@media screen and (max-width: 1024px) {
	#primary.dL:after {
		border-width: 150px 0 0 177px;	
	}
	#primary.dR:after {
		border-width: 0 0 150px 177px;
	}
	
	/*--- Header ---*/
	#masthead {
		height:50px;
	}
	#skz-logo {
		padding: 5px 0 6px;
		position: relative;
		z-index: 1001;
	}
	#skz-logo img {
		width:155px;
		height:auto;
	}
	#skz-navigation {
		padding: 15px 0 0;
	}
	.sub-menu a:before {
		display: none;
	}
	/*--- Language ---*/
	.lang-togg .icon, .lang-togg {
		width: 18.5px;
		height: 18.5px;
	}
	#lang-submenu {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
		width: 100vw;
		padding: 6px 50px;
		top: 50px;	
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;		
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;	
		display:none;
	}
	#lang_select {
		position: initial;
		margin-left: 0;
		margin-right: 14px;	
		padding: 0px 10px;	
	}
	.lang-togg { vertical-align: sub; }	
	.lang-togg:hover, #lang_select:hover > .lang-togg {
		color:#000;
	}
	#lang_select.active .lang-togg {
		color:#b61d22;
	}
	/*--- Main Menu ---*/
	#primary-navigation {
		position: absolute;
		z-index: 1000;
		width: 100vw;
		left: 0;
		top: 50px;
		background: #fff;
		padding: 6px 0 10px;
		-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.3);	
		display:none;
		overflow: scroll;
		max-height: calc(100vh - 66px);		
	}
	#primary-navigation:before {
		content: '';
		display: block;
		position: absolute;
		top: -50px;
		left: 0;
		width: 100vw;
		height: 50px;
		background: transparent;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	}
	#navigation-togg {
		display: block;
		position: relative;
		width:24px;
		height:24px;
		border:none;
		padding:0;
		cursor: pointer;
		outline: 0;
		text-indent: 999px;	 	
		float:right;
		z-index: 1001;	
	}
	#navigation-togg span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #000;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	#navigation-togg span:nth-child(1) {
		top: 0px;
	}
	#navigation-togg span:nth-child(2),#navigation-togg span:nth-child(3) {
		top: 10px;
	}
	#navigation-togg span:nth-child(4) {
		top: 20px;
	}
	#navigation-togg.open span:nth-child(1) {
		top: 10px;
		width: 0%;
		left: 50%;
	}	
	#navigation-togg.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#navigation-togg.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#navigation-togg.open span:nth-child(4) {
	  top: 10px;
	  width: 0%;
	  left: 50%;
	}


	#header_main_menu > li {
		display: block;
		height:auto;
		padding: 0 0;	
		margin: 0 50px;
		border-bottom: 1px solid #000;
		position:relative;
	}
	#header_main_menu > li a:hover {color:#000;}
	#header_main_menu > li.menu-item-has-children.active > a {color:#b61d22;}
	#header_main_menu > li:last-child {
		border-bottom: none;
	}
	#header_main_menu > li:before {
		content:'';
		display:inline-block;
		height:40px;	
		vertical-align:middle;
	}
	#header_main_menu > li a {
		display:inline-block;
		vertical-align:middle;
	}
	#header_main_menu ul.sub-menu {
		display: block;
		position: initial;
		overflow: auto;	
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;	
	}
	#header_main_menu ul.sub-menu:before,
	#header_main_menu ul.sub-menu > li a:before {
		display:none;
	}
	#header_main_menu ul.sub-menu > li {
		width: 100%;
		border-bottom: 2px solid #c2c2c2;	
	}
	#header_main_menu ul.sub-menu > li a,
	#header_main_menu ul.sub-menu > li:last-child  {
		border-bottom:none;
	}
	#header_main_menu > li > .sub-menu {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
		display:none;
	}
	#header_main_menu > li.menu-item-has-children .icon {
		position: absolute;
		right: 0;
		top: 16px;
		width:12px;
		height:8px;
		display:block;
		-webkit-transition: all 0.35s;
		transition: all 0.35s;	
	}
	#header_main_menu > li.menu-item-has-children.active .icon {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
		
	
}
 
 
/**
 * 8.4 Responsive - Mobile 
 */
@media screen and (max-width: 768px) {

	.row {
		padding:0 20px;
	}
	/*--- Footer ---*/
	#colophon .row div {
		width:100%;
	}
	#colophon .row .footer_contact span {
		margin-right: 0;
		display: block;
		margin:18px 0;
	}
	#colophon .row .footer_credit {text-align: left;}
	#colophon .row .footer_credit span {margin-left: 0; display: block;}
	#colophon .row .footer_credit span.copyright {margin:18px 0;}

	/*--- Menu ---*/
	#lang-submenu {
		padding:6px 20px;
	}
	#header_main_menu > li {
		margin:0 20px;
	}

	/*--- Home ---*/
	#slideshow > div {
		background-position: 50% 50%;
		background-size: cover;
	}
	#home-content-warp {
		height: calc(100vh - 158px);
		margin-bottom: 108px;
		margin-top: 50px;
	}
	#home-content-warp:after {
		border-width: 0;
		border-color: transparent;
		border: none;
		background: #333333;
		width: 100%;
		height: 108px;
		bottom: -108px;
	}
	.recognitions {
		bottom: -108px;
		right: 0;	
		width: 100%;
		text-align: center;	
	}
	.recognitions_logo {display: inline-block;}
	.HPquote {left:20px; bottom: 20px;}
	.HPquote blockquote {font-size: 1.500rem;}
	.HPquote blockquote span {font-size: 0.875rem;}
	#home-content-warp:before { border-top-width: calc(74vh - 158px); }
	#home-content-warp.animate:before { border-left-width: 100vw;}

	/*--- Content Header ---*/
	#content-header {
		height: 205px;
		margin-top: 0;
	}
	#content-header.dR:before, #content-header.dRB:before {border-bottom-width: 205px;}
	#content-header.dLT:before, #content-header.dL:before {border-top-width: 205px;}
	#content-header.animate.dR:before, #content-header.animate.dLT:before { border-right-width: 60vw; }
	#content-header.animate.dL:before, #content-header.animate.dRB:before  {  border-left-width: 60vw; }

	/*--- Basic ---*/
	#primary {    
		padding-bottom: 170px;
		padding-top: 50px;
	} 
	.main_col, .main_col.no-aside {width: 100%;}
	#aside {
		width: 100%;
		padding-left: 0;
	}
	.two-cols-practice-areas ul.practice_list > li {
		display: block;
		width: 100%;
	}	
	.single-lawyer .sidebar_col {
		padding-top: 2.813rem;
	}	
	h1 {
		font-size:2.375em;
	}
	.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select {width:100%;}	

	/*--- Team ---*/
	.team_grid {
		width: 100%;
		margin-left: 0;
	}
	ul.team_col, .col_gap { width: 100%;}
	ul.team_col > li:last-child, .team_managment ul.team_col > li:last-child { border-bottom: 5px solid #d7d7d7;}
	ul.team_col:last-child > li:last-child, ul.team_col:nth-child(3) > li:last-child, .team_managment ul.team_col:last-child > li:last-child { border: none;}

	/*--- Lawyer Single ---*/
	.lawyer_profile {height:auto;}
	.lawyer_profile_warp .lawyer_img {
		width: calc(100% + 40px);
		margin-left: -20px;
		height: auto;
	    position: relative;	
	}
	.lawyer_profile_warp .lawyer_img img {
		width: 100%;
		height: auto;
	}
	.row.w-970.lawyer_profile {
		width: 100%;
		height: auto;
		padding: 1.500em 0 1.500em;
	}
	.lawyer_profile .lawyer_details {
		width: 100%;
		padding-left: 0;
	}
	.row.w-970.lawyer_name {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	/*--- Practice ---*/
	.practice_clients {
		padding-top: 0;
	}
	.practice_clients h2, #aside h2 {
	    margin: 2.813rem 0;	
	}

}
 
/**
 * 8.4.2 Responsive - Mobile < 400px
 */
@media screen and (max-width: 400px) {
	.lawyer_profile_warp .lawyer_img {    height: 240px;}
	.lawyer_profile_warp .lawyer_img img {
		height: auto;
		width: 400px;
		position: absolute;
		left: 50%;
		margin-left: -200px;
	}
}