/* 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 */

.html_header_sidebar .logo {padding: 10px 40px;}

.template-page .entry-content-wrapper h2 {color: #333333 !important; text-transform:capitalize !important;}

.widget {padding: 10px 0 10px 0 !important;}

li.jaw_posts {
  border-bottom: 1px solid #ededed;
  padding: 6px 0;
}
li.jaw_years {
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  line-height: 20px;
}
a.jaw_years {
  font-size: 16px;
  font-weight: bold;
  color: #a1300d !important;
}
#top .widget ul {
  padding: 0;
  margin: 4px 0;
  width: 100%;
  float: left;
}
.widget {
  padding: 10px 0 10px 0;
}
.header_bg {
  /*background-color: #C8BEA6 !important;*/
}
input.subscribeButton.button {
  border-radius: 3px !important;
  text-transform: uppercase !important;
  padding: 12px 16px 10px !important;
  font-size: 13px !important;
  min-width: 90px !important;
}
input.subscribeButton.button a:hover {background-color: #76881d !important;}

/*
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: 767px) {
  /* Add your Mobile Styles here */
  .xola-checkout {}
  .responsive .logo img {max-height: 150px;}
}