/*
 * Theme Name: KPPS
 * Author: Amit Moreno
 * Author URI: http://www.amitmoreno.com/
 * Version: 0.1
 * Text Domain: kpps
 */

/* General
----------------------------------------- */
body {
  /* font-family: "proxima-nova"; */
  font-size: 14px;

}
#xnews {
  color: #003D58;
  margin-bottom: 0px;
  font-size: 13px;
}
#xnews .item > .date {
  color: #D2BD2A;
  position: relative;
  float: left;
  padding-right: 10px;
  padding-left: 0px;
  border-right: 1px solid #003d58;
  margin-right: 10px;
  margin-left: 0;
  border-left: 0;
}
#header .navbar-nav > li > ul.sub-menu > li > a {
  color: #FFF;
  background: #003D58;
  display: block;
  font-size: 14px;
  padding: 4px 4px;
  line-height: 18px;
}
.thumb .blue-ver-devider {
  height: 100%;
  width: 2px;
  position: absolute;
  right: -16px;
  top: 0;
  background: #003d58;
  left: auto;
}
.thumb .blue-ver-devider2 {
  height: 100%;
  width: 2px;
  position: absolute;
  left: -16px;
  right: auto;
  top: 0;
  background: #003D58;
}
.expertise-nav li a {
  /*line-height: 20px;*/
  font-size: 12px;

}
.expertise-nav li a {

  padding: 8px 10px;

  /* font-weight: 300; */

  line-height: 22px;

}
#join-form h3 {
  margin: 0 0 30px;
  color: #D2BD2A;
  text-align: left;
}
.nopad-left {
  padding-right: 0;
  padding-left: 15px;
}
#join-form label {
  line-height: 35px;
  font-weight: 400;
  font-size: 15px;
  direction: ltr;
}
#join-form #join_btn {
  position: absolute;
  right: 15px;
  bottom: 11px;
  font-size: 16px;
  direction: ltr;
}
h1, .h1 {
  line-height: 50px;
  font-size: 24px;
}
.news-text {
  font-weight: 400;
  text-align: justify;
  margin-left: 15px;
  margin-right: 0;
}
#news-loop h3, #expertise-posts h4 {
  font-size: 14px;
}
h1.page-title, h3.news-title {

  font-size: 20px;
}
@media( max-width: 768px ){
.expertise-nav {
  margin: 0 10px 0 0;
}
  #join-form .form-group .text-left {
    text-align: left;
  }
  #header .navbar-nav > li > a {
    text-align: left;
  }
}

@media( max-width: 1200px ){

  .expertise-nav li {
    width: 100%;
    text-align: left;
  }

}