/*
Theme Name: Palmer Situmorang & Partners
Author: Edward Aryana
Author URI: https://www.edwardaryana.com
Description: This theme is used for re-designing PS&P new website as 2015
Version: 1.0

*/
/*Variable Import Here*/
/*Typography Settings*/
@font-face {
  font-family: 'camptonbold';
  src: url("fonts/rene_bieder_-_campton_bold-webfont.eot");
  src: url("fonts/rene_bieder_-_campton_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/rene_bieder_-_campton_bold-webfont.woff2") format("woff2"), url("fonts/rene_bieder_-_campton_bold-webfont.woff") format("woff"), url("fonts/rene_bieder_-_campton_bold-webfont.ttf") format("truetype"), url("fonts/rene_bieder_-_campton_bold-webfont.svg#camptonbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'camptonlight';
  src: url("fonts/rene_bieder_-_campton_light-webfont.eot");
  src: url("fonts/rene_bieder_-_campton_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/rene_bieder_-_campton_light-webfont.woff2") format("woff2"), url("fonts/rene_bieder_-_campton_light-webfont.woff") format("woff"), url("fonts/rene_bieder_-_campton_light-webfont.ttf") format("truetype"), url("fonts/rene_bieder_-_campton_light-webfont.svg#camptonlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("fonts/proximanova-regular-webfont.eot");
  src: url("fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype"), url("fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: "camptonbold";
  font-weight: normal; }

h1 {
  font-size: 24px;
  color: #5d5d5d;
  border-left: solid 5px #dca725;
  padding-left: 17px;
  text-transform: uppercase; }

h2 {
  font-family: "camptonlight";
  color: #dca725;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 10px 0 10px 0;
  text-transform: uppercase; }

h3 {
  text-transform: uppercase;
  color: #dca725;
  font-size: 14px; }

p {
  font-family: "proxima_nova_rgregular", sans-serif;
  line-height: 20px;
  font-size: 14px;
  color: #6b6b6b; }

/*SASS export Here*/
.header {
  background-color: #5d5d5d;
  max-width: 1024px;
  margin: auto;
  border-bottom: solid 5px #dca725; }
  .header .nav, .header ul, .header li {
    margin: 0;
    padding: 0; }
  .header .nav .language-selector {
    font-family: "camptonlight";
    font-size: 10px;
    margin-bottom: 8px;
    margin-left: 18px;
    margin-top: 9px;
    margin-right: 9px;
    color: white;
    text-transform: uppercase;
    float: right; }
    .header .nav .language-selector ul li {
      font-family: "camptonbold";
      color: #dca725; }
      .header .nav .language-selector ul li a {
        padding-right: 0px;
        padding-left: 10px;
        margin: 0; }
      .header .nav .language-selector ul li a:hover {
        border-top: none; }
    .header .nav .language-selector .selected {
      color: #dca725;
      font-family: "camptonbold";
      padding: 0;
      margin: 0; }
  .header .nav {
    overflow: auto; }
    .header .nav ul li {
      font-family: "camptonlight";
      font-size: 12px;
      color: white;
      text-transform: uppercase;
      list-style-type: none;
      float: left; }
      .header .nav ul li a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-right: 20px; }
      .header .nav ul li a:hover {
        border-top: solid 3px #dca725; }
  .header .logo-container {
    width: 150px;
    float: right;
    margin-right: 10px; }
  .header .nav-space {
    margin-top: 75px; }
  .header .latest-news .titles {
    background-color: #3a3a3a;
    padding: 8px;
    color: #dca725;
    font-family: "camptonbold";
    text-transform: uppercase;
    font-size: 10px; }
  .header .latest-news .news-info {
    font-family: "camptonlight";
    text-transform: uppercase;
    font-size: 10px;
    color: white;
    background-color: #4b4b4c;
    padding: 8px; }
  .header .responsive-menu-trigger {
    display: none; }

/*Phone Menu None Display below */
.phone-menu {
  display: none; }

/* sass for home page */
.dynamic-slider {
  height: 492px;
  background-image: url("img/meeting-room.jpg");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1024px;
  margin: auto; }
  .dynamic-slider h1 {
    border-left: medium none;
    text-align: center;
    padding-top: 120px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 58px; }
    .dynamic-slider h1 span {
      color: #dca725;
      display: inline-block; }
  .dynamic-slider h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    margin-top: 40px;
    color: white; }
  .dynamic-slider .big-btn {
    text-align: center;
    font-family: "camptonlight";
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    margin: auto;
    margin-top: 35px;
    color: white;
    border: solid 2px #dca725;
    display: block;
    width: 300px; }

.body-container {
  background-color: #fff2d7;
  max-width: 1024px;
  margin: auto; }
  .body-container .pantone {
    margin: 0;
    padding: 0; }
    .body-container .pantone li {
      float: left;
      width: 45%;
      list-style-type: none; }
    .body-container .pantone li:first-child {
      padding-right: 10%; }
  .body-container .inner-pads {
    padding: 5px 27px 5px 27px; }
    .body-container .inner-pads .sections {
      margin-top: 0px;
      margin-bottom: 35px; }
    .body-container .inner-pads .home-about-section ul {
      margin: 0;
      padding: 0; }
      .body-container .inner-pads .home-about-section ul li {
        list-style-type: none;
        float: left;
        width: 47%;
        padding-right: 3%; }
      .body-container .inner-pads .home-about-section ul li:last-child {
        padding-right: 0px; }
    .body-container .inner-pads .home-about-section #lawyer-section {
      width: 100%; }
    .body-container .inner-pads .home-about-section #lawyer-section {
      margin-top: 20px;
      margin-bottom: 20px; }
      .body-container .inner-pads .home-about-section #lawyer-section .text-box {
        float: left;
        width: 74%; }
      .body-container .inner-pads .home-about-section #lawyer-section .btn {
        float: right;
        width: 160px; }
    .body-container .inner-pads .home-about-section .news {
      margin-top: 20px;
      margin-bottom: 20px; }
      .body-container .inner-pads .home-about-section .news li {
        list-style-type: none;
        width: 30%;
        margin-right: 2%;
        float: left; }
        .body-container .inner-pads .home-about-section .news li h4 {
          font-size: 12px;
          margin-top: 10px;
          color: #5d5d5d;
          font-family: "camptonbold";
          text-transform: uppercase; }
      .body-container .inner-pads .home-about-section .news li:last-child {
        margin-right: 0; }
      .body-container .inner-pads .home-about-section .news h3 :hover {
        color: #c6921e; }

.footer {
  border-top: solid 3px #dca725; }
  .footer .inner-footer {
    max-width: 1024px;
    margin: auto; }
    .footer .inner-footer .footer-nav-primary {
      margin: 0;
      padding: 0;
      margin-left: 20px;
      margin-top: 30px;
      margin-bottom: 30px; }
      .footer .inner-footer .footer-nav-primary li {
        list-style-type: none;
        float: left;
        padding: 8px;
        text-transform: uppercase;
        font-family: "camptonbold";
        color: #dca725;
        font-size: 12px; }
    .footer .inner-footer .footer-nav-secondary {
      margin: 0;
      padding: 0;
      margin: 14px 0px 0px 25px; }
      .footer .inner-footer .footer-nav-secondary li {
        float: left;
        list-style-type: none;
        text-transform: uppercase;
        color: white;
        font-family: "camptonlight";
        font-size: 8px;
        background-color: #676768;
        padding: 8px; }
    .footer .inner-footer .address {
      float: right;
      width: 40%;
      text-align: right;
      margin-right: 30px;
      margin-top: 10px; }
      .footer .inner-footer .address h4 {
        color: #dca725;
        font-size: 10px; }
      .footer .inner-footer .address p {
        color: #bababa;
        font-size: 10px;
        line-height: 140%; }

.url {
  color: #dca725;
  font-family: "camptonbold", sans-serif;
  font-size: 7px;
  float: right;
  margin-right: 30px;
  margin-top: 10px; }

/*used in About page*/
.body-container .inner-pads .bread-crumbs {
  font-family: "camptonlight";
  text-transform: uppercase;
  color: #dca725;
  font-size: 12px;
  letter-spacing: 2px; }
.body-container .inner-pads h1 {
  margin-bottom: 30px;
  margin-top: 30px; }
.body-container .inner-pads h2 {
  font-family: "camptonbold"; }

.content-full-width {
  margin-top: 30px; }
  .content-full-width .lawyers-ul {
    background: red;
    margin: 0;
    padding: 0; }
    .content-full-width .lawyers-ul li {
      width: 50%;
      list-style-type: none;
      float: left;
      margin-bottom: 25px; }
      .content-full-width .lawyers-ul li h2 {
        margin-bottom: 10px;
        margin-top: 0px; }
      .content-full-width .lawyers-ul li h3 {
        color: #5d5d5d;
        font-size: 12px; }
      .content-full-width .lawyers-ul li h4 {
        color: #5d5d5d;
        font-size: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: "camptonlight"; }
      .content-full-width .lawyers-ul li .btn-smaller {
        margin-top: 15px; }
      .content-full-width .lawyers-ul li img {
        float: left;
        max-width: 130px;
        margin-right: 20px; }
      .content-full-width .lawyers-ul li .text {
        padding-bottom: 45px; }

.email {
  font-family: "camptonlight", sans-serif;
  font-size: 12px; }

/* Lawyers Profile */
.profile-container {
  margin-top: 30px;
  margin-bottom: 30px; }
  .profile-container .onecolumn {
    float: left;
    width: 30%; }
    .profile-container .onecolumn .expertise {
      margin: 0;
      padding: 0;
      margin-top: 16px; }
      .profile-container .onecolumn .expertise li {
        list-style-type: none;
        font-family: "camptonlight";
        color: #5d5d5d;
        text-transform: uppercase;
        margin: 7px 0 7px 0; }
  .profile-container .twocolumn {
    float: left;
    width: 65%;
    margin-left: 3%; }
  .profile-container .profile img {
    width: 30%;
    float: left;
    margin-right: 30px; }
  .profile-container .profile .text-box h2 {
    font-size: 35px; }
  .profile-container .profile .text-box h3 {
    font-size: 16px;
    color: #5d5d5d;
    margin-top: 20px; }
  .profile-container .profile .text-box h4 {
    font-family: "camptonlight";
    font-size: 12px; }
  .profile-container .profile .text-box .email {
    margin-top: 20px;
    font-size: 15px; }
  .profile-container h4 {
    color: #dca725;
    text-transform: uppercase;
    margin-top: 22px; }

.content-two-third {
  margin-top: 30px;
  width: 75%;
  float: left;
  margin-bottom: 20px; }

.sidebar {
  float: right;
  width: 23%;
  margin-top: 127px; }
  .sidebar ul {
    margin: 0;
    padding: 0; }
    .sidebar ul li {
      list-style-type: none;
      border-top: solid 1px #dca725;
      padding: 12px;
      color: #5d5d5d;
      font-family: "camptonlight";
      font-size: 13px;
      text-transform: uppercase;
      text-align: right; }
    .sidebar ul li:last-child {
      border-bottom: solid 1px #dca725; }
    .sidebar ul li:hover {
      font-family: "camptonbold";
      cursor: pointer; }

.content-full-width {
  margin-bottom: 40px; }
  .content-full-width .client-list {
    margin: 0;
    padding: 0;
    margin-top: 30px; }
    .content-full-width .client-list li {
      list-style-type: none;
      float: left;
      width: 33.3333%;
      font-family: "camptonlight";
      color: #5d5d5d;
      padding: 20px 0;
      border-top: 1px solid #5d5d5d;
      font-size: 13px; }

.main-office h5 {
  text-transform: uppercase;
  color: #dca725;
  font-size: 30px;
  text-align: right; }

.contacts-special {
  font-family: "camptonlight";
  text-transform: uppercase;
  font-size: 12px; }

.contacts-text-box {
  float: right;
  text-align: right;
  width: 25%; }

iframe {
  width: 70%;
  float: left; }

.content-two-third {
  font-family: "proxima_nova_rgregular", sans-serif;
  line-height: 20px;
  font-size: 14px;
  color: #6b6b6b; }
  .content-two-third ul li {
    margin-right: 10px; }
  .content-two-third .news-feed {
    margin: 0;
    padding: 0; }
    .content-two-third .news-feed li {
      list-style-type: none;
      border-bottom: solid 1px #dca725;
      margin-bottom: 40px; }
      .content-two-third .news-feed li h2 {
        font-size: 20px; }
      .content-two-third .news-feed li h5 {
        text-transform: uppercase;
        font-size: 10px; }
      .content-two-third .news-feed li .btn {
        margin-bottom: 20px; }
    .content-two-third .news-feed li:last-child {
      border-bottom: none; }
    .content-two-third .news-feed .post-info {
      margin-top: 20px;
      margin-bottom: 20px; }
      .content-two-third .news-feed .post-info .author {
        float: left;
        color: #5d5d5d; }
      .content-two-third .news-feed .post-info .date, .content-two-third .news-feed .post-info .category {
        float: right; }
      .content-two-third .news-feed .post-info .date {
        margin-right: 10px;
        font-family: "camptonlight"; }
      .content-two-third .news-feed .post-info .category {
        color: #dca725; }

.content-full-width .single-post img {
  width: auto; }
.content-full-width .post-info {
  margin-top: 20px;
  margin-bottom: 27px; }
  .content-full-width .post-info .author {
    float: left;
    color: #5d5d5d; }
  .content-full-width .post-info .date, .content-full-width .post-info .category {
    float: left; }
  .content-full-width .post-info .date {
    margin-left: 10px;
    margin-right: 10px;
    font-family: "camptonlight"; }
  .content-full-width .post-info .category {
    color: #dca725; }

/*Responsive CSS*/
@media only screen and (max-width: 920px) {
  /* Navigation - Table Views */
  .header .nav-space {
    margin-top: 77px; }
  .header .nav .language-selector {
    margin-bottom: 4px; }
  .header .nav ul {
    margin-left: 10px; }
    .header .nav ul li {
      font-size: 10px; }
      .header .nav ul li a {
        padding: 4px 6px 4px 6px; }

  /* ENDS - Navigation - Table View */
  /* Home Page - Lawyers Sections in the Home Page */
  .body-container .inner-pads .home-about-section #lawyer-section {
    margin-top: 20px;
    margin-bottom: 20px; }
    .body-container .inner-pads .home-about-section #lawyer-section .text-box {
      float: left;
      width: 100%; }
      .body-container .inner-pads .home-about-section #lawyer-section .text-box p {
        margin-bottom: 0px; }
    .body-container .inner-pads .home-about-section #lawyer-section .btn {
      float: none;
      width: 30%;
      margin-top: 0; }

  /* ENDS Home Page - Lawyers Sections in the Home Page */ }
@media only screen and (max-width: 670px) {
  /*Navigation section */
  .latest-news {
    display: none; }

  .header {
    position: fixed;
    width: 100%; }
    .header .nav-space {
      margin-top: 0; }
    .header .language-selector {
      display: none; }
    .header .logo-container {
      width: 90px;
      float: right;
      margin-top: 5px; }
    .header .main-navigation {
      display: none; }
    .header .responsive-menu-trigger {
      float: left;
      display: block;
      color: #dca725;
      font-size: 50px;
      padding-top: 15px;
      margin-left: 10px;
      cursor: pointer; }

  /*a style */
  .phone-menu {
    display: none;
    position: fixed;
    background: #4f4e4d;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 50%;
    border-right: solid 3px #3a3937; }
    .phone-menu li {
      display: block;
      text-align: right;
      font-family: "camptonlight";
      text-transform: uppercase;
      color: white;
      border-top: solid 2px #3a3937; }
      .phone-menu li a {
        padding: 20px;
        display: block; }
      .phone-menu li .big-yellow {
        font-size: 30px;
        color: #dca725; }
    .phone-menu li:first-child {
      text-align: left;
      font-size: 19px; }
    .phone-menu li:hover {
      border-right: solid 4px #dca725; }

  /* Slider section */
  .dynamic-slider {
    height: 382px; }
    .dynamic-slider h1 {
      font-size: 24px;
      margin-top: 0px;
      padding-top: 130px; }
    .dynamic-slider h2 {
      font-size: 16px; }
    .dynamic-slider .big-btn {
      font-size: 15px;
      width: 195px;
      padding: 8px; }

  /* HOME ABOUT SECTIONS*/
  .body-container .pantone li {
    width: 100%;
    display: block; }
  .body-container .pantone li:first-child {
    padding-right: 0; }
  .body-container #lawyer-section .btn {
    float: none; }

  /* HOME News Section*/
  .body-container .inner-pads .home-about-section .news li {
    width: 100%; }

  /* Lawyers Page Sections*/
  .content-full-width {
    margin-top: 110px; }
    .content-full-width .lawyers-ul li {
      width: 100%; }
      .content-full-width .lawyers-ul li h2 {
        font-size: 18px; }
      .content-full-width .lawyers-ul li img {
        max-width: 200px; }
      .content-full-width .lawyers-ul li .btn-smaller {
        margin-top: 40px; }

  .profile-container .profile img {
    margin-bottom: 20px; }

  /* end of Lawyers PAge Sections*/
  /* CLients Page Responsive */
  .content-full-width .client-list li {
    width: 49%; }
  .content-full-width .client-list li:nth-child(even) {
    margin-left: 2%; }

  /*end of Clients Page Responsive*/
  /* Single Page of Lawyers */
  .profile-container {
    margin-top: 110px; }
    .profile-container .profile img {
      min-width: 200px; }
    .profile-container .onecolumn {
      width: 100%;
      float: none; }
    .profile-container .twocolumn {
      width: 100%;
      margin-left: 0px;
      float: none; }

  /*END*/
  /*Publications Page*/
  .content-two-third {
    margin-top: 110px; }

  /* end of Publication Page */
  /* Contacts page */
  iframe {
    width: 100%;
    margin-bottom: 30px; }

  .contacts-text-box {
    float: none;
    text-align: left;
    width: 100%; }

  .main-office h5 {
    text-align: left; }

  /* Contacts Page */
  /* FOOTER Area */
  .url {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0; }

  .footer .inner-footer .footer-nav-primary li {
    float: none; }
  .footer .inner-footer .footer-nav-secondary {
    display: none; }

  /* END of Footer Area */
  /* Page with sidebar */
  .content-two-third {
    width: 100%; }

  .sidebar {
    display: none; } }
html {
  background-color: #5d5d5d; }

html, body {
  margin: 0;
  padding: 0; }

img {
  width: 100%; }

.clear-fix {
  clear: both; }

a {
  text-decoration: none;
  font-family: inherit;
  color: inherit; }

.camptonbold {
  font-family: "camptonbold"; }

.btn {
  text-align: center;
  font-family: "camptonlight";
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  margin: auto;
  margin-top: 5px;
  color: #dca725;
  border: solid 2px #dca725;
  display: inline-block; }

.btn:hover, .big-btn:hover, .btn-smaller:hover {
  background-color: #dca725;
  color: white;
  cursor: pointer; }

.btn-smaller {
  padding: 5px;
  font-size: 8px;
  text-align: center;
  font-family: "camptonlight";
  text-transform: uppercase;
  color: #dca725;
  border: solid 2px #dca725;
  display: inline-block; }

.white {
  color: white; }

.yellow {
  color: #dca725;
  font-family: "camptonbold"; }

.campton-light-small {
  font-family: "camptonlight";
  text-transform: lowercase; }

.wp-gallery img {
  width: auto; }

/*# sourceMappingURL=style.css.map */
