/*
 * Theme Name: Reis 1.1
 * Description: Reis website theme
 * Author: Ilya Skorik <ilya@skorik.co>
 * Template:     bb-theme
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 * Text Domain:  reis
*/

body {
    font-family: Open Sans, Arial, sans-serif;
}

.fl-page {
    max-width: 1200px;
}

.fl-page-content {
     background-color: transparent!important;
}

header.fl-builder-content .fl-col-group {
    background: white!important;
}

.fl-page-content .fl-builder-content .fl-row-content-wrap .fl-col-group {
    background: white!important;
}

@media only screen and (min-width: 768px) {
    .fl-page-content .fl-builder-content .fl-row-content-wrap .fl-col-group {
        padding: 0 calc(2rem - 12px);
    }
}

footer.fl-builder-content .fl-row-content-wrap .fl-col-group {
    background: #434A54!important;
}

.code-block-14 {
    margin: 0!important;
}

.app-menu .fl-row-content-wrap {
    position: fixed !important;
    z-index: 1000;
    width: 100vw;
    height: 26px;
}

.app-menu + .fl-row {
    margin-top: 26px;
}

.app-menu-logo {
    max-width: 50% !important;
}

.app-layout {
    max-width: 1240px;
}

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

    .app-layout-left {
        display: none;
    }

    .app-layout-right {
        display: none;
    }

    .app-layout-main {
        padding: 0 0;
        max-width: 100% !important;
        margin-bottom: 24px;
        width: 100%;
    }

    .app-menu .fl-row-content-wrap {
        height: auto;
        padding: 12px 16px !important;
    }

    #wpadminbar {
        display: none;
    }

    .app-menu nav ul {
        margin-top: 16px;
        width: 100%;
    }

    .app-menu nav .menu-item {
        width: 33%;
        display: inline-block;
    }

    .app-menu .fl-col-group {
    }

    .app-menu-logo .fl-col-content {
        position: absolute !important;
        left: 20px;
    }

    .app-menu .app-menu-menu {
        width: 100% !important;
    }

    .app-menu .app-menu-signin {
        display: none !important;
    }

    .app-menu .app-menu-menu .fl-menu {
        text-align: right;
    }
}

@media only screen and (min-width: 769px) and (max-width: 976px) {

    .app-layout-left {
        display: none;
    }

    .app-layout-right {
        width: 100% !important;
        max-width: 300px !important;
    }

    .app-layout-main {
        padding: 0 6px 0 0;
        width: calc(100% - 300px) !important;
    }
}

@media only screen and (min-width: 976px) {
    .app-layout-left {
        width: 100% !important;
        min-width: 300px !important;
        max-width: 300px !important;
    }

    .app-layout-right {
        width: 100% !important;
        max-width: 300px !important;
    }

    .app-layout-main {
        padding: 0 calc(2rem - 12px);
        width: calc(100% - 300px - 300px) !important;
    }
}

/*Comments*/
@media only screen and (max-width: 768px) {
    .comment-respond {
        padding: 0 12px;
    }
}

.comment-respond p:first-child {
    display: none;
}

.comment-respond label {
    display: none;
}

.comment-respond textarea {
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 4px;
}

.comment-respond .btn-primary {
    background: #434A54;
    border-radius: 3px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 19px;
    padding: 12px 24px;
    text-align: center;
}
.fl-module-widget .fl-widget {
    overflow: hidden;
}

.title_404 {
	font-weight: bold;
	color: #000;
	font-size: 70px;
	margin-bottom: 2rem;
}
.title_404_number {
	font-weight: bold;
	color: #000;
	font-size: 128px;
}
@media (max-width:768px) {
	.title_404 {
		font-size: 48px;
	}
}
.kama_breadcrumbs {
	margin: 0 2.6%;
}
