/*
Theme Name: Bulmapress
Theme URI: http://bulmapress.com/
Author: Scops
Author URI: http://scops.com
Description: A modern wordpress starter theme built on top of underscores (by Autommatic) with Bulma.io mobile-first flexbox frontend.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bulmapress
Tags: one-column, two-columns, three-columns, four-columns, grid-layout, featured-images, accessibility-ready, featured-images, microformats, sticky-post, threaded-comments, translation-ready, blog, news, photography, portfolio

Bulmapress is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Main stylesheet: /frontend/bulmapress/css/bulmapress.css

Bulma Sass: /frontend/bulma/sass/
Bulmapress Sass: /frontend/bulmapress/sass/
 */

.site-content {
    margin: auto;
}
.my-additional-menu-item  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.lang-switcher {
    right: 50px;
}
.calc-menu-item {
    right: 125px;
    padding-right: 10px;
    border-right: solid black 1px;
}

.lang-switcher a {
    padding: 0 10px;
}

.cnc-logo {
    max-height: 2.75rem !important;
}
.navbar-menu {
    display: block !important;
    padding: 0 !important;
}

.menu-icon {
    height: 20px;
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.menu-icon:hover {
    cursor: pointer;
}
.menu-icon:hover .menu-icon__bar {
    opacity: 0.6;
}
.menu-icon__bar {
    position: absolute;
    top: 50%;
    height: 2px;
    width: 100%;
    background-color: #222;
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.menu-icon__bar::before, .menu-icon__bar::after {
    height: 2px;
    width: 100%;
    content: "";
    background-color: #222;
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.menu-icon__bar::before {
    top: -10px;
}
.menu-icon__bar::after {
    bottom: -10px;
}
.menu-icon--open .menu-icon {
    position: relative;
}
.menu-icon--open .menu-icon__bar {
    background: transparent;
}
.menu-icon--open .menu-icon__bar::before, .menu-icon--open .menu-icon__bar::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-icon--open .menu-icon__bar::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-icon--open .menu-icon__bar::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nav {
    padding: 30px;
    color: #222;
    position: absolute;
    right: 0;
    top: -1400px;
    background-color: #fff;
    -webkit-transition: top 0.6s ease;
    transition: top 0.6s ease;
}
.nav--active {
    position: absolute;
    top: 60px;
    right: 0;
}
.nav__list {
    padding-left: 0;
    list-style: none;
}
.nav__item {
    font-family: "Questrial", sans-serif;
    margin-bottom: 10px;
    text-align: right;
}
.nav__link {
    position: relative;
    color: #222;
    text-decoration: none;
}
.nav__link--plus::before, .nav__link--minus::before {
    color: #222;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav__link--plus::before {
    content: "";
}
.nav__link--minus {
    color: #C14500;
}
.nav__link--minus::before {
    content: "";
    color: #C14500;
}
.nav__link:hover {
    opacity: 0.6;
}
.nav__sub-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    displaY: none;
    list-style: none;
    padding-left: 10px;
}
.nav__sub-list--active {
    display: block;
}
.nav__sub-item .nav__link {
    color: #222;
}
.nav__sub-item:not(:last-child) {
    padding-bottom: 10px;
}

.cnc-display-block {

}

.my-gallery .foogallery-container {
    display: none;
}

/* Calculator*/



.calc-main {
    display: none;

}

.calc-conteiner {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    padding: 0 0 30px 0;
}

#calc-container, #frez-calc {
    border: 1px solid transparent;
}

#frez-calc {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

#plaz-calc {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

#frez-calc, #plaz-calc {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.left-half-calc, .right-half-calc {
    margin: 0 1% 0 1%;
    width: 48%;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.materials {
    font-size: 14px;
}

.materials ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 8px 10px;
    margin: 0;
    overflow: hidden;
}

.materials ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: grey;
    float: left;
    margin: 3px 1% 3px 1%;
    list-style: none;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 31.2%;
    height: 36px;
    font-size: 12px;
    line-height: 14px;
    border: solid;
}

.materials ul li:hover {
    background: darkorange;
}

.materials ul li.check-material {
    background: darkorange;
}
.mat-depth ul li.check-depth {
    background: darkorange;
}


.label-calc {
    float: left;
    text-align: center;
    width: 100%;
    padding:  10px 0;
}

.label-calc-depth {
    float: left;
    text-align: center;
    width: 100%;
    padding:  10px 0;
}

.mat-depth ul{
    padding: 0 10px;
    margin: 5px 0;
    overflow: hidden;
}

.mat-depth ul li {
    cursor: pointer;
    background: grey;
    float: left;
    margin: 3px 5px 3px 5px;
    list-style: none;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    min-width: 51px;
    text-align: center;
    border: solid;
}

.mat-depth ul li:hover {
    background: darkorange;
}

.label-calc-lenght, .label-calc-price {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mat-lenght, #frez-calc-resault, #plaz-calc-resault {
    width: 20% !important;
    text-align: center;
}

#frez-calc-resault, #plaz-calc-resault {
    text-align: center;
    width: 30%;
    font-size: 30px;
    color: red;
    font-family: fantasy;

}

#masthead {
    padding: 0 4%;
}

.my-label {
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 25px;
    font-family: fantasy;
}
.calc-main-label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

#frez-content-default p, .frez-content p, .send-maket p {
    text-align: justify;
    text-indent: 8px;
    font-weight: 500;
    padding: 0 10px 10px 10px;
    margin: 0;
    clear: both;
}

.send-maket-button {
    padding: 10px;
    border: solid black 1px;
    border-radius: 5px;
    width: 200px;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
}

#frez-calc-button, #plaz-calc-button {
    float: left;
    width: 35%;
    margin: 5px 7.5%;
    border: solid;
    border-radius: 8px;
    background-color: #d5d0d6;
    font-size: 16px;
    font-weight: 600;
}

#frez-calc-button:hover, #plaz-calc-button:hover {
    background-color: darkorange;
    cursor: pointer;
}

/* end Calculator */

/* Mobile */
@media screen and (max-width: 44.375em) {

    #site-navigation {
        position: fixed;
        width: 100%;
        top: 0;

    }

    #content {
        padding-top: 2em;
        margin-top: 2em;
    }

    .left-half-calc, .right-half-calc {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        margin: 0 0 0 0;
    }

    .calc-main {
        height: auto;
    }

    .calc-main-label {
        font-size: 20px;
        font-family: Arial;
        font-variant-caps: all-small-caps;
    }
    .materials ul, .mat-depth ul {
        margin: 0 0 0 6px;
    }

    .materials {
        font-size: 10px;
        font-family: 'Helvetica', Arial, serif;
    }

    .materials ul li {
        padding: 4px;
        height: 40px;
    }

    #colophon {
        display: none;
    }
}

/* Tablet */
@media screen and (max-width: 48.9375em) {

}

/* Small desktop */
@media screen and (min-width: 56.875em) {

}


/* Desktop */
@media screen and (min-width: 61.5625em) {

    .title-main-page {
        text-align: center;
        font-size: 1.8rem;
        margin: 0 0 10px 0;
        font-weight: 700;
    }

    #calc-conteiner h2 {
        font-size: 2em;
        text-align: center;
    }

    .metaslider .caption h2,
    .metaslider .cs-title h2,
    .metaslider .nivo-caption h2 {
        font-size: 2em; /* adjust as necessary */
    }

    .slider-description {
        position: absolute;
        bottom: 15%;
        right: 5%;
        text-align: right;
        max-width: 60%;
    }
    .slider-title {
        font-weight: 700;
    }

    .my-reorders-slider-title-wrap {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        padding: 4%;
        font-weight: 700;
        text-shadow: 1px 1px 2px grey, 0 0 1em white;
    }
}

/* FulHD */
@media screen and (min-width: 75em) {

}