/* ============================== SOCIAL FOOTER ============================== */
/* === SOCIAL BUTTONS AND SEARCH === */
.pane-social-buttons {
  position: absolute;
  right: 210px;
  padding: 3px 10px 0 0;
  cursor: pointer; }
  .pane-social-buttons ul {
    margin: 0px; }
    .pane-social-buttons ul li {
      display: inline-block; }
      .pane-social-buttons ul li a {
        font-size: 18px;
        padding: 0px 4px; }
        .pane-social-buttons ul li a.icon-circle {
          display: block;
          text-align: center;
          width: 22px;
          height: 30px;
          line-height: 30px;
          background-color: #000;
          position: relative;
          color: #FFF; }

.pane-solr-client-form {
  width: 210px;
  position: absolute;
  right: 0px; }
  .pane-solr-client-form input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 165px;
    margin-right: 5px;
    height: 22px;
    padding: 0px 5px; }
  .pane-solr-client-form #edit-submit {
    -webkit-appearance: none;
    padding: 0px;
    margin: 0px;
    border: none;
    height: 22px;
    width: 34px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: top; }

/* === FOOTER === */
footer .footer-content {
  /* Black footer with white font */
  /* White footer with black font */
  /* === ELEMENTS === */ }
  footer .footer-content .social-icons-white a {
    color: #FFF; }
  footer .footer-content .social-icons-white.pane-menu-footer-menu {
    border-bottom: 1px dotted #666666; }
    footer .footer-content .social-icons-white.pane-menu-footer-menu ul li:before {
      border-left: 1px solid #666666; }
  footer .footer-content .social-icons-black a {
    color: #000; }
  footer .footer-content .social-icons-black.pane-menu-footer-menu {
    border-bottom: 1px dotted #999999; }
    footer .footer-content .social-icons-black.pane-menu-footer-menu ul li:before {
      border-left: 1px solid #999999; }
  footer .footer-content .pane-social-footer .content-leftcol.two-col {
    width: 30%; }
    @media screen and (max-width: 767px) {
      footer .footer-content .pane-social-footer .content-leftcol.two-col {
        display: block;
        width: auto;
        margin: 0px;
        text-align: center; } }
  footer .footer-content .pane-social-footer .content-rightcol.two-col {
    position: relative;
    width: 70%;
    min-height: 47px; }
    @media screen and (max-width: 767px) {
      footer .footer-content .pane-social-footer .content-rightcol.two-col {
        display: block;
        width: auto;
        margin: 20px 0px;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      footer .footer-content .pane-social-footer .content-rightcol.two-col .pane-social-buttons {
        position: relative;
        top: 0px;
        right: 0px;
        padding: 10px 0px; } }
    @media screen and (max-width: 767px) {
      footer .footer-content .pane-social-footer .content-rightcol.two-col .pane-solr-client-form {
        position: relative;
        top: 0px;
        right: 0px;
        margin: 0 auto; } }
  footer .footer-content .pane-menu-footer-menu {
    margin: 10px 0px 15px;
    padding-bottom: 10px; }
    @media screen and (max-width: 767px) {
      footer .footer-content .pane-menu-footer-menu {
        text-align: center; } }
    footer .footer-content .pane-menu-footer-menu ul li {
      display: inline-block;
      margin-bottom: 10px;
      position: relative;
      padding-left: 10px; }
      footer .footer-content .pane-menu-footer-menu ul li.first {
        padding-left: 0px; }
        footer .footer-content .pane-menu-footer-menu ul li.first:before {
          display: none; }
      footer .footer-content .pane-menu-footer-menu ul li:before {
        display: block;
        content: "";
        position: absolute;
        top: 2px;
        left: 3px;
        height: 10px; }
      footer .footer-content .pane-menu-footer-menu ul li a {
        display: block; }
  footer .footer-content .pane-bonnier-footer {
    margin-top: 20px; }
    footer .footer-content .pane-bonnier-footer .content-leftcol.two-col {
      width: 11%;
      min-width: 105px; }
    footer .footer-content .pane-bonnier-footer .content-rightcol.two-col {
      width: 89%; }
      footer .footer-content .pane-bonnier-footer .content-rightcol.two-col .form-item {
        margin-top: 0px; }
