/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


/*.container{
    width: 95% !important;
    height: 100%;
}

.row {
    overflow: hidden;
}

body, html {
    margin: 0;

    height: 100% !important;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.mainbody-section{
    padding-bottom: 0;
    height: 100% !important;
}


.row,.mainbody-section,.main,.content,.wrap,
.section-modal .modal-content, .modal-content,
.section-modal,
.col-md-4{
    height: 100% !important;
}

.menu-item {
    height:29.33333333% !important;
}*/

.menu-item {
    background-size: cover;
}

body, .section-modal .modal-content {
    color: #072837;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #072837;
}
h2 {
    font-size: 26px;
}

h1, h2, h3, h4, h5, h6 {
    color: #072837;
    font-weight: 500;
    line-height: 1em;
}

.details-text{
    line-height: 2em;
    padding-top: 15px;
}

.details-text p {
    color: #072837;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

body,
.container-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 24px 30px;
}

.container-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.menu-row {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    -o-flex: 5;
    flex: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.menu-item {
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    -o-flex: 4;
    flex: 4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    -o-flex-flow: column wrap;
    flex-flow: column wrap;
    margin:15px;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat ;
    background-size: 100% 100%;
}


.menu-item .item-text-1,
.menu-item .item-text-2{
    padding: 5px 15px 5px 5px;
    text-align: right;
}

.menu-item .item-text-2{
    margin: 2px 0;
}

.menu-item .menu-item-text{
    position: absolute;
    right: 0;
    bottom:25px;
}

.btn-circle.btn-xl {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 32px;
    font-size: 25px;
    line-height: 0.33;
    background-color: #23171b;
    color: #fff;
}

.close-box .btn-circle.btn-xl{
    padding: 3px;
}

.mainbody-section .close-modal,
.mainbody-section .close-box,
.section-modal .close-modal{
    position: absolute;
    top: 4px;
    right: 42px;
    width: 40px;
    height: 40px;
    z-index: 999999;
    cursor: pointer;
}

.modal {
    z-index: 9999999;
}

.mainbody-section .close-modal {
    z-index: 999999999;
}
.menu-item a div {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.mainbody-section.section-modal .close-modal .lr .rl,
.mainbody-section.section-modal .close-modal .lr
{
    background-color: #fff !important;
}

.mainbody-section .modal-content {
    background-color: #fff !important;
    background: none !important;
}

.mainbody-section{
    padding-bottom:0px;
    padding-top: 7px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.section-modal .modal-content{
    padding: 15px 0 !important;
}

.container{
    width:95%;
}

.col-md-6 iframe{
    height: 360px !important;
}

.section-title p{
    padding-bottom: 30px;
    color: #072837;
    font-size: 18px;
    font-weight: 500;
}

li {
    list-style: initial;
}

ul, ol {
    margin: 0;
    padding-left: 45px;
}