/*
Theme Name: Bothwell Lawyer Sites
Author: Bothwell marketing
Author Uri: http://www.bothwellmarketing.com/
Version: 1.0
*/
/* ==== THEME STYLES ============================================= */
input{max-width: 100%;}
header.site {
  position: relative;
  text-align: center;
  padding: 1em 0;
  z-index: 1;
}
header.site .logo {
  padding: 15px 50px 15px 0;
  float: left;
}
header.site .logo img {
  max-width: 100%;
  width: 350px;
}
header.site .container {
  position: relative;
}
header.site .main-menu {
  position: relative;
  clear: both;
  font-size: 15px;
  font-weight: 600;
}
header.site .main-menu .menu-button {
  position: absolute;
  bottom: 100%;
  right: 0px;
  margin: 15px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 30px;
  height: 1.5em;
  text-align: center;
}
header.site .main-menu .menu-button:hover, header.site .main-menu .menu-button.active {
  background: #efefef;
}
header.site .main-menu .menu {
  padding: 1em 0 0;
  display: none;
}
header.site .main-menu .search-button {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
header.site .main-menu .search-button i {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
header.site .main-menu .search-button.active i {
  color: #03c7fa;
}
header.site .main-menu a {
  color: #808080;
}
header.site .main-menu .current-menu-item > a {
  color: #444;
}
header.site .menu > li {
  position: relative;
}
header.site .menu > li > a {
  display: block;
  padding: .25em 0 1em;
}
header.site .menu > li.current-menu-item, header.site .menu > li.current-menu-ancestor, header.site .menu > li.current-page-ancestor, header.site .menu > li:hover {
  font-weight: bold;
  padding-bottom: 1em !important;
  margin-bottom: -1em;
}
header.site .menu > li.current-menu-item > a, header.site .menu > li.current-menu-ancestor > a, header.site .menu > li.current-page-ancestor > a, header.site .menu > li:hover > a {
  color: #333333;
}
header.site .menu > li:hover .sub-menu {
  display: block;
}
header.site .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-top: 1px solid #b10202;
  padding: 1em 0;
  display: none;
}
header.site .menu .sub-menu > li > a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.125em;
  white-space: nowrap;
  display: block;
  padding: .25em 15px;
  text-align: left;
}
header.site .menu .sub-menu > li > a:hover {
  color: #000;
}
header.site .search-form {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 15px;
  border: 1px solid #efefef;
  border-radius: 3px;
  display: none;
  margin: 15px 0;
  z-index: 2;
}

/* ==== TEMPLATE: Front page ============================================= */
.banner-text {
  background: #fcfcfc;
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
}

.left-banner-text {
  font-size: 28px;
  color: #216EB0;
  display: inline-block;
  font-weight: bold;
  max-width: 220px;
  text-align: right;
  line-height: 1.2em;
  padding-right: 15px;
  border-right: 2px solid #eaeaea;
  padding-top: 5px;
  position: relative;
  padding-bottom: 5px;
  transform: translateY(-20%);
}

.right-banner-text {
  display: inline-block;
  max-width: 130px;
  line-height: .1em;
  font-size: 24px;
  text-align: left;
  padding-left: 15px;
  transform: translateY(-10%);
}

article .page > .banner-text .left-banner {
  font-weight: bold;
  color: #216EB0;
  display: inline-block;
}

article .page > .banner-text .right-banner {
  display: inline-block;
  color: #000;
}

.header-images-container {
  background-color: #1a6fb4;
  overflow: hidden;
}

.header-images {
  height: 320px;
  margin: 0 -3px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.7);
}
.header-images > .image-container {
  height: 100%;
  width: 33.3%;
  float: left;
}
.header-images > .image-container + .image-container {
  border-left: 6px solid #fff;
}
.header-images > .image-container > .image {
  height: 100%;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.home .news-item-list {
  margin: 0 -15px;
}
.home .news-item-list > .list-item {
  width: 33.33%;
  padding: 0 15px 1em;
  float: left;
  text-align: left;
  font-size: 12px;
  text-transform: none;
}
.home .news-item-list > .list-item .title > a {
  color: inherit;
}
.home .news-item-list > .list-item .read-more {
  color: #b10202;
}
.home .news-item-list > .list-item .icon-container {
  float: left;
  width: 70px;
}
.home .news-item-list > .list-item .icon-container .icon {
  padding: 1em 10px 0em 0;
  text-align: center;
  position: relative;
}
.home .news-item-list > .list-item .icon-container .icon > a {
  display: block;
  text-align: center;
}  
.home .news-item-list .more-news {
  background: #fcfcfc;
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  clear: both;
  text-transform: uppercase;
}
.home .news-item-list .more-news > a {
  padding: .5em 15px;
  float: right;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
 
/* ==== CONTENT ============================================= */
#content .post-title {
  font-weight: 300;
  color: #666666;
  text-transform: uppercase;
  line-height: 1em;
}
#content .post-title .secondary-title {
  color: #000;
  text-transform: none;
}
#content .post-title .secondary-title:before {
  content: ' - ';
}
#content .post-content {
  padding-bottom: 1em;
}

/* ==== BREADCRUMB ============================================= */
.breadcrumb-container {
  background: #fcfcfc;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  padding: 1em 0;
}
.breadcrumb-container a {
  color: #666;
}

/* ==== ASIDE ============================================= */
aside {
  clear: both;
  padding-bottom: .3em;
  padding-top: 2em;
  position: relative;
}
aside .widgets {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
aside .widget {
  padding: 0 30px;
}
aside .widget_subpages {
  padding: 0;
  margin-top: -1px;
}
aside .widget_subpages > ul {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}
aside .widget_subpages > ul > li > a {
  display: block;
  padding: 1em 30px;
  text-transform: uppercase;
  color: #6d6d6d;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
aside .widget_subpages > ul > li > a:hover {
  background: #fcfcfc;
}
aside .widget_subpages > ul > li + li > a {
  margin-top: -1px;
}
aside .widget_subpages > ul > li.widget_subpages_current_page > a {
  background: #fafafa;
  border-color: #dedede;
  position: relative;
  color: #323232;
  font-weight: 700;
  z-index: 1;
}
aside .back-link {
  padding-bottom: .5em;
  font-weight: bold;
}
aside .back-link a {
  color: inherit;
}

/* ==== PRACTICE AREA LIST ============================================= */
.term-list {
  list-style: none;
  padding: 0;
}
.term-list > li {
  position: relative;
  padding-left: 120px;
  margin: 2em 0;
}
.term-list > li > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.term-list > li .title > a {
  color: inherit;
}
.term-list > li .title > a:hover {
  color: #b10202;
}

.term-rep_matters h3 a {
  color: inherit;
}
.term-rep_matters .term-name {
  padding-top: .5em;
}
.term-rep_matters .term-name a {
  color: #333;
}
.term-rep_matters .term-name a:after {
  content: ' \00BB';
}
.term-rep_matters .term-name a:hover {
  color: #b10202;
}

.term-name-list {
  list-style: none;
  padding-left: 0;
}
.term-name-list > li > a {
  color: #666;
  padding: .25em 0;
  display: block;
  line-height: 1.125em;
}
.term-name-list > li.current-menu-item > a {
  font-weight: bold;
  color: #333;
}
.term-name-list > li + li {
  padding-top: .25em;
}
.cal-bar-statement{
  padding-left:30px;
  font-size:12px;
}
.alphabet-order{
   padding-left: 30px;
   font-size: 11px;
}
/* ==== TEAM LIST ============================================= */
.page-template-tpl-team-list-php #content .post-title {
  text-align: center;
  color: #000000;
}

.team-text-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  font-size: 1.125em;
  /*padding-bottom: 2.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;*/
  position: relative;
}
.asterisk-note{ clear: both; text-align: right; }
.astsep{padding-bottom: 1.5em;  margin-bottom:0;}

.team-text-list > li {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.team-text-list > li > a {
  color: inherit;
}
.team-text-list .asterisk:after {
  content: '*';
}
.team-text-list .asterisk-note {
  position: absolute;
  bottom: 0;
  margin-bottom: 1em;
  margin-right: 15px;
  font-size: 12px;
  right: 0;
}

.team-image-list {
  margin: 0 -5px 2em;
}
.team-image-list > .team-member {
  padding: 0 5px;
  width: 50%;
  float: left;
  margin: 1em 0;
}
.team-image-list > .team-member .image {
  overflow: hidden;
}
.team-image-list > .team-member a {
  color: inherit;
}

/* ==== TEAM MEMBER DETAIL ============================================= */
.team-member-header {
  padding-bottom: 1.5em;
  padding-top: 2em;
}
.team-member-header .name {
  margin-top: 0;
  line-height: 1.125em;
  font-weight: 500;
}
.team-member-header .image {
  width: 180px;
  padding-right: 20px;
  float: left;
}
.team-member-header .image + .info {
  margin-left: 180px;
}
.team-member-header .icons {
  left: -10px;
  position: relative;
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
  margin: -.25em 0 1em;
}
.team-member-header .icons > li {
  float: left;
  width: 50px;
  padding: 0 10px;
  font-size: 20px;
}
.team-member-header .icons > li.vcard {
  font-size: 18px;
}
.team-member-header .icons a {
  color: #999;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.team-member-header .icons a:hover {
  color: #b10202;
}
.team-member-header a {
  color: #b10202;
}
.team-member-header .office {
  line-height: 1.5em;
}
.team-member-header .office .phone a,
.team-member-header .office .fax a {
  color: inherit;
}
.team-member-header .office .title-line {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: bold;
}

.team-member-content .tabs {
  background: #fcfcfc;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 -15px 0 0;
}
.team-member-content .tabs > li {
  font-size: 14px;
  padding: 0 14px;
}
.team-member-content .tabs > li:first-child {
  padding-left: 4px;
}
.team-member-content .tabs > li > a {
  display: block;
  padding: 1em 0;
}
.team-member-content .publications a,
.team-member-content .representative-matters a {
  color: inherit;
}

.page-sidebar .practice-areas .title,
.page-sidebar .education .title {
  margin-bottom: .5em;
}
.page-sidebar .practice-areas ul > li + li,
.page-sidebar .education ul > li + li {
  padding-top: .5em;
}
.page-sidebar .practice-areas .school,
.page-sidebar .practice-areas .description,
.page-sidebar .education .school,
.page-sidebar .education .description {
  display: block;
  line-height: 1.125em;
}
.page-sidebar .practice-areas .description,
.page-sidebar .education .description {
  font-style: italic;
}
.page-sidebar .practice-areas > .title,
.page-sidebar .education > .title {
  padding-left: 0;
}
.page-sidebar .practice-areas > ul,
.page-sidebar .education > ul {
  padding: 0;
  margin: .5em 0 1.5em;
  list-style: none;
}
.page-sidebar .practice-areas a,
.page-sidebar .education a {
  color: inherit;
}

/* ==== CASE & PRACTICE AREA DETAIL ============================================= */
.practice_area-detail,
.case-detail {
  position: relative;
  padding-left: 120px;
}
.practice_area-detail.no-image,
.case-detail.no-image {
  padding-left: 0;
}
.practice_area-detail > .image,
.case-detail > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.practice_area-detail .title > a,
.case-detail .title > a {
  color: inherit;
}

/* ==== NEWS LIST ============================================= */
.news-item-list {
  list-style: none;
  padding: 0;
}
.news-item-list > .list-item {
  position: relative;
  padding-left: 120px;
  margin: 2em 0;
}
.news-item-list > .list-item > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.news-item-list > .list-item .title > a {
  color: inherit;
}
.news-item-list > .list-item .read-more {
  color: #b10202;
}

.container {
  position: relative;
}

.archives-link {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: .5em 15px;
  color: #999;
}
.archives-link:after {
  content: " »";
}
.archives-link:hover {
  color: #666;
}

aside h3 {
  margin-bottom: 0;
}
aside ul {
  list-style: none;
  padding-left: 0;
  margin-top: .5em;
  margin-bottom: 2em;
}
aside ul > li > a {
  color: #666;
  padding: .25em 0;
  display: block;
}
aside .news-item-list a {
  color: #666;
  display: block;
  padding: .5em 5px .5em 30px;
  font-size: .925em;
  line-height: 1.33em;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
aside .news-item-list a:hover {
  color: #333;
  background: #fafafa;
  border-color: #f6f6f6;
}
aside .news-item-list > li + li {
  margin-top: -1px;
}
aside .news-item-list > li.current-item > a {
  font-weight: bold;
}
.registration-submit{ background: #2774b9; color: #FFF; border: none; padding: 5px 25px; margin-top: 4px; }
/* ==== ARCHIVE ============================================= */
.archive .list-item a {
  color: inherit;
}

/* ==== SEARCH ============================================= */
.search-results a {
  color: inherit;
}

.search-query .query:before, .search-query .query:after {
  content: "'";
  font-style: italic;
}

/* ==== FOOTER ============================================= */
footer.site {
  background: #3f4853;
  color: #c0cbd5;
  padding: 10px 0;
  font-weight: bold;
}
footer.site a {
  color: #c0cbd5;
}
footer.site a:hover {
  color: #fff;
}
footer.site .logo {
  float: right;
}
footer.site > .container > .row {
  clear: both;
}
footer.site > .container > .row > div {
  padding-top: 20px;
}
footer.site h3 {
  text-transform: uppercase;    margin-bottom: 0px;margin-top: 0;
}
footer.site .copyright {
  text-transform: uppercase;font-size: .8em;      margin-bottom: 10px;
}
footer.site .social-icons { 
  margin: 0em -15px 1em;
}
footer.site a img.alignnone { margin: 5px 20px 7px 0; }
footer.site .text-content p{margin: 0.5em 0;}
footer.site .social-icons > li {
  float: left;
  width: 50%;
  min-width: 160px;
  max-width: 250px;
  padding: 0 15px;
  line-height: 1.25em;
}
footer.site .social-icons > li:nth-child(2n) {
  clear: right;
}
footer.site .social-icons > li:nth-child(2n+1) {
  clear: left;
}
footer.site .social-icons > li > a {
  max-width: 145px;
  display: block;
}
footer.site .social-icons > li img {
  float: left;
  padding-right: 10px;
  padding-bottom: 15px;
}
footer.site .news-items > li {
  padding-left: 70px;
  position: relative;
  min-height: 34px;
  margin-bottom: 1em;
}
footer.site .news-items > li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
}
footer.site .news-items > li.careers-link {
  text-transform: uppercase;
  margin-top: 1.5em;
}
footer.site .news-items > li.careers-link .title {
  display: inline-block;
  padding-top: .5em;
}
footer.site .offices .name {
  text-transform: uppercase;font-size: .9em;
}
 
footer.site .offices > li {
      margin: 5px 0 10px 0;
}

.pagination {
  padding: 1em 0;
}

.tabs {
  margin: 0 -20px;
  padding: 0;
}
.tabs > li {
  display: inline-block;
  padding: 0 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.tabs > li > a {
  color: #333333;
}
.tabs > li.selected {
  font-weight: bold;
}

.tab-panels {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tab-panel {
  padding-top: 1px;
  padding-bottom: 1px;
  display: none;
}
html span.wpcf7-list-item { margin: 5px 0; display: block; }
html span.wpcf7-list-item label{ margin-left: 10px; }
html ol.mis-slider.mis-slider_1{    margin-top: 91.5px !important;}
html .mis-slider_1 li img{border: none;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
html .mis-slide_1{height: auto; }
.user-subscriber .header-images-container{display:none;}
@media (max-width: 480px){html .left-banner-text { margin-top: 17px; }}