/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.avia_textblock ul,.avia_textblock ol {
    margin-left: 0;
}
#staff li{list-style:none;}
#staff ul{ margin:12px 0 0;}
#staff .avia-icon-list-container{ margin-bottom:12px; margin-top:12px;}
#staff .avia-icon-list li { padding:0;}

#staff .iconlist_icon{   background-color: #000000;    margin-right: 11px;  margin-top: -17px;    opacity: 0.71; }


#inmate-information .avia-icon-list .iconlist_icon {
    background-color: #010101;
}
.phone-info {    font-size: 16px; }
.social_bookmarks li a {
    font-size: 18px;
}
.av-main-nav ul {    margin-top: -37px; }
.header-scrolled .av-main-nav ul {    margin-top: -1px; }
#message-sherrif .avia_textblock > p {    font-size: 21px;    line-height: 2.1;}

/*----------------------weather widget custom css-------------------------------------

.awesome-weather-wrap.temp5 {
  background: transparent none repeat scroll 0 0;
  display: block;
  left: 30%;
  position: absolute;
  top: -31px;
  width: auto;
}
.awesome-weather-attribution {
  display: none;
}

.awesome-weather-header {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  float: left;
  font-size: 15px;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}

.awesome-weather-current-temp {
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 0;
  padding: 11px 24px 0 0;
  white-space: normal;
  width: 10px;
}
.awesome-weather-todays-stats {
  float: left;
  line-height: 1;
  padding: 11px;
  text-align: right;
  width: auto;
}

.awesome-weather-forecast {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  width: 100%;
  display: none;
}
.awesome-weather-todays-stats div {
  border-right: 1px solid #fff;
  display: inline-block;
  float: left;
  padding: 0 6px;
}
.awesome-weather-todays-stats div:first-child{
    border-left: 1px solid #fff;
}
.awe_wind {
  height: 1px;
  opacity: 0;
  width: 9px;
}
----------------------weather widget custom css ends ------------------------------------*/
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */


@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 1280px) {
    .awesome-weather-wrap.temp5 {  left: 0;}
}
@media only screen and (max-width: 990px) {
    .widget.clearfix.widget_awesomeweatherwidget {
        display: none;
     }
     .avia_transform3d .show_mobile_menu #mobile-advanced{
 z-index:10002;}
.show_mobile_menu #advanced_menu_hide{ z-index:10003;}
.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
    z-index: 999 !important;
}
}
@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
   #layer_slider_1{max-height: 425px!important;}
   .avia-section-huge .content, .avia-section-huge .sidebar {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.hr-custom.hr-center {
  text-align: center;
  margin: 0px 0 15px!important;
}
.mobile-text-center{ text-align:center;}
.responsive #scroll-top-link {    display: block;}

}


@media only screen and (max-width:480px) {
.avia-layerslider .ls-thumbnail-wrapper{display: none !important; visibility: hidden !important;}
.phone-info span {
  display: inline-block;
  float: left !important;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
}
