.page-id-2798 h2{
	font-family: 'Noto Serif KR', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: .7em;
}

.page-id-2798 h2{
	display: inline-block;
	
}

.page-id-2798 h2:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #000;
	display: inline-block;
}

.wp-block-table tr{
	font-family: "Freight Text Light", serif;
	font-size:15px;
}

.wp-block-table tr strong{
	font-family: "Freight Text Light", serif;

}

.btx-navbar .btx-menu .sub-menu a, .btx-navbar .btx-menu .btx-mega-menu a{
	color: black !important;
}



/* Portrait */
/*
@media (max-width: 400px){	
.ctct-form-wrapper .ctct-submit{
	margin-top: -85px !important;
	max-width: inherit !important;
	margin-right: 0 !important;
	}	
}

.ctct-form-description p{
	margin: 0 !important;
}
#ctct-opt-in_0,.ctct-input-container{
	float:left !important;
}

.ctct-form-wrapper .ctct-input-container label{
	color: white; 
	padding-left: 20px;
	margin-top: 10px;
}

.ctct-disclosure{
	display:none !important;
}

.ctct-email{
	background: transparent !important;
	border-color: #fff !important;
	max-width: 50%;
	float:left !important;
		font-family: 'Freight Pro Light', sans-serif !important;

}

.ctct-form-wrapper .ctct-submit{
	border-color: #fff;
	color: #fff;
	border-radius: 1px;
	float: right !important;
	max-width: 30%;
		font-family: 'Freight Pro Light', sans-serif !important;
	margin-top: -41px;
	margin-right: 25%;

}

.ctct-form-wrapper .ctct-form-field{
	margin: 0 !important;
		font-family: 'Freight Pro Light', sans-serif !important;
}

.ctct-form-wrapper span.ctct-label-hidden{
	font-family: 'Freight Pro Light', sans-serif !important;
}
*/
/*Fix Blog Styling*/
.blog, .single-post{
	font-family: 'Freight Pro Light', sans-serif;
}

.blog .btx-page-title .btx-page-title-content h1 {
	font-family: 'Questrial', sans-serif;
	letter-spacing: 4px;
}

.btx-light-scheme .tagcloud a{
	background-color: transparent;
}
/*End Blog Styling*/
.btx-navbar--dark a{
	color: white !important;
}

.btx-navbar--light a{
	color: inherit !important;
}


.btx-navbar--mobile .btx-collapsed-menu--full .current-menu-item > a{
	color: inherit !important;
}

.header-contact a:hover{
	text-decoration: underline;
}

.header-contact a{
	color: inherit !important;
}

.services-center .accordion-blk:after{
	display: none !important;
}


.contact-footer a:hover{
	text-decoration: underline;
}

a:hover, a:focus, a:active, a:hover.btx-p-brand-color {
    color: inherit !important;
}

::selection {
	color: inherit !important;
	background-color: #01a2dd;
}

::-moz-selection {
	color: inherit !important;
	background-color: #01a2dd;
}

.btnx:focus, .btnx:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover{
	color: inherit !important
}

/*accordion CSS */
button {
	background-color: transparent;
}

.accordion {
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-radius: 0px;
  cursor: pointer;
  color: black;
  padding: 18px 0px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
  outline-width: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-blk {
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-radius: 0px;
  cursor: pointer;
  color: black;
  padding: 18px 0px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
  outline-width: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.active, .accordion:hover { 
}

.panel {
  padding: 20px 0px;
  display: none;
  overflow: hidden;
  color: #000000;
  font-size: 14px;
  border: 0;
  font-family: "Freight Text Light", serif;
}

.panel.show {
    display: block !important;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
	display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
	flex-wrap: wrap;
  max-width: 90%;
	min-height 600px;
}

.column {
  flex: 50%;
  padding-right: 30px;
}

.accordion-blk:after {
content: "→" !important;
float: right;
transition: 0.2s;
}

.accordion-blk.active:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}




/*tab CSS*/

/* tab wrapper */
.tab-wrapper {
	margin: 0px 0px 50px 10%;
	padding: 3% 0px;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px,
	border-radius: 0px;
	max-height: 50px;
}

/* Style the tab links */
.tablinks,
.tablinks1{  
	-webkit-appearance: none;
	border-top: 1px solid #6F7174;
	border-left: 0px;
	border-right: 0px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
	border-radius: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
  outline: none;
  cursor: pointer;
	height: 100%;
  padding: 18px 5%;
  transition: 0.3s;
	font-family: questrial;
  font-size: 12px;
	color: black;
  text-transform: uppercase;
	display:inline-block;
}

/* Change background color of buttons on hover */
.tab button:hover {
  opacity: 0.5;
}

/* Create an active/current tablink class */
.tab button.active {
  color: rgba(0,0,0,0.4);
}

/* Style the tab content */
.tabcontent,
 .tabcontent1{
  display: none;
	margin: 30px 0px;
  padding: 0px 0px;
	font-family: "Freight Text Light", serif;
	color: #000000;
	font-size: 14px;
	max-width:80%;
}

#edu,
#edu1 {
	border-left: 1px solid #6F7174;
	border-right: 1px solid #6F7174;
}

/*tab button media query to stop wrapping*/

@media screen and (max-width: 600px) {
	.tab button {
		padding : 18px 2%;
}
}

/*tab button that links to experience*/

.exp-button {
  background-color: inherit;
  float: left;
	border-radius: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
  outline: none;
  cursor: pointer;
	min-height: 50px;
  padding-left: 5%;
	padding-right: 5%;
	padding-top: 18px;
	padding-bottom: 18px;
  transition: 0.3s;
	font-family: questrial;
	letter-spacing: .075em;
	line-height: 1;
  text-align: center;
	vertical-align: middle;
	font-weight: 700;
  font-size: 12px;
	color: black;
  text-transform: uppercase;
	display:inline-block;
}

.exp-button:hover {
  opacity: 0.5;
}

.exp-a {
	color: black;
}




/* photo divs */
.div-wrapper {
	height: 100vh;
	display: flex;
  align-items: stretch;
}

.practice-photo {
	width: 100%;
	height: 100%;
	background-color: black;
	display:inline-block;
	background: url(https://i1.wp.com/packlaw.com/wp-content/uploads/2020/04/PalmTree-copy-1.jpg?w=1300) center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.team-photo {
	width: 100%;
	height: 100%;
	background-color: black;
	display:inline-block;
	background: url(https://i2.wp.com/packlaw.com/wp-content/uploads/2020/04/Joe-Pack.jpg?w=1300) center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.services-photo {
	width: 100%;
	height: 100%;
	background-color: black;
	display:inline-block;
	background: url(https://i0.wp.com/packlaw.com/wp-content/uploads/2020/04/Stairs1000000.jpg?w=1300) center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.experience-photo {
	width: 100%;
	height: 100%;
	background-color: black;
	display:inline-block;
	background: url(https://i0.wp.com/packlaw.com/wp-content/uploads/2020/04/photo-1529478393199-831741862306_CROP.jpg?w=1300) center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-photo {
	width: 100%;
	height: 100%;
	background-color: black;
	display:inline-block;
	background: url(https://i0.wp.com/packlaw.com/wp-content/uploads/2020/04/muzammil-soorma-YbHB6kOnW1M-unsplash-copy.jpg?w=1300) center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* added by nahid */
#team .btx-row {
	width: 1170px;
	margin: 0 auto;
		max-width: 100%;
}

#jessey-experience .btx-container, 
#jessey-overview .btx-container {
    padding-left: 0;
    padding-right: 0;
}
.team-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	text-align: center;
}

#jessey-overview .team-photo {
	background-image: url(https://packlaw.com/wp-content/uploads/2021/01/jessey.jpg);
}

.team-heading h3 {
	padding-top: 10%;
	letter-spacing: 4px;
}

.member-photo {
	margin: 20px 0;
	margin-bottom: 10px;
}

.team-footer h4 {
	margin: 7px 0;
	margin-bottom: 5px;
}


/* blog */
.blog .btx-main,
.archive .btx-main,
.search .btx-main {
    width: 100%;
    padding-right: 0;
}
 
.blog .btx-sidebar,
.archive .btx-sidebar,
.search .btx-sidebar {
    display: none;
} 
article.btx-entry .btx-entry-inner {
    border: 1px solid rgb(220,220,220);
}
 
.btx-entry .btx-entry-body {
/*     padding: 20px; */
}
article .btx-entry-title {
    line-height: 1.4;
	display: block !important;
}
.back-news-btn {
font-size: 12px;
    display: inline-block;
    padding: 10px 15px 8px;
    line-height: 1;
    margin-bottom: 20px;
    color: #929292;
}
.pl-post-meta {
    font-size: 12px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
}
.pl-meta-publication {
    font-weight: 700;
}
.pl-meta-publication:after {content: '//';margin: 0 4px 0 5px;}

.single .pl-post-meta {
/*     display: none; */
}
.blog .btx-page-title .btx-page-title-content h1 {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 4px;
    font-size: 36px;
}
.btx-search-form input[type=text] {
    background: transparent;
    border: 1px solid #dcdcdc;
    height: 45px;
    border-radius: 1px;
}

.btx-container form {
    width: 300px;
    max-width: 100%;
}

.btx-search-form:before {
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.btx-page-title-content {
    padding-bottom: 25px;
}


.blog-after-header-right {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.btx-entry-excerpt {
    line-height: 1.3;
    font-size: 16px;
/* 	color: #2c2c2c; */
}
.btx-entry-excerpt ,
.single .btx-post-content {
    color: #191919;
}
article .btx-entry-title {
    font-size: 16px !important;
}
	.blog-after-header-right p {
    margin: 0;
}
.blog-after-header-right span:first-of-type {
    font-family: 'Questrial', sans-serif;
}
.btx-post-content .row {
    display: block;
}
.single .btx-post-content .pl-post-meta {
    display: block;
    padding: 20px 0;
}

.subv-table table th,
.subv-table table td {
    border: 1px solid #000 !important;
	color: #000;
    font-size: 15px;
    font-family: "Freight Text Light", serif;
    padding: 20px;
    vertical-align: top;
}

.subv-table table thead {
	border-top-width: 1px;
}
.subv-table table th {
	vertical-align: middle;
}

.subv-table-heading .btx-heading-text {
	padding-bottom: 5px;
	font-weight: 600;
	line-height: 1.2;
	border-bottom-width: 2px;
}

.subv-table-cases-list {
	list-style: none;
}

.subv-table-cases-list li:before {
	content: '-';
}

/*Team pages styling*/
.team1 .btx-text-content-inner {
	color:white;
}

/* responsive */
@media(min-width: 961px) {
	#menu-one-page-menu {
		width: 58.33333%;
		padding-left: 4.5%;
	}
	.tab-experience .row {flex-wrap: nowrap;}

.tab-experience .column {flex: 30%;}

.tab-experience .column:last-child {padding-right: 0;}

	#joseph-overview .tabcontent {font-size: 11.5px;margin-top: 20px;margin-bottom: 0;}
	

#joseph-overview .tabcontent p {margin-bottom: 15px;}

#joseph-overview .tabcontent p:last-child {margin-bottom: 0;}

#joseph-overview .tab-wrapper {padding-top: 5px;}
	
	
} /*en @min-961px*/

@media (min-width: 961px) and (max-width: 1100px) {
	#menu-one-page-menu li a {
		padding-left: 8px;
		padding-right: 8px;
	}
}


@media only screen and (min-width: 961px) {
	.btx-navbar {
		background: transparent !important;
		border: none !important;
	}

	body:not(.page-id-1464) .btx-navbar .btx-menu > li > a {
		color: #898989 !important;
	}

	body:not(.page-id-1464) 	nav.btx-navbar:not(.btx-navbar--fixed) {
/* 		border-bottom: 1px solid #f8f8f8 !important; */
	}
	.header-black-logo a.btx-navbar-brand,
	body:not(.page-id-1464) a.btx-navbar-brand  {
		background-image: url('https://packlaw.com/wp-content/uploads/2021/01/PackLawLogoBlack.png');
		background-size: 140px auto;
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	.header-black-logo a.btx-navbar-brand img,
	body:not(.page-id-1464) a.btx-navbar-brand img {
		visibility: hidden;
		opacity: 0;
	}
.blog-after-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
	.services-center .accordion-blk {
			min-height: 72px;
			padding-bottom: 16px;
	}
	.tabcontent, .tabcontent1 {
    height: 50vh;
    overflow-y: scroll;
}
}

@media only screen and (min-width: 768px){
	body:not(.single) article .btx-media-wrapper-inner {
/* 		max-height: 220px; */
	}

body:not(.single) article .btx-media-wrapper-inner img {
/*     height: auto; */
/*     width: 100%; */
}
	.single .btx-container > div {padding-left: 50px !important;padding-right: 50px !important;min-width: 100%;}

.single .btx-post-body {
    padding-left: 0;
    padding-right: 0;
}
	.single .btx-container > div.btx-post-media {
    min-width: auto;
    float: left;
    max-width: 520px !important;
		margin-bottom: 20px;
}

.single .btx-post-body {
    padding-top: 0;
}
}

@media only screen and (max-width: 960px){
	.blog-after-header-right {
    padding-top: 30px;
    margin-bottom: -20px;
}
	
.btx-navbar.btx-navbar--alternate, .btx-navbar--mobile.btx-navbar--alternate {
    background-color: rgba(10, 10, 10, 1) !important;
}	
	
.btx-navbar--transparent.transparent {
    background-color: black;
}	
	.tab-wrapper {
    margin: 0px 0px 50px 0%;
    padding: 3% 10px;
}
	.btx-navbar--mobile .btx-collapsed-menu--full .btx-menu>li>a {
    padding: 10px 0;
    color: #1d1d1d;
}
}

/* end added by nahid */

    /*.btx-navbar {
        background: black !important;
        border: none !important;
    }*/

.btx-navbar--light {
	background: black !important;
}

.btx-navbar--alternate {
	background: white !important;
}
.home .btx-navbar {
        background: black !important;
        border: none !important;
    }