/*
Theme Name: Kalium - Child Theme Mats
Theme URI: https://laborator.co/themes/kalium/
Author: .NETengine
Author URI: https://www.netengine.at
Description: A wonderful child theme by .NETengine
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/



h1,
h2,
h3 {
    text-transform: uppercase;
}

h2 {
    margin-bottom: 1.5rem;
}

.site-footer a,
.wrapper a,
.wpb_wrapper p a {
    text-decoration: underline;
}

.wpb_wrapper p>a {
    text-decoration: underline !important;
}

.wpb_wrapper li a {
    text-decoration: underline !important;
}

.top-header-bar .menu-item+.menu-item {
    margin-left: 0 !important;
}

.top-header-bar {
    padding-bottom: 0;
}


.portfolio-holder.portfolio-type-1 .info .item-link {
    text-decoration: none;
}

.flatrate .info-box {
    text-decoration: none;
}

.top-header-bar .menu-item+.menu-item {

    margin: 0;
}

.post-formatting a,
.widget.widget_media_gallery a {

    text-decoration: none !important;
}

.kalium-wpml-language-switcher .languages-list .language-entry .flag+.text {
    font-family: 'Averia Libre';
    font-size: 16px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.portfolio-holder.portfolio-type-1 .portfolio-item .item-box {
    transition: all .2s ease-in-out;
    overflow: hidden;
    background-color: #4d4c4c;
}

.portfolio-holder.portfolio-type-1 .portfolio-item .item-box:hover {
    transform: scale(1.03);
    background-color: #4d4c4c;
}

.portfolio-holder.portfolio-type-1 .photo {
    overflow: hidden;
}

.portfolio-holder.portfolio-type-1 .portfolio-item .photo .attachment-portfolio-img-1 {
    transition: all .2s ease-in-out;
    transform: scale(1.07) translateY(-3px);
}

.portfolio-holder.portfolio-type-1 .portfolio-item:hover .photo .attachment-portfolio-img-1 {
    transform: scale(1);
}

.portfolio-holder.portfolio-type-1 .info {
    padding: 0 !important;
}

.portfolio-holder.portfolio-type-1 .info a {
    padding: 20px 30px;
}

.portfolio-holder.portfolio-type-1 .info .item-link {
    width: 100%;
}

.portfolio-holder.portfolio-type-1 .info a {
    color: lightgray;

}

.portfolio-holder.portfolio-type-1 .info a h3 {
    color: white;
}

.welcome {
    padding-left: 79px;
    padding-right: 79px;
}

a.ls-gui-element.ls-nav-prev,
a.ls-gui-element.ls-nav-next {
    font-family: FontAwesome;
    font-size: 50px;
    color: #422f2f;
}

a.ls-gui-element.ls-nav-prev {
    left: 50px;
}

a.ls-gui-element.ls-nav-next {
    right: 50px;
}

a.ls-gui-element.ls-nav-prev:before {
    content: "\f053";
}

a.ls-gui-element.ls-nav-next:before {
    content: "\f054";
}

.white .sa_owl_theme .owl-nav .owl-next {
    background: rgba(67, 42, 25, 0.52) url('../images/icon_next.png') no-repeat center center !important;
}

.white .sa_owl_theme .owl-nav .owl-prev {
    background: rgba(67, 42, 25, 0.52) url('../images/icon_prev.png') no-repeat center center !important;
}

.sa_owl_theme .owl-dots .owl-dot span {
    background-color: rgba(67, 42, 25, 0.52) !important;
}

.portfolio-holder.portfolio-type-1 .portfolio-item .item-box.flatrate {
    background-color: black;
    text-shadow: 2px 2px 2px black;
}

.flatrate .photo {
    opacity: .8;
}

.flatrate .info-box {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    flex-direction: column;
}

.flatrate .info-box:hover {
    color: white;
}

.m-0 {
    margin: 0;
}

.mt-2 {
    margin-top: 2rem;
}

.stripe {
    flex-grow: 1;
    width: 2px;
    background: white;
    margin: 7px auto;
}

.stripe:first-of-type,
.stripe:last-of-type {
    flex-grow: 0;
    height: 35px;
}

.stripe:first-of-type {
    margin-top: 0;
}

.stripe:last-of-type {
    margin-bottom: 0;
}

.wps-form-row .wpcf7-form-control {
    background: #fff;
}

.ne-social-media .icon {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3)) grayscale(1) !important;
}

.ne-social-media .post {
    height: 300px;
    background: #f5f2ee;
}

.ne-social-media .text {
    height: 61px;
    overflow: hidden;
}

.ne-social-media .text .read_more {
    background: linear-gradient(to bottom, transparent 0%, #f5f2ee 50%) !important;
}

/******** Always Sticky Header *********/

@media only screen and (max-width: 768px) {

    .ls-gui-element.ls-nav-next,
    .ls-gui-element.ls-nav-prev {
        display: none !important;
    }

    .ls-wp-container.fitvidsignore.ls-fullsize {
        height: calc(100vh - 126px) !important;
    }

    #main-wrapper {
        margin-top: 126px;
    }

    .site-header {
        position: fixed !important;
        top: -32.3px;
    }

    .site-header .header-block {
        padding-bottom: 10px !important;
        padding-top: 10px !important;

        background-color: #dbd8d4;
        border-bottom: 0px solid #f5f2ee;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 12px;
    }

    .site-header .header-block .header-logo {
        width: 200px;
        height: 58px;
    }

    .site-header .header-block .header-logo img.main-logo {
        display: none;
    }

    .site-header .header-block .header-logo img.alternate-logo {
        opacity: 1 !important;
        visibility: inherit !important;
    }
}

/******** Always Sticky Header *********/