﻿@media (max-width: 767px) {
  .aircv-me-page img.aircvheader.standalone {
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 767px) {
  #footer .menu-footer {
    padding-top: 20px;
    padding-bottom: 50px;
    display: block;
  }
  #footer .menu-footer .item {
    padding: 0 5px;
    border-bottom: 1px solid #444;
  }
  #footer .menu-footer .item:first-child {
    border-top: 1px solid #444;
  }
  #footer .menu-footer .title {
    color: white;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 0;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
  }
  #footer .menu-footer .title .icon-arrow-down {
    height: 0px;
    width: 0px;
    border: none;
    border-top: 5px solid white;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    position: absolute;
    right: 5px;
    top: 18px;
  }
  #footer .menu-footer .link-group-trigger:checked + .title .icon-arrow-down {
    transform: rotate(180deg);
  }
  #footer .menu-footer .link-group-trigger:checked ~ .item-container {
    opacity: 1;
    height: auto;
    padding: 0 0 20px;
  }
  #footer .menu-footer .item-container {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  #footer .menu-footer .item-container li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer li a {
    color: #a5a5a5 !important;
    line-height: 30px;
    font-size: 13px;
  }
  #footer li a:hover {
    color: #c5c5c5 !important;
  }
  #footer .copy-right {
    border-top: 0;
    font-size: 13px;
    line-height: 20px;
    color: #a5a5a5;
    text-align: right;
    padding: 0 0 20px;
  }
  #footer p {
    color: #ffffff !important;
  }
  #footer .poweredlogofooter img {
    max-height: 22px;
  }
  #footer .poweredlogofooter span {
    display: block;
    position: relative;
    text-indent: -999em;
  }
  .owner-info .logos {
    padding-bottom: 12px;
  }
}
