/*
Theme Name: Canadian Automatic Sprinkler Association
Theme URI: 
Author: 9thCo
Author URI:
Version: 1.0
License: 
License URI: 
Tags: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  /* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*Extras */
a {
  color: #135a74;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/**************************************************************************************************************************
** Generic Styles
***************************************************************************************************************************/
@font-face {
  font-family: "HelveticaNeueThin";
  src: url("fonts/hlt____-webfont.eot");
  src: url("fonts/hlt____-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/hlt____-webfont.woff") format("woff"),
    url("fonts/hlt____-webfont.ttf") format("truetype"),
    url("fonts/hlt____-webfont.svg#HelveticaNeueThin") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  width: 100%;
  min-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #626262;
  min-height: 100%;
}

body {
  background: url(images/back-body.gif) repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  min-width: 100%;
  margin: auto;
}

/**************************************************************************************************************************
** Page Styles
***************************************************************************************************************************/

#page {
  width: 1178px;
  margin: 0 auto;
  background: url(images/back-page.png) repeat;
  position: relative;
  padding: 0 10px 0px;
}

#main {
  background: #fff url(images/back-main.gif) repeat-y;
  min-height: 850px;
}

body.home #main {
  background: none;
}

h1 {
  font-size: 30px;
  font-family: "HelveticaNeueThin";
  color: #1e396b;
  padding-bottom: 20px;
}

h2 {
  font-size: 14px;
  color: #183c6e;
  margin-bottom: 20px;
}

h3 {
  font-size: 14px;
  color: #183c6e;
}

p {
  font-size: 14px;
  padding-bottom: 20px;
}

#main ul {
  list-style: disc outside;
  margin-left: 1em;
  padding-bottom: 20px;
}

#main ol {
  list-style: decimal outside;
  margin-left: 1.5em;
  padding-bottom: 20px;
}

a {
  color: #0076a3;
}
a:hover {
  text-decoration: underline;
}

hr {
  color: #a0a0a0;
  margin: 0px 0 20px;
  border: none;
  background-color: #a0a0a0;
  height: 1px;
}

small {
  font-size: 11px;
  line-height: 1.2em;
}
em {
  font-style: italic;
}

/**************************************************************************************************************************
** Header Styles
***************************************************************************************************************************/

header#masthead {
  background-color: #fff;
  height: 120px;
  float: left;
}

header#masthead .site-header {
  width: 1078px;
  margin: 0 auto 0;
  padding: 8px 0px 0 100px;
  position: relative;
  display: inline-block;
  background-image: none !important;
}

header#masthead h2 {
  float: left;
  padding: 0;
  height: 112px;
  width: 185px;
  overflow: hidden;
  margin-bottom: 0;
}
header#masthead h2 a {
  display: block;
  height: 112px;
  width: 185px;
}

nav#site-navigation {
  float: left;
  height: auto;
  width: 883px;
}

/* Top Links */
div.top_menu {
  float: right;
  margin: 0;
  padding: 0;
  width: 600px;
  text-align: right;
}

div.top_menu ul {
  float: right;
  margin: 17px 0 4px;
  clear: right;
  width: auto;
}

div.top_menu ul li.login,
div.top_menu ul li.membersonly {
  background: url(images/btns.png) no-repeat 0 0;
  vertical-align: middle;
  display: block;
  width: 78px;
  height: 24px;
  text-align: center;
  float: left;
  margin: 1px 0 0 9px;
  line-height: 24px;
}
div.top_menu ul li.login a,
div.top_menu ul li.membersonly a {
  color: #6c6c6c;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
div.top_menu ul li.login:hover {
  background-position: 0 -25px;
}

div.top_menu ul li.membersonly {
  width: 124px;
  background-position: -245px 0;
}
div.top_menu ul li.membersonly:hover {
  background-position: -181px -25px;
}

div.top_menu ul li.twitter,
div.top_menu ul li.linkedin,
div.top_menu ul li.youtube,
div.top_menu ul li.instagram,
div.top_menu ul li.tiktok {
  height: 25px;
  width: 25px;
  background: url(images/btns.png) no-repeat 0 0;
  vertical-align: middle;
  float: left;
  margin: 0 0 0 9px;
  line-height: 24px;
}
div.top_menu ul li.twitter a,
div.top_menu ul li.linkedin a,
div.top_menu ul li.youtube a,
div.top_menu ul li.instagram a,
div.top_menu ul li.tiktok a {
  vertical-align: middle;
  display: block;
  height: 25px;
  width: 24px;
}

div.top_menu ul li.twitter {
  background-position: -87px 0px;
}
div.top_menu ul li.youtube {
  background-position: -118px 0;
}
div.top_menu ul li.linkedin {
  background-position: -150px 0;
}
div.top_menu ul li.instagram {
  background-position: -181px 0;
}
div.top_menu ul li.tiktok {
  background-position: -212px 0;
}

/* Main menu */
nav#site-navigation div.menu-primary-container {
  width: 100%;
  display: inline-block;
}

nav#site-navigation div.menu-primary-container ul {
  border: 0 none;
  margin: 0;
  padding: 0;
  float: right;
}

nav#site-navigation div.menu-primary-container li {
  float: left;
  font-size: 12px;
  height: 66px;
  background: url(images/back-nav-li.gif) bottom right no-repeat;
  text-align: right;
}

nav#site-navigation div.menu-primary-container li a {
  color: #626262;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 31px 13px 20px;
}

nav#site-navigation div.menu-primary-container li.first a {
  background: url(images/back-nav-li.gif) bottom left no-repeat;
}

nav#site-navigation div.menu-primary-container li:last-child {
  background: none;
}

nav#site-navigation div.menu-primary-container li a:hover,
nav#site-navigation div.menu-primary-container li.current_page_item a,
nav#site-navigation div.menu-primary-container li.current-page-ancestor a {
  color: #1b3b71;
}

/**************************************************************************************************************************
** Home Styles
***************************************************************************************************************************/
.home_banner_section {
  position: relative;
  display: inline-block;
  width: 100%;
}

.home_banner_section #slider {
  width: 1178px;
  height: 353px;
  display: inline-block;
  float: left;
}

.home_banner_section ul {
  background: transparent url(images/back-home-menus.jpg) top left repeat-x;
  float: left;
  height: 58px;
  margin: 0 !important;
  padding: 0 100px;
  width: 978px;
}

.home_banner_section ul li {
  float: left;
  padding: 0;
  display: inline-block;
  line-height: 58px;
  border-left: solid 1px #083c8d;
}

.home_banner_section ul li.two_lines {
  line-height: normal;
}

.home_banner_section ul li a {
  font-size: 13px;
  height: 58px;
  padding: 0px 53px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  border-left: solid 1px #26549a;
  font-weight: normal;
}
.home_banner_section ul li.two_lines a {
  padding: 13px 53px 0;
  height: 45px;
}

.home_banner_section ul li.two_lines.last {
  border-right: solid 1px #26549a;
  position: absolute;
  right: 100px;
}
.home_banner_section ul li.two_lines.last a {
  border-right: solid 1px #083c8d;
  padding: 13px 52px 0;
}

.home_banner_section ul li a:hover {
  color: #0076a3;
}

/**************************************************************************************************************************
** Home Page CTAs Styles
***************************************************************************************************************************/

ul#ctas-home {
  display: inline-block;
  list-style: none;
  margin: 7px 100px 50px;
  width: 978px;
}

ul#ctas-home h2 {
  font-size: 19px;
  color: #163d74;
  font-family: "HelveticaNeueThin";
  margin-bottom: 8px;
  text-align: left;
}

ul#ctas-home li {
  width: 255px;
  display: inline;
  float: left;
  margin: 0 35px;
  min-height: 280px;
  position: relative;
}

ul#ctas-home li p {
  color: #545454;
  margin-top: -5px;
}
ul#ctas-home li a {
  text-decoration: none;
}

ul#ctas-home li a:hover p {
  color: #1b3b71;
}

/**************************************************************************************************************************
** Primary Styles
***************************************************************************************************************************/

.main_content {
  display: inline-block;
}

div.banner_secondary {
  height: 160px;
  float: left;
  width: 100%;
  display: inline-block;
}

#primary {
  width: 714px;
  margin-left: 364px;
  padding: 32px 100px 50px 0px;
}

#primary ul {
  padding-bottom: 0;
}
#primary ul li,
#primary ol li {
  padding-bottom: 20px;
}

/* Table Styles */

#primary table {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#primary table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#primary table td {
  border-top: 1px solid #e1e1e1;
  padding: 6px 10px 6px 0;
  vertical-align: top;
}

#primary table th {
  color: #000000;
  text-align: left;
}

#primary table.noborder,
#primary table.noborder td {
  border: none;
}

/* forms */
#primary input[type="submit"] {
  background: none repeat scroll 0 0 #1b3b71;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  padding: 3px 6px;
  margin: 10px 0 0;
}

#primary input[type="submit"]:hover {
  background: #a0a0a0;
}

input[type="submit"].btn-submit::-moz-focus-inner /*Remove button padding in FF*/ {
  border: 0;
  padding: 0;
}

#primary input[type="submit"].btn-submit {
  background: transparent url(images/btns.png) no-repeat 0 0;
  vertical-align: middle;
  display: block;
  width: 124px;
  background-position: -181px 0;
  height: 24px;
  text-align: center;
  color: #6c6c6c;
  font-size: 12px;
  text-transform: uppercase;
}

#primary input[type="submit"].btn-submit:hover {
  background-position: -181px -25px;
}

#primary input[type="text"],
#primary textarea,
#primary input[type="search"] {
  border: 1px solid #a0a0a0;
}

#primary input[type="search"] {
  height: 19px;
}
#primary textarea {
  min-height: 120px;
  width: 400px;
}

#primary form label {
  min-width: 80px;
  display: inline-block;
}

a[href$=".pdf"] {
  background: url(images/pdf_logo-sm.png) no-repeat scroll 100% 2px
    rgba(0, 0, 0, 0);
  padding: 0 18px 0 0 !important;
}
a[href$=".doc"],
a[href$=".docx"],
a[href$=".dot"],
a[href$=".dotx"] {
  background: url(images/word_logo-sm.png) no-repeat scroll 100% 3px
    rgba(0, 0, 0, 0);
  padding: 0 18px 0 0 !important;
}
a[href$=".zip"] {
  background: url(images/zip_icon.gif) no-repeat scroll 103% 0 rgba(0, 0, 0, 0);
  padding: 0 18px 0 0 !important;
}

/*#primary .search-form input.search-submit{background:url(images/btns.png) no-repeat 0 0 ; border:none; width:78px; height:24px;text-align:center; line-height:24px; color:#626262;}

#primary .search-form input.search-submit:hover{ background-position:0 -25px;}*/

/**************************************************************************************************************************
** Secondary Styles
***************************************************************************************************************************/

#secondary {
  width: 208px;
  float: left;
  margin-left: 100px;
  margin-top: -49px;
  position: relative;
}

#secondary aside h3 {
  font-size: 18px;
  color: #fff;
  font-family: "HelveticaNeueThin";
  text-transform: uppercase;
  line-height: 49px;
  background: url(images/back-h3-aside.jpg) repeat-x;
  padding-left: 19px;
  font-weight: normal;
}

#main #secondary ul {
  list-style: none;
  font-size: 14px;
  margin: 0;
  margin-bottom: 50px;
}

#main #secondary ul li {
  background: url(images/back-secondary-nav.jpg) no-repeat bottom right; /*line-height:39px;*/
  padding: 11px 5px 12px 17px;
}

#main #secondary ul li ul {
  margin: 0 0 0px 15px !important;
  padding-bottom: 0px;
}
#main #secondary ul li ul li {
  background: none;
  line-height: normal;
  padding: 8px 5px 8px 17px;
}

#secondary ul li a {
  color: #626262;
  text-decoration: none;
  display: block;
}

#secondary ul li a:hover,
#secondary ul li a:active,
#secondary ul li.current-menu-item > a,
#secondary ul li.current-cat > a {
  color: #1b3b71;
}

.postbox h3 {
  font-size: 18px;
  color: #fff;
  font-family: "HelveticaNeueThin";
  text-transform: uppercase;
  line-height: 49px;
  background: url(images/back-h3-aside.jpg) repeat-x;
  padding-left: 19px;
  margin-bottom: 10px;
  font-weight: normal;
}
.postbox #csv-search {
  margin-left: 19px;
  width: 165px;
  padding: 1px 5px;
}
.postbox #csv-submit {
  color: #6c6c6c;
  font-size: 12px;
  text-transform: uppercase;
  background: url(images/btns.png) no-repeat left top;
  border: none;
  width: 78px;
  height: 24px;
  cursor: pointer;
}
.postbox #csv-submit:hover {
  background-position: left bottom;
}

/**************************************************************************************************************************
** Footer Styles
***************************************************************************************************************************/

footer#colophon {
  border-top: solid 1px #a0a0a0;
  font-size: 11px;
  color: #959595;
  margin: 0px 0 5px;
  width: 978px;
  padding: 10px 100px 0;
  display: inline-block;
}

#footer-inner {
}

/* Footer Navigation */
.menu-footer-menu-container {
  float: left;
}
.menu-footer-menu-container li {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding-right: 25px;
}
.menu-footer-menu-container li a {
  color: #959595;
  margin: 0;
  cursor: pointer;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
}

.menu-footer-menu-container li a:hover {
  color: #1b3b71;
  text-decoration: none;
}

footer#colophon p.copyright {
  font-size: 11px;
  color: #959595;
  float: right;
}

footer#colophon p.copyright a {
  color: #959595;
}
footer#colophon p.copyright a:hover {
  color: #1b3b71;
  text-decoration: none;
}

/* navigation search */

div.nav-previous {
  float: left;
}

div.nav-next {
  float: right;
  text-align: right;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/**
* Comments
* ----------------------------------------------------------------------------
*/

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}

ol.comment-list {
  list-style: none !important;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}

/* Casanotes iframe addition*/
.sidebar-iframe iframe {
  min-height: 370px;
  position: relative;
  left: -6px;
  top: 10px;
  width: 100%;
}

.comments-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.comment-list .children {
  margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 24px 0;
  position: relative;
}

.comment-author {
  float: left;
  max-width: 74px;
}

.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}

.bypostauthor > .comment-body .fn:before {
  content: "\f408";
  vertical-align: text-top;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  float: right;
  width: 79%;
}

.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}

.comment-meta a:hover {
  color: #ea9629;
}

.comment-metadata {
  margin-bottom: 20px;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.comment-awaiting-moderation:before {
  content: "\f414";
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
  /*content: "\f412";*/
  margin-right: 3px;
}

/* Comment form */
.comment-respond {
  background-color: #fff;
  padding: 30px 0;
  display: inline-block;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}

.comment-reply-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}

.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}

.comment-form .required {
  color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 270px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
}

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}

.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}

/*Content Styles */
#sponsors_container {
  display: inline-block;
  width: 100%;
}
#sponsors_container p.image {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

.sponsor {
  float: right;
  width: 330px;
  margin: 20px 0;
}
#sponsors_container p.title {
  font-size: 16px;
  margin-top: 15px;
}

.logos_container {
  display: inline-block;
  width: 100%;
}

.anual_conference_container {
  float: left;
}

div#tech_logo_container {
  float: right;
  text-align: right;
  width: 300px;
}

div.contact {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 13px;
}

div.contact img.alignleft {
  margin: 0px 20px 15px 0;
}

div.contact.noimage {
  padding-left: 110px;
}

/** 
* AI Twitter Plugin
*/
div.aiwidgetcss .widget h3 {
  margin-bottom: 20px;
}

/**
* WP Business Directory Plugin
*/
/*div#wpbdp-search-page .wpbdp-bar { display: none !important; } */
div#wpbdp-search-page div.field-value .wpbdp-field-company .title span.value a {
  display: inline !important;
}
div#wpbdp-search-page div#wpbdp-search-form-wrapper {
  display: none;
}
div#wpbdp-search-page .wpbdp-bar .cf {
  display: none !important;
}
div#wpbdp-search-page h2 {
  display: none !important;
}
div#wpbdp-search-page h3 {
  display: none !important;
}

div#wpbdp-view-listings-page .wpbdp-field-contacts {
  display: none !important;
}

div#FSContact3 {
  margin-bottom: 40px;
}

/**
* WP Property Plugin (for Membership Directory)
*/
div.wpp_search_properties_widget form {
  float: left;
  display: block;
  margin-bottom: 20px;
}
div.wpp_search_properties_widget ul.wpp_search_elements {
  list-style: none !important;
}
div.wpp_search_properties_widget ul.wpp_search_elements li {
  padding-bottom: 10px !important;
}

div.wpp_search_properties_widget ul.wpp_search_group,
div.wpp_search_properties_widget ul.wpp_group_not_a_group {
  list-style: none !important;
}
li.wpp_search_form_element label {
  width: 160px !important;
}

div.wpp_search_properties_widget ul.wpp_search_elements li.submit {
  padding: 0 !important;
}
div.wpp_search_properties_widget ul.wpp_search_elements li.wpp_search_group {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
}

.wpp_search_properties_widget .wpp_search_elements li .wpp_search_button {
  background: url(images/btns.png) no-repeat 0 0;
  vertical-align: middle;
  width: 78px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #6c6c6c;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  border: none;
  float: right;
}

.wpp_search_properties_widget .wpp_search_elements li .wpp_search_button:hover {
  background-position: 0 -25px;
}

ul#property_stats.list li,
ul.wpp_property_stats.list li,
#property_stats.overview_stats,
.wpp_property_stats.overview_stats {
  clear: none !important;
}

div.page-restrict-output {
  position: relative;
  margin-top: 5px;
}

.wpp_search_attribute_wrap,
.wpp_search_attribute_wrap select {
  width: 160px;
  max-width: inherit !important;
  margin-top: 2px;
}

.wpp_pagination_slider_status .clear {
  clear: none !important;
}

.properties_pagination.wpp_top_pagination,
.properties_pagination.wpp_bottom_pagination {
  display: inline-block !important;
  margin-bottom: 2em;
}

.wpp_property_overview_shortcode .ajax_loader {
  display: none;
}
