/*
  Theme Name: apdis-v1
  Theme URI: http://www.activemedia.pt
  Version: 1
  Author: Benjamim Alves, Joana Sebastião - ActiveMedia
  Author URI: http://www.activemedia.pt
  
  Description: É FAVOR MUDAR SEMPRE AS CARACTERISTICAS DO FICHEIRO STYLE.CSS BEM COMO O FICHEIRO ASSETS/JS/SETTINGS.JS E O NOME DA PASTA DO TEMA.
*/

@import url("assets/css/base.css");

/* new styles */

.widgetarea-sidebar {
    margin-bottom: 40px;
}

.widgetarea-sidebar .widgettitle {
    color: #b4bbc2;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 5px solid #f2f5f8;
}

.widgetarea-sidebar .gallery img {
    width: 100%;
    height: auto;
    border: none !important;
}

header .top-bar ul.right {
    margin-right: 15px;
}

.loginBtn {
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    width: 100px;
    text-align: center;
    height: 30px;
}

.loginBtn:hover {
    background: #ffffff22;
}

.accountBtn {
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    display: block;
    width: 30px;
    text-align: center;
    height: 30px;
}

.accountBtn svg {
    height: 24px;
}

.accountMenuWrapper {
    position: relative;
}

.accountMenu {
    position: absolute;
    background: #a7c400;
    padding: 15px;
    top: 45px;
    right: 0;
}

.userBtn {
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    white-space: nowrap;
    text-align: right;
}

.logoutBtn {
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    text-align: right;
}

.custom-logo {
    max-height: 100px;
    width: auto;
}