﻿a.themed {
    color: #3c9f92;
    text-decoration: none;
}

a.themed:visited {
    color: #3c9f92;
    text-decoration: none;
}

a.themed:hover {
    text-decoration: underline;
}

.button.themed,
.button.themed:visited,
.button.themed:focus {
    color: #e9e9e9 !important;
    padding: 6px 10px;
    border: 1px solid #3c9f92;
    font-size: 10.5pt;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background: #3c9f92;
    font: normal normal normal 14px/20px 'DM Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 500;
}

.button.themed:hover {
    color: #fff;
    background: #3c9f92;
    border: 1px solid #3c9f92;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.button.themed.hidden {
    display: none;
}

.button.login-themed,
.button.login-themed:visited,
.button.login-themed:focus,
.button.login-themed:hover {
    color: #190D30 !important;
    border-radius: 20px !important;
}

/*Navigation*/
ul.main-navigation li a.active {
    background-color: #3c9f921a;
}

ul.main-navigation li a.active .icon {
    color: #3c9f92;
}

ul.main-navigation li a.active .name {
    color: #3c9f92;
    text-shadow: none;
}

.button.white-themed {
    color: #3c9f92;
    background-color: white;
    border-color: #3c9f92;
}

.box-themed {
    text-shadow: 1px 1px 0px #3c9f921a !important;
}

.box-themed .heading {
    background: #3c9f921a !important;
    border-bottom: 1px solid #3c9f921a !important;
}

.box-themed .price {
    color: #3c9f92 !important;
}
