﻿
/* 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;
}
