@charset "UTF-8";
/*
Theme Name: Norfolk Circuit Court 2018
Description: Norfolk Circuit Court WordPress theme
Version: 1
*/
body {
  position: relative;
}
.hide-mobile {
  display: block;
}
.hide-desk {
  display: none;
}
.mobile-logo .home-logo {
  left: 10px;
  right: auto;
}
.ciniva-link {
  color: #656565;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
}
.ciniva-link:hover {
  text-decoration: underline;
}
.tp-leftarrow {
  width: 39px !important;
  height: 80px !important;
  border-radius: 0 !important;
  background: url(images/slider_left.png) 0 0 repeat !important;
}
.tp-leftarrow:hover {
  background: url(images/slider_left_hover.png) 0 0 repeat !important;
}
.tp-rightarrow {
  width: 39px !important;
  height: 80px !important;
  border-radius: 0 !important;
  background: url(images/slider_right.png) 0 0 repeat !important;
}
.tp-rightarrow:hover {
  background: url(images/slider_right_hover.png) 0 0 repeat !important;
}
.tp-bullets .bullet {
  background: url(images/slider_pin.png) 0 0 no-repeat !important;
  margin-top: 0 !important;
  margin-left: 5px !important;
  width: 9px !important;
  height: 9px !important;
}
.tp-bullets .selected {
  background: url(images/slider_pin_active.png) 0 0 no-repeat !important;
}
.top-panel {
  /*position: absolute;*/
  /*z-index: 100;*/
  /*left: 50%;
  margin-left: -500px;*/
}
.home-logo, .logo {
  position: absolute;
  z-index: 101;
  margin-top: -1px;
  padding: 8px;
  background: #FFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.home-logo img, .logo img {
  max-width: 108px;
}
/*@media (min-width: 979px) and (max-width: 1200px) {*/
.translate-mobile-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 999999;
  background: #FFF;
  flex-direction: column;
}
.translate-mobile-box .tm-header {
  display: flex;
}
.translate-mobile-box .tm-text {
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
}
.translate-mobile-box .tm-close {
  font-size: 20px;
  background: #007eff;
  color: #FFF;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
  margin-left: auto;
}
.translate-mobile-box ul {
  display: flex;
  padding-top: 20px;
}
.translate-mobile-box li {
  width: 50%;
  list-style: none;
}
.translate-mobile-box li a {
  margin-bottom: 5px;
  color: #616161;
  display: inline-block;
}
.search-social-panel {
  padding-right: 3px;
  min-height: 50px;
}
.nav-for-mobile {
  display: none;
}
.main-content > section {
  float: right;
}
.main-content > aside {
  float: left;
}
/* 10/31/2018 ~ This was removed when converted CSS to SCSS, not sure what it was supposed to be, but it's using invalid naming conventions
.main-content>section.3-column-main{
  float: left;
}
*/
.big-right-column {
  float: right;
  overflow: auto;
}
@media (min-width: 640px) {
  .search-social-panel {
    position: absolute;
    z-index: 100;
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 1021px) {
  .navbar-nav {
    display: flex;
  }
  .navbar-nav li:first-of-type {
    margin-left: auto;
  }
  .navbar-panel {
    z-index: 100;
    margin-top: 60px;
  }
  .menu-open-button {
    display: none;
  }
}
@media (max-width: 1020px) {
  .top-small-links {
    display: none;
  }
  .menu-open-button {
    display: block;
    z-index: 100;
  }
  .navbar-panel {
    display: none;
  }
  .navbar {
    z-index: 1002;
    position: absolute;
    width: 100%;
    margin-top: 100px;
  }
  .navbar-panel .nav li {
    clear: both;
    background-image: none;
  }
  .search-social-panel {
    background: #1976d3;
    width: 100%;
    margin: 0;
    left: 0;
    padding-bottom: 10px;
  }
  .non-home-page-slider {
    height: 100px !important;
  }
  .non-home-page-slider .container {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-content > section {
    float: none;
  }
  aside.sidebar-wrapper {
    float: none;
  }
}
@media (max-width: 999px) {
  /*.home-logo img{
    width: 128px;
  }
  .home-logo{
    margin-top: 50px;
    margin-left: 60px;
  }
  .logo img{
    width: 128px;
  }
  .logo {
    margin-top: 100px;
    margin-left: 60px;
  }*/
  aside {
    padding-right: 25px !important;
  }
}
@media (max-width: 480px) {
  .first-social-button {
    margin-right: 10px !important;
  }
  .top-small-links > a {
    padding-left: 10px !important;
    padding-right: 5px !important;
  }
  .non-home-page-slider {
    display: none;
  }
  header {
    /*margin-bottom: 20px;*/
  }
}
@media (max-width: 320px) {
  /*.social-button{
    margin-top: 16px !important;
  }
  .social-button img{
    width:20px;
  }
  .search-box{
    width: 100px;
    margin-right: 5px !important;
  }
  .top-small-links{
    margin-top: 40px !important;
  }*/
  .top-panel .navbar-nav {
    display: none;
  }
  .tp-caption {
    position: relative !important;
    text-align: center !important;
    height: auto !important;
    /*margin-top: 190px !important;*/
  }
  .tp-caption.medium_text {
    top: 120px !important;
    left: 0 !important;
    font-size: 14px !important;
    width: 280px !important;
    line-height: 1.5em !important;
    white-space: normal !important;
    padding-left: 10px !important;
    text-align: left !important;
  }
  .tp-caption.medium_text > strong {
    font-size: 1.5em !important;
  }
  .rev_slider_wrapper {
    /*height: 500px !important;*/
    /*margin-bottom: 180px !important;*/
    /*width: 300px !important; */
    overflow: hidden !important;
    /*height: 320px !important;
    max-height: 420px !important;*/
    padding-bottom: 160px !important;
    background: #153949 !important;
  }
  .rev_slider > ul {
    /*height: 500px !important;*/
    overflow: visible !important;
  }
  .rev_slider > ul > li {
    overflow: visible !important;
  }
  .tp-leftarrow, .tp-rightarrow {
    margin-top: -115px !important;
  }
  .tp-bullets {
    display: none !important;
  }
  .footer-copyright {
    text-align: center;
    padding: 0 !important;
  }
  .footer-copyright > a {
    display: block;
    clear: both;
  }
  .small-picture-links {
    text-align: center;
  }
  .small-picture-link {
    margin-left: 0 !important;
  }
  .main-content {
    padding-top: 0 !important;
  }
  .main-content > section {
    float: none;
    padding-bottom: 30px !important;
  }
  .main-content > aside {
    float: none;
  }
  .big-right-column {
    float: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
  }
  div.page-right-column {
    float: none;
  }
  .big-right-column a.small-picture-link {
    display: block;
    margin-left: auto !important;
    margin-right: auto;
    width: 255px;
  }
}
nav.nav-for-mobile {
  background: #305067;
  padding-top: 10px;
}
nav.nav-for-mobile > ul > li {
  margin-bottom: 10px;
}
nav.nav-for-mobile ul {
  list-style: none;
  padding-left: 15px;
}
nav.nav-for-mobile ul > li {
  list-style: none;
}
nav.nav-for-mobile ul > li > a {
  color: white;
}
nav.nav-for-mobile > ul > li > a, nav.nav-for-mobile > ul > li > ul > li > a {
  text-transform: uppercase;
}
.top-panel .navbar {
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.top-panel .navbar-nav > li {
  /*nav.nav-for-mobile>ul>li{*/
  background: url(images/menu_delimiter.png) right top no-repeat;
  position: static;
}
.top-panel .navbar-nav > li {
  /*&:last-child {
      display: none;
    }
    &:nth-last-child(2) {
      display: none;
    }
    &:nth-last-child(3) {
      display: none;
    }
    &:nth-last-child(4) {
      display: none;
    }*/
}
.top-panel .navbar-nav > li.last-menu-item a {
  padding-right: 0px;
}
.top-panel .navbar-nav > li > ul {
  /*nav.nav-for-mobile>ul>li>ul{*/
  display: none;
  list-style: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-top: 2px solid #4a6a69;
  padding: 0 0 15px 15px;
  margin: 0 0 0 0;
  list-style-position: inside;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
  z-index: 999;
}
.top-panel .navbar-nav > li > ul > li {
  /*nav.nav-for-mobile>ul>li>ul>li{*/
  float: left;
  display: block;
  width: 240px;
  margin: 0;
  position: static;
}
.top-panel .navbar-nav > li > ul > li > h5 {
  /*nav.nav-for-mobile>ul>li>ul>li>h5{*/
  font-family: Arial;
  color: #FFF;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 5px;
}
.top-panel .navbar-nav > li > ul > li > ul {
  /*nav.nav-for-mobile>ul>li>ul>li>ul{*/
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.top-panel .navbar-nav > li > ul > li > ul > li {
  /*nav.nav-for-mobile>ul>li>ul>li>ul>li{*/
  text-align: left;
  overflow: visible;
  padding: 3px 0 3px 0;
}
.top-panel .navbar-nav > li > ul > li > ul > li a {
  /*nav.nav-for-mobile>ul>li>ul>li>ul>li a{*/
  color: #FFF;
  font-family: Arial;
  font-size: 12px;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
}
.top-panel .navbar-nav > li > ul > li > ul > li a:hover {
  background: #1976d3;
  text-decoration: none;
}
.top-panel .navbar-nav > li > ul > li > ul > li ul {
  padding-left: 10px;
}
.top-panel .navbar-nav > li:hover > ul {
  /*nav.nav-for-mobile>ul>li:hover>ul{*/
  display: block;
}
.social-button {
  float: right;
  margin: 18px 5px 0 5px;
}
.social-button .active {
  display: none;
}
.social-button .normal {
  display: block;
}
.social-button:hover .active {
  display: block;
}
.social-button:hover .normal {
  display: none;
}
.mob-soc-icons {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.social-mobile {
  float: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
.social-mobile .soc-icon.fa {
  color: #FFF;
}
.non-home-page-slider {
  height: 259px;
  background: #196484 url(images/page_header_bg.jpg) center top no-repeat;
  overflow: auto;
}
.non-home-page-slider .container {
  background: rgba(255, 255, 255, 0.85);
  height: 179px;
  margin-top: 80px;
  padding-top: 40px;
  padding-right: 40px;
  text-align: right;
}
.non-home-page-slider a {
  color: #777777;
  font-size: 12px;
}
.search-container, .search-container-mobile {
  position: relative;
}
.search-container:after, .search-container-mobile:after {
  font-family: "FontAwesome";
  content: "";
  color: #FFF;
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 17px;
}
.search-container-mobile {
  margin-bottom: 2rem;
}
.search-box {
  border-radius: 20px;
  border: 0;
  padding: 5px 10px 5px 10px;
  float: right;
  margin: 15px 12px 0 10px;
  font-size: 13px;
  background-color: #30a3f3;
  color: #FFF;
  outline: none;
}
.search-box-mobile {
  border-radius: 20px;
  border: 0;
  padding: 5px 10px 5px 10px;
  margin: 15px 12px 0 10px;
  font-size: 13px;
  background-color: #30a3f3;
  color: #FFF;
  outline: none;
  width: 90%;
}
.search-box::placeholder, .search-box::-webkit-input-placeholder, .search-box-mobile::placeholder, .search-box-mobile::-webkit-input-placeholder {
  color: #FFF;
}
.menu-open-button {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 30px;
  color: #FFF;
}
.top-small-links {
  float: right;
  text-align: right;
  margin: 19px 0 10px 30px;
}
.top-small-links > a {
  font-size: 10px;
  color: white;
  text-decoration: none;
  padding: 0 10px 0 10px;
  background: url(images/small_links_delimiter.png) left 2px no-repeat;
}
.top-small-links .first-small-link {
  background: none;
}
.top-small-links > a:hover {
  color: #153949;
  text-decoration: none;
}
.court-content-area {
  background: white;
  min-height: 200px;
}
.full-width-bg {
  background: white url(images/bg.jpg) center 0 no-repeat !important;
}
.main-content {
  margin: 0 0 0 0;
  padding: 30px 0 20px 0;
}
.non-home-page {
  /*padding-top: 0;*/
}
.main-content section p {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
.main-content section h1 {
  color: #333;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}
.main-content section h2 {
  color: #333;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
}
.main-content section h3 {
  color: #333;
  font-size: 20px;
}
.main-content section h4 {
  color: #333;
  font-size: 12px;
}
.main-content section h5 {
  color: #333;
  font-size: 12px;
  font-weight: normal;
}
.main-content section a {
  color: #1976d3;
}
.main-content section ul {
  list-style-position: inside;
  padding-left: 5px;
}
.main-content section li {
  font-size: 12px;
}
.main-content section li a {
  color: #777777;
  font-weight: bold;
}
.page-right-column {
  float: right;
  margin-bottom: 30px;
}
.page-right-column h2 {
  color: #153949;
  font-size: 18px;
  margin: 0 0 0 0;
}
.page-right-column h3 {
  color: #153949;
  font-size: 14px;
  margin: 20px 0 0 0;
  font-weight: bold;
  line-height: 20px;
}
.page-right-column p {
  color: #153949;
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}
.big-brown-button {
  background: #321d1b url(images/brown_button_arrow.png) right center no-repeat;
  border-radius: 10px;
  font-size: 14px;
  color: white;
  font-family: Georgia, Arial;
  text-transform: uppercase;
  padding: 13px 50px 13px 13px;
  display: block;
  margin-bottom: 5px;
}
.big-brown-button:hover {
  background: #321d1b url(images/brown_button_arrow_hover.png) right center no-repeat;
  color: white;
  text-decoration: none;
}
.aside-block {
  background: #321d1b;
  padding: 13px 0 13px 0;
  margin-top: 25px;
}
/*.aside-block .select-control{
  margin-top: 5px;
  display: inline-block;
}*/
.aside-block-link {
  background: url(images/aside_delimiter.png) 0 0 repeat-x;
  display: block;
  padding: 7px 5px 5px 13px;
  color: #999999;
}
.aside-block-link:hover {
  color: white;
  text-decoration: none;
}
.brown-button {
  padding: 0 10px 0 10px;
  border-radius: 10px;
  font-size: 14px;
  color: white;
  font-family: Georgia, Arial;
  text-transform: uppercase;
  line-height: 25px;
  display: inline-block;
  margin-top: 15px;
  border: 0;
  outline: none;
}
.brown-button:hover {
  background-color: #a7a7a7;
  color: white;
  text-decoration: none;
}
.wpcf7-submit {
  padding: 0 10px 0 10px;
  background: url(images/button_bg.png) 0 0 repeat-x;
  border-radius: 10px;
  font-size: 14px;
  color: white;
  font-family: Georgia, Arial;
  text-transform: uppercase;
  line-height: 25px;
  display: inline-block;
  margin-top: 15px;
  border: 0;
  margin-right: 13px;
}
.wpcf7-submit:hover {
  background: url(images/button_bg_hover.png) 0 0 repeat-x;
  color: white;
  text-decoration: none;
}
.wpcf7-form-control-wrap input {
  border-radius: 10px;
  border: 0;
  padding: 5px 10px 5px 10px;
  margin: 5px 13px 0 13px;
  font-size: 10px;
  width: 147px;
}
.wpcf7-form-control-wrap textarea {
  border-radius: 10px;
  border: 0;
  padding: 5px 10px 5px 10px;
  margin: 5px 13px 0 13px;
  font-size: 10px;
  resize: none;
  width: 147px;
  height: 60px;
}
.wpcf7 p {
  margin: 0 !important;
  text-align: right;
}
.wpcf7 p br {
  display: none;
}
.wpcf7-not-valid-tip {
  padding-right: 9px;
}
.wpcf7-response-output {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
aside hr {
  padding: 0;
  margin: 0 0 10px 0;
  background: url(images/aside_delimiter.png) 0 0 repeat-x;
  height: 2px;
  border: 0;
}
section hr {
  height: 1px;
  background: #d9d9d9;
  border: 0;
  clear: both;
}
.big-picture-link {
  background: white;
  padding: 4px;
  border: 1px solid #cbcfc7;
  display: inline-block;
  margin-right: 25px;
  float: left;
  margin-bottom: 20px;
}
.big-picture-link:hover {
  background: #ebebeb;
}
.small-picture-link {
  background: white;
  padding: 4px;
  border: 1px solid #cbcfc7;
  display: inline-block;
  margin-left: 5px;
}
.small-picture-link:hover {
  background: #ebebeb;
}
.small-picture-link div {
  width: 205px;
  height: 90px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 20px;
}
.small-picture-link span {
  width: 255px;
  height: 90px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 20px;
}
.small-picture-link-civil {
  background: #3e6c71;
}
.small-picture-link-civil:hover {
  color: #89eaf7;
}
.small-picture-link-criminal {
  background: #134f6a;
}
.small-picture-link-criminal:hover {
  color: #47c0f7;
}
.small-picture-link-documents {
  background: #521610;
}
.small-picture-link-documents:hover {
  color: #f78d47;
}
.small-picture-link:hover {
  text-decoration: none;
}
.small-picture-link:hover div {
  color: white;
  text-decoration: none;
}
.footer-content {
  margin: 0 15px 37px 15px;
}
.facebook-item {
  margin-bottom: 13px;
}
.facebook-item span {
  color: #919191;
  font-size: 10px;
}
.facebook-preview-link {
  background: #333333;
  border: 1px solid #444444;
  border-radius: 3px;
  padding: 3px;
  overflow: auto;
  display: inline-block;
  float: left;
  margin-right: 7px;
}
.facebook-title-link {
  color: white;
  font-size: 11px;
  display: inline;
}
.facebook-title-link:hover {
  color: white;
  font-size: 11px;
  display: inline;
}
.map-hours h4 {
  margin-right: 0 !important;
}
.map-hours span {
  width: 100px;
  display: inline-block;
}
.map-hours #footerMap {
  margin-bottom: 13px;
}
.latest-news a, .twitter a {
  color: white;
  font-size: 12px;
  display: block;
  margin-bottom: 13px;
  font-family: "Montserrat", sans-serif;
}
.footer-copyright {
  background: #1e1e1a;
  margin: 0;
  color: #a4a4a4;
  font-size: 12px;
  line-height: 37px;
  padding: 0 0 0 30px;
}
.footer-copyright a {
  color: #a4a4a4;
}
.footer-copyright a:hover {
  text-decoration: underline;
}
.translate-this-panel {
  display: none;
}
.translate-this-panel ul {
  margin: 10px 0 10px 10px;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.translate-this-panel li {
  margin: 0;
  padding: 0 20px 0 0;
  line-height: 20px;
  float: left;
  background: none !important;
  width: 120px;
}
.translate-this-panel a {
  display: inline-block;
  line-height: 20px;
  color: #153949;
  font-size: 10px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
  background: none !important;
}
.translate-this-panel a:hover {
  display: inline-block;
  line-height: 20px;
  font-size: 10px;
  padding: 0px 5px 0px 5px;
  background: #364d90;
  text-decoration: underline;
  color: #153949;
}
/*.translate-this-panel table{
  margin:10px 0 10px 10px;
  padding:0;
}
.translate-this-panel td{
  margin:0;
  padding:0 20px 0 0;
  line-height: 20px;
}*/
.top-small-links > a:hover > .translate-this-panel {
  display: block;
  /*height:260px;*/
  margin: -20px 0 0 0;
  position: absolute;
  background: white;
  border: 1px solid #cfd0ca;
  z-index: 3000;
}
.daily-docket-column {
  text-align: center;
  font-size: 14px;
}
.daily-docket-column h1 {
  text-align: center;
}
.daily-docket-pages {
  text-align: center;
  font-size: 14px;
}
.selectInput {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  position: relative;
  z-index: 10;
  margin-top: 5px;
}
.selectInput .si-current {
  margin: 0 0 0 0;
  display: inline-block;
  width: 142px;
  padding: 4px 5px;
  border: #efefef 1px solid;
  border-top: #b6b6b6 1px solid;
  border-right: none;
  background: #fff url(images/select_bg.png) right 0 no-repeat;
  font: normal 12px/15px Arial, Helvetica, sans-serif;
  color: #8f8f8f;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: left;
  font-size: 10px;
}
.selectInput .si-list {
  display: none;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 17px;
  left: 0;
  border-bottom: #e2e2e2 1px solid;
  max-height: 140px;
  overflow: auto;
  padding-top: 7px;
}
.selectInput .si-list span {
  display: block;
  padding: 4px 5px;
  border-left: #e2e2e2 1px solid;
  border-right: #e2e2e2 1px solid;
  background: #fff;
  cursor: pointer;
  font-size: 10px;
  text-align: left;
}
.selectInput .si-list span:hover {
  background: #efefef;
}
.datepicker {
  z-index: 1000 !important;
}
.tribe-events-promo {
  display: none;
}
.tribe-events-page-title {
  font-size: 24px !important;
  font-family: GothamMedium;
  color: #9a1434;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
#tribe-events-pg-template h4 {
  font-size: 24px;
  font-family: GothamMedium;
  color: #153949;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
#tribe-events-pg-template h5 {
  font-size: 20px;
  font-family: GothamMedium;
  color: #153949;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.tribe-events-month-event-title a {
  color: #521610 !important;
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px !important;
  padding: 5px;
  opacity: 1 !important;
  font-weight: normal !important;
}
.tribe-events-month-event-title a:hover {
  color: #521610 !important;
  text-decoration: underline;
  font-family: Verdana;
  font-size: 12px !important;
  padding: 5px;
  opacity: 1 !important;
  font-weight: normal !important;
}
/*.tribe-events-nav-previous a{
  color: #521610 !important; 
  text-decoration: none;
  font-family: Verdana;
  font-size:12px !important;
}
.tribe-events-nav-previous a:hover{
  color: #521610 !important;
  text-decoration: underline;
  font-family: Verdana;
  font-size:12px !important;
}
.tribe-events-nav-next a{
  color: #521610 !important; 
  text-decoration: none;
  font-family: Verdana;
  font-size:12px !important;
}
.tribe-events-nav-next a:hover{
  color: #521610 !important;
  text-decoration: underline;
  font-family: Verdana;
  font-size:12px !important;
}*/
.tribe-events-nav-previous a, .tribe-events-nav-next a {
  padding: 0 10px 0 10px !important;
  background: url(images/button_bg.png) 0 0 repeat-x !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: white !important;
  font-family: Georgia, Arial !important;
  text-transform: uppercase !important;
  line-height: 25px !important;
  display: inline-block !important;
  margin-top: 5px !important;
}
.tribe-events-nav-previous a:hover, .tribe-events-nav-next a:hover {
  background: url(images/button_bg_hover.png) 0 0 repeat-x !important;
  color: white !important;
  text-decoration: none !important;
}
/*.tribe-events-button{
  padding: 0 10px 0 10px !important;
  background: url(images/button_bg.png) 0 0 repeat-x !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: white !important;
  font-family: Georgia, Arial !important;
  text-transform: uppercase !important;
  line-height: 25px !important;
  display: inline-block !important;
  margin-top: 15px !important;
}
.tribe-events-button:hover{
  background: url(images/button_bg_hover.png) 0 0 repeat-x !important;
  color: white !important;
  text-decoration: none !important;
}*/
.tribe-events-tooltip .summary {
  color: #153949 !important;
}
.tribe-events-button {
  padding: 0 10px 0 10px !important;
  background: url(images/button_bg.png) 0 0 repeat-x !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: white !important;
  font-family: Georgia, Arial !important;
  text-transform: uppercase !important;
  line-height: 25px !important;
  display: inline-block !important;
  margin-top: 5px !important;
}
.tribe-events-button:hover {
  background: url(images/button_bg_hover.png) 0 0 repeat-x !important;
  color: white !important;
  text-decoration: none !important;
}
.tribe-events-calendar th, .tribe-events-present div[id*="tribe-events-daynum-"] {
  background: #153949 !important;
}
.tribe-events-past div[id*="tribe-events-daynum-"] {
  background: #b5d9d9 !important;
}
.tribe-events-present div[id*="tribe-events-daynum-"] a, .tribe-events-past div[id*="tribe-events-daynum-"] a {
  background: none !important;
}
.tribe-events-future div[id*="tribe-events-daynum-"] {
  background: #7599a9 !important;
}
.tribe-events-future div[id*="tribe-events-daynum-"] a {
  background: none !important;
}
.rev_slider .medium_text {
  color: white;
  text-shadow: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: Georgia, sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-align: right;
}
.rev_slider .medium_text a {
  padding-right: 7%;
  color: white;
  background-image: url("images/white_right_triangle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.rev_slider .medium_text a:hover {
  color: #3e6c71;
  background-image: url("images/green_right_triangle.png");
  text-decoration: none;
}
.daily-docket-table th {
  padding: 5px;
  color: white;
  background: #153949;
  font-size: 10px;
}
.daily-docket-table th > select {
  color: black;
}
.daily-docket-table td {
  padding: 5px;
  font-size: 10px;
}
.daily-docket-table tr.even-row {
  background: #f5f9f9;
}
.color-panel {
  /*width: 50px;*/
  background: #eeeeee;
  overflow: auto;
  position: fixed;
  z-index: 1000;
}
.color-panel > a {
  display: block;
  width: 30px;
  height: 30px;
  background: #555555;
  /*border: 3px solid #eeeeee;*/
  margin: 13px 10px 0 10px;
  float: left;
}
.color-panel > a:last-child {
  margin-bottom: 10px;
}
.color-panel > a.active-color {
  border-color: #ff0000;
  width: 36px;
  height: 36px;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .top-panel .navbar-nav > li > ul {
    /*nav.nav-for-mobile>ul>li>ul{*/
    display: block;
    position: static;
    border: 0;
    padding: 0 0 0 30px;
  }
  .top-panel .navbar-nav > li > ul > li > h5 {
    /*nav.nav-for-mobile>ul>li>ul>li>h5{*/
    color: white;
    font-size: 12px;
  }
  .top-panel .navbar-nav > li > ul > li > ul {
    /*nav.nav-for-mobile>ul>li>ul>li>ul{*/
    padding: 0 0 0 30px;
  }
  .contact-us-form input[type=text], .contact-us-form input[type=email] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  div.contact-us-form textarea {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-us-form input, .contact-us-form textarea {
  font-size: 12px;
  border: 1px solid #ebbcb7;
  border-radius: 0px;
  width: 100%;
}
.submit-button input {
  float: right;
  width: 80px;
  border: 0px;
  border-radius: 10px;
}
.docket-no-wrap {
  white-space: nowrap;
}
.docket-active-row {
  /*background: #153949 !important;*/
}
.docket-active-row > td {
  color: white;
  font-weight: bold;
}
.civil-case-event > div {
  background-color: #134e6a !important;
}
.criminal-case-event > div {
  background-color: #321d1b !important;
}
.wpcf7-captcha-captcha-783 {
  float: left;
  margin-left: 13px;
}
.wpcf7-captcha-captcha-136 {
  margin-left: 13px;
}
.full-site-content {
  position: relative;
  overflow: auto;
}
.wpcf7-radio span {
  display: inline-block;
  float: left;
}
.contact-us-form input[type="radio"] {
  max-width: 25px;
  width: 100%;
  display: inline-block;
  float: left;
}
.wpcf7-select {
  padding: 5px 10px;
  margin: 5px 13px 0px;
  font-size: 12px;
  border: 1px solid #EBBCB7;
  border-radius: 0px;
}
td.daily-docket-date {
  padding: 5px;
  color: white;
  background: #321d1b;
  font-size: 10px;
}
.col-md-6.facebook > .recent-facebook-posts {
  height: 250px;
  overflow-y: auto;
}
.rfbp-text a {
  color: white;
}
.big-right-column .small-picture-links div {
  width: 250px;
}
.main-content > section.docket-rows {
  overflow: auto;
  float: none;
  width: auto;
}
.display-posts-listing div.listing-item {
  padding-bottom: 10px;
}
.display-posts-listing div.listing-item a.title {
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  display: block;
}
.display-posts-listing div.listing-item span.date {
  padding-top: 10px;
  float: right;
  display: block;
}
span.excerpt-dash {
  display: none;
  visibility: hidden;
  clear: left;
}
span.excerpt {
  display: block;
  float: left;
  clear: left;
  padding: 10px 0px 20px 0px;
  border-bottom: #8F8F8F 1px solid;
  width: 100%;
}
.sended-message-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/window_bg.png") 0 0 repeat;
  cursor: pointer;
  z-index: 1000;
}
.sended-message-window > div {
  width: 400px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.sended-message-window > div > p {
  margin: 50px 30px 15px 30px;
  font-size: 24px;
  cursor: pointer;
}
.sended-message-window > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* ------------------------------------------------------------------------------------------------ NEW STYLES */
/* ------------------------------------------------------------------------------------------------ NEW STYLES */
/* ------------------------------------------------------------------------------------------------ NEW STYLES */
#livechat-eye-catcher {
  display: none;
}
a[href$=".pdf"]:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 30px;
  padding-right: 10px;
  vertical-align: middle;
  color: #ef3125;
}
a.small-picture-link:before {
  display: none;
}
.watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.watermark img {
  opacity: 0.1;
  margin-left: 20%;
  margin-top: 10%;
  margin-bottom: -40%;
}
.small-picture-links {
  /*display: none;*/
}
.inline-map {
  width: 100%;
}
.inline-map iframe {
  max-width: 100%;
}
/* ------------------------------------------------------------------------------------------------ NAV */
.main-nav {
  background: #1976d3;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #FFF;
}
.home-logo {
  left: 0;
  top: -60px;
}
.soc-icon.fa {
  font-size: 20px;
  color: #155d97;
}
.soc-icon.fa:hover {
  color: #FFF;
}
/* ------------------------------------------------------------------------------------------------ HOME PAGE */
.home-features {
  margin-bottom: 30px;
}
.home-feature {
  margin-top: 30px;
  height: 300px;
  background-size: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.25s ease-in-out;
  padding: 2rem;
}
.home-feature:hover {
  color: #FFF;
  text-decoration: none;
  background-size: 110%;
}
.home-feature .home-feature-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-feature-text {
  font-size: 50px;
  color: #FFF;
  text-align: center;
  z-index: 1;
}
/* ------------------------------------------------------------------------------------------------ CONTENT PAGES */
.content-hero-row {
  position: relative;
}
.content-hero-img {
  height: 280px;
  background-size: cover;
  min-height: 160px;
  max-height: 280px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
.hero-title {
  color: #FFF;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
  align-self: flex-end;
  margin-bottom: 3.5rem;
  text-align: center;
}
.sidebar-title {
  color: #333;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.sidebar-hr {
  background-color: #e3e3e3;
  height: 1px;
  width: 98%;
}
.aside-block {
  background-color: #1976d3;
}
.aside-block h4.sidebar-title {
  text-align: center;
  font-family: Tahoma;
  font-size: 20px;
  color: #FFF;
}
.main-content.non-home-page {
  padding-top: 7rem;
}
a.sidebar-block {
  height: 100px;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  display: inline-block;
  width: 100%;
  margin-right: 2%;
  color: #FFF;
  vertical-align: top;
}
a.sidebar-block .sidebar-block-inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover;
}
a.sidebar-block .sidebar-block-inner .sidebar-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
a.sidebar-block .sidebar-block-inner p {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  max-width: 50%;
  z-index: 1;
}
.sidebar-form-wrapper {
  margin-right: -2%;
}
.sidebar-form .wpcf7 p {
  text-align: center;
}
.sidebar-form .wpcf7 p span.wpcf7-form-control-wrap {
  display: block;
}
.sidebar-form .wpcf7 p span.wpcf7-form-control-wrap input, .sidebar-form .wpcf7 p span.wpcf7-form-control-wrap textarea {
  width: 88%;
  margin: 5px;
  border-radius: 0;
}
.sidebar-form .wpcf7-captcha-captcha-783 {
  margin-left: 23px;
  margin-top: 4px;
}
.sidebar-form .captcha-783 {
  float: left;
  width: 50%;
}
.sidebar-form .wpcf7-submit {
  clear: both;
  float: left;
  margin-left: 23px;
  background: #5fa0e2;
  padding: 10px 40px;
  border-radius: 0;
  margin-top: 30px;
  font-family: Tahoma;
  font-size: 18px;
  letter-spacing: 1px;
}
.sidebar-form .wpcf7-submit:hover {
  background-color: #30a3f3;
}
.content-img-box {
  position: relative;
  margin-top: 50px;
}
.content-image {
  height: 300px;
  width: 52%;
  position: absolute;
  right: 0;
  background-size: cover;
  background-position: center;
}
.content-section {
  background: #FFF;
  padding-bottom: 50px;
}
.content-padding-extra {
  padding-top: 50px;
  margin-top: 50px;
}
.secondary-image {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.secondary-content-container {
  margin-top: -50px;
}
.secondary-caption {
  padding: 1rem;
  background: #FFF;
  display: flex;
  max-width: 43.5%;
  margin-left: 0;
}
.caption-text {
  font-size: 18px;
  max-width: 400px;
  margin-left: auto;
}
.secondary-content {
  padding-top: 100px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  padding-bottom: 50px;
}
.daily-docket-pages select {
  margin-bottom: 10px;
}
/* -------------------------------------------------------------------------------------------------------- FOOTER*/
body .wrapper footer {
  background-color: #2a2f33;
  font-family: "Lato", sans-serif;
}
body .wrapper footer h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: none;
}
.footer-copyright {
  background-color: #2a2f33;
  text-align: right;
  padding-right: 3rem;
}
.latest-news span {
  vertical-align: top;
}
.latest-news a {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  max-width: 95%;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
/* -------------------------------------------------------------------------------------------------------- RESPONSIVE */
#document_request .error {
  color: #ff0000;
}
@media (max-width: 1020px) {
  .search-container {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desk {
    display: block;
  }
  .home-logo {
    right: 10px;
    left: 0;
    top: 8px;
    padding: 2px;
    margin-right: 10px;
    border-radius: 0px;
  }
  .home-logo > img {
    width: 30px;
    height: 30px;
  }
  .content-section {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .content-img-box {
    margin-top: 0;
  }
  .content-hero-img {
    height: 160px;
  }
  .twitter, .facebook {
    margin-bottom: 3rem;
  }
  .latest-news a {
    font-size: 12px;
  }
  .latest-news span {
    vertical-align: top;
  }
  .latest-news .footer-update {
    max-width: 90%;
  }
  .acf-map {
    height: 250px;
    margin: 20px 0 50px;
  }
  .content-image {
    display: none;
  }
  .watermark {
    display: none;
  }
  .secondary-caption {
    margin-left: 8.3%;
    max-width: none;
  }
  .secondary-content-container {
    margin-top: 0;
  }
  .secondary-content {
    padding-left: 0;
    padding-top: 0;
  }
  .caption-text {
    max-width: none;
  }
  .caption-text {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .hero-title {
    font-size: 30px;
  }
  .document-3-columns > .document-input {
    width: 100%;
    padding-right: 0px;
  }
}
