/*
Theme Name: Micro Office Child
Template: micro-office
Theme URI: https://micro-office.themerex.net/
Description: Micro Office is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
table td {
    text-align: center;
}
.c-red {
    color: red;
    margin-bottom: 10px;
    display: flex;
}
button.mfp-arrow, .mfp-wrap .mfp-container .mfp-figure figcaption {
    display: none !important;
}
.elementor-shortcode {
    overflow: auto;
}
.forminator-select--field.forminator-select2 {
    visibility: visible !important;
}
.wpc-horizontal-layout .wpc-filters-widget-wrapper {
    max-width: 930px;
}
.wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button), .wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
    max-width: 285px !important;
}
.wpc-horizontal-layout .wpc-filter-layout-submit-button {
    justify-content: flex-end !important;
    max-width: 590px !important;
    padding-top: 25px;
}
.wpc-filters-section {
    margin-bottom: 0;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.modal-content {
    margin: 5% 0 0 auto;
    width: 430px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: var(--modal-duration);
    height: 95vh;
}

.modal-header h2,
.modal-footer h3 {
    margin: 0;
    font-size: 18px;
}

.modal-header {
    background: white;
    padding: 15px;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
}
.modal-body {
    padding: 10px 20px;
    background: #fff;
    height: 94%;
    overflow: auto;
}
.pop-header {
    background: #f6f6f6;
}
.pop-header h2 {
    background-color: #eff0f2;
    margin: 0;
    padding: 10px;
    font-size: 18px;
}
.pop-project-name {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #8f8f8f;
}
.pop-project-name span:first-child {
    color: black;
}
.pop-project-name span {
    display: inline-block;
    width: 50%;
}
.pop-header .w30 span, .pop-header .w40 span{
    padding: 10px;
    display: block;
}
.pop-header .w30 {
    width: 29%;
    display: inline-block;
    border-right: solid 1px #8f8f8f;
}
.pop-header .w40 {
    width: 40%;
    display: inline-block;
}
.w30 span b, .w40 span b {
    color: black;
    display: block;
    font-size: 16px;
    font-weight: 800;
}
.modal-footer {
    background: var(--modal-color);
    padding: 10px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.forminator-ui.forminator-design--flat .forminator-label {
    display: block;
}
.forminator-ui.forminator-design--flat .forminator-input,
.forminator-ui.forminator-design--flat .forminator-input input,
.forminator-select--field.forminator-select2{
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.close {
    float: right;
    font-size: 30px;
    color: #000;
}
.forminator-ui.forminator-design--flat .forminator-button-submit {
    border-radius: 5px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
span.line>span {
    position: absolute;
    top: -12px;
    background: white;
    width: 50px;
    left: 46%;
}
span.line {
    display: block;
    text-align: center;
    position: relative;
    z-index: 5;
}
@keyframes modalopen {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.wpc-filter-title {
    margin-bottom: 0 !important;
}
.form-control {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 767px){
    .modal-content {
        margin: 1% 0 0 auto;
        width: 370px;
        height: 99vh;
    }
    .modal {
        z-index: 99999;
    }
    .wpc-filters-section {
        margin-bottom: 0 !important;
    }
    .wpc-horizontal-layout .wpc-filter-layout-submit-button {
        margin-bottom: 35px;
    }
}