﻿
/* http://www.w3schools.com/cssref/css_selectors.asp */

/*#region colors */

::selection {
    background: #e40613 !important;
}

#primary-menu > ul > li:hover a, #primary-menu > ul > li.current a {
    color: #e30613;
}

#portfolio-filter li a:hover {
    color: #e30613;
}

#portfolio-filter li.activeFilter a {
    background-color: #e30613;
}

.button, .btn-success, #template-contactform-submit {
    background-color: #e30613;
    border-color: #bf121d;
}

.team-title span {
    color: #e40613;
}

.am-link:hover, .si-colored.am-link {
    background-color: #e40613 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #e40613 !important;
}

#portfolio-navigation a {
    color: #e40613 !important;
}

.portfolio-desc h3 a:hover {
    color: #e40613 !important;
}

/*#endregion*/

/*#region swiper */

.swiper-pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 20px;
    text-align: center;
    line-height: 1;
}

    .swiper-pagination span {
        display: inline-block;
        cursor: pointer;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        opacity: 1;
        background-color: transparent;
        border: 1px solid #FFF;
        border-radius: 50%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .swiper-pagination span:hover,
        .swiper-pagination span.swiper-active-switch {
            background-color: #FFF !important;
        }

/*#endregion*/

/*#region logo */

.logo1 {
    padding: 15px 0;
    /*visibility: collapse;*/
}

.logo2 {
    position: absolute;
    top: 0;
    visibility: collapse;
}

.logo3 {
    position: absolute;
    top: 0;
    padding: 15px;
    visibility: collapse;
}

#header.full-header #logo {
    border-right: none;
}
/*#endregion*/

/*#region navigation */

#header.full-header #primary-menu > ul {
    border-right: none;
}

/*#endregion*/

/*#region title text */

#page-title > div > span {
    font-size: 20px;
    font-weight: 100;
    color: black;
}

#page-title > div {
    color: black;
}

/*#endregion*/

/*#region text-column */
@media (min-width: 900px) {
    .am-text-column-small {
        width: 800px;
    }
}
/*#endregion*/

address {
    margin-bottom: 10px;
}


/*email obfuscation*/
span span.dnone {
    display: none;
}

#portfolio-filter li.activeFilter a {
    background-color: #e30613;
}

#portfolio-filter li a:hover {
    color: #e30613;
}

.splide__pagination__page {
    background-color: #e30613 !important;
}

.splide__arrow {
    background-color: #e30613 !important;
}

.splide__arrow svg {
    fill: white !important;
}

/*#region nav-highlight (animated border for open positions) */

#primary-menu > ul > li.nav-highlight > a {
    position: relative;
}

#primary-menu > ul > li.nav-highlight > a::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: linear-gradient(90deg, #e30613, #ff6b35);
    animation: nav-slide 4s ease-in-out infinite;
}

@keyframes nav-slide {
    0%    { clip-path: inset(0 100% 0 0); }
    25%   { clip-path: inset(0 0 0 0); }
    50%   { clip-path: inset(0 0 0 100%); }
    75%   { clip-path: inset(0 0 0 0); }
    100%  { clip-path: inset(0 100% 0 0); }
}

/*#endregion*/

/*#region utilities */

.am-li-spaced li {
    margin-bottom: 5px;
}

.am-slider-container {
    min-height: 400px;
    max-height: 510px;
    height: auto;
}

/*#endregion*/

/*#region portfolio spacing */

#portfolio.portfolio-1 .portfolio-item {
    padding-bottom: 40px;
}

#portfolio.portfolio-1 .portfolio-item > .container:last-child > :last-child {
    margin-bottom: 0 !important;
}

/*#endregion*/
