/*
Theme Name: digisimo
Description: This is a child theme of Torfa.
Author: digisimo
Template: torfa
Version: 1.0617.1
*/
:root {
    --font-main: 'Montserrat', sans-serif;
    --color-green: #8ACCD2;
    --color-yellow: #FEE166;
    --color-red: #c40b13;
}

/*Header*/
.main-heading.elementor-widget {
    position: absolute;
    margin-bottom: 0;
    max-width: 35%;
    right: 10%;
    top: 10%;
}
/*Header: menu*/
.menu a {
    color: white !important;
    transition: ease .5s
}
.menu a:hover {
    color: var(--color-yellow) !important;
    transition: ease .5s;
}
.menu a:active {
    color: var(--color-yellow) !important;
}
/*Header: menu sticky*/
header.headroom--pinned .elementor-27968 .elementor-element.elementor-element-ca59465 > .elementor-widget-container {
    padding: 5px 0;
}
header.headroom--pinned .elementor-27968 .elementor-element.elementor-element-ca59465 .neuron-logo img {
    width: 160px;
}
header.headroom--pinned .elementor-27968 .elementor-element.elementor-element-b5cee09 nav > ul > li > a {
    font-size: 1em;
}

/*Home: projects grid*/
.elementor-element.projects-grid {
    max-width: 1920px;
    margin: 0 auto;
}
.o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.o-neuron-hover.o-neuron-hover--zoom-out.o-neuron-hover--meta-inside .o-neuron-hover-holder:hover .o-neuron-hover-holder__header .o-neuron-hover-holder__header__overlay {
    -webkit-clip-path: none;
    clip-path: none;
}

/*Contact form*/
.wpcf7-form input, .wpcf7-form textarea {
    background-color: rgba(138, 204, 210, 0.81);
    border: 0;
    border-radius: 15px;
}
.wpcf7-form textarea {
    height: initial!important;
}
span.wpcf7-not-valid-tip {
    color: var(--color-red);
    font-size: 0.8em;
    text-shadow: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0;
    text-align: center;
    margin: 5px;
    color: var(--color-red);
 }
div.wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    margin: 5px;
    color: var(--color-green);
}
.wpcf7-form input[type='submit'].btn-contact-bg {
    margin: 0 auto;
    background-color: rgba(138, 204, 210, 0.81);
    color: #111!important;
    padding: 15px 20px;
}
.wpcf7-form input[type='submit'].btn-contact-bg:hover {
    background-color: var(--color-green);
}
.wpcf7-form .form-control{
    margin-top: 15px!important;
}
.wpcf7-acceptance label {
    margin-top: 5px;
}
.wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    margin: 0 5px 0 0;
}

/*Projekto vidinis*/
.p-portfolio-single .p-portfolio-single__content__meta .meta-title {
    text-transform: uppercase;
}
.p-portfolio-single__content__inner a,
.p-portfolio-single .p-portfolio-single__content__tabs ul li p {
    color: var(--color-green);
}

/*Footer*/
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets,
.l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__copyright {
    background-color: var(--color-green);
}
.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget {
    margin-bottom: 1.8rem;
}

/*CookieBar*/
#cookie-law-info-bar {
    font-size: 16px;
}

/*RESPONSIVE*/
@media screen and (max-width: 500px) {
    .main-heading.elementor-widget {
        max-width: 45%;
        right: 5%;
        top: 7%;
    }
    #cookie-law-info-bar {
        font-size: 13px;
    }
}
@media screen and (max-width: 400px) {
    .main-heading.elementor-widget {
        max-width: 50%;
    }
    .main-heading.elementor-widget h1 {
        font-size: 16px!important;
    }
}
@media only screen
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .o-portfolio-item .o-neuron-hover.o-neuron-hover--meta-inside .o-neuron-hover-holder .o-neuron-hover-holder__body .o-neuron-hover-holder__body-meta {
        opacity: 1;
        padding: 10px;
        background: rgba(138, 204, 210, 0.75);
    }
}

/*Unknown*/
.o-breadcrumb__holder {
    text-align: right;
}

.o-breadcrumb {
    background-color: #8ACCD2;
}

/*.l-primary-header {*/
/*	background-color: black !important;*/
/*  padding: 20px;*/
/*  position: fixed;*/
/*  top: 15px;*/
/*  left: 0;*/
/*  right: 0;*/
/*  z-index: 1;*/
/*}*/