﻿body {
    color: #2e2d2d;
}

a {
    color: #fd523f;
}

a:hover {
    color: #040708;
}

.container.navigation-mobile {
    background: #000000;
    border-bottom: 1px solid #252525;
}

.gift-card {
    color: #dbcea1;
}

.gift-card::before {
    background: url(../images/icon_gift_card_perro_negro.png) no-repeat top left;
}

.gift-card::after {
    background: url(../images/icon_gift_card_perro_negro_hover.png) no-repeat top left;
}

.gift-card:hover {
    color: #fd523f;
}

.newsletter {
    color: #dbcea1;
    border-color: #dbcea1;
}

.newsletter:hover {
    color: #fd523f;
    border-color: #fd523f;
}

.header {
    background: url(../images/bg_perro_negro_nav.png) no-repeat 10% 0;
}

.navigation {
    pointer-events: none;
    z-index: 500;
}

.navigation a {
    color: #dbcea1;
    display: block;
    padding: 22px 8px 42px 8px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px;
    pointer-events: all;
}

.navigation a::before {
    content: "";
    background: url(../images/icon_navigation_perro_negro.png) no-repeat top left;
    top: 0;
    left: 50%;
    margin-left: -7.5px;
    width: 15px;
    height: 12px;
    opacity: 0;
    position: absolute;
}

.navigation a:hover::before,
.navigation .selected a::before {
    opacity: 1;
}

.navigation .logo a {
    padding: 45px 0 0 0;
    margin-bottom: -92px;
}

.navigation .logo a::before {
    background: transparent;
}

.navigation .logo img {
    display: block;
}

.navigation a:hover,
.navigation .selected a {
    color: #fd523f;
}

.menu-link a {
    background: #fd523f;
    color: #fffde9;
    text-transform: uppercase;
    border: 2px solid #fffde9;
    border-bottom: none;
    font-family: "Fenix", serif;
    font-size: 1.8rem;
    box-shadow: -4px 0 0 rgba(253, 82, 63, 1), 4px 0 0 rgba(253, 82, 63, 1), 0 -5px 0 rgba(253, 82, 63, 1), -4px -5px 0 0 rgba(253, 82, 63, 1), 4px -5px 0 0 rgba(253, 82, 63, 1);
}

.image-gallery-item::before {
    background: #fd523f;
}

.sub-footer.container .sub-footer {
    background: url(../images/bg_perro_negro_subfooter.png) no-repeat top left;
    background-size: 50% 100%;
}

.button {
    color: #2e2d2d;
    border-color: #2e2d2d;
}

.button:hover {
    color: #fd523f;
    border-color: #fd523f;
}

.mobile-menu {
    box-shadow: inset 0 -4px 4px rgba(0,0,0,0.1);
}

.map.container .get-directions:hover {
    color: #fd523f;
    border-color: #fd523f;
}

.home-icon.container .home-icon a:hover{
	background-color: #fd523f;
}

.other-links a:hover{
	color: #fd523f;
}

@media all and (max-width: 1150px) {
    .navigation li {
        margin: 0 4px;
    }

    .navigation a {
        padding: 22px 4px 42px 4px;
        font-size: 1.3rem;
        margin: 0 8px;
    }
}

@media all and (max-width: 950px) {
    .navigation a {
        padding: 22px 2px 42px 2px;
        margin: 0 2px;
        font-size: 1.0rem;
    }
}

@media all and (max-width: 768px) {
    .sub-footer.container .sub-footer {
        background-size: 100% 100%;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
