/*   
Theme Name: v-time
Theme URI: -
Description: 
Author: GloryPixel
Author URI: GloryPixel
*/



html, body, div, span, object, iframe,h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
body{
    position: relative;
    overflow-x: hidden;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
textarea {
    resize: none;
}
*, *:focus {
    outline: none;
}


.block-result_pacet{
    border: 1px solid #e6e6e6;
    margin: 10px;
    padding: 10px;
    text-align: center;
}
.block-result_pacet p{
    margin-bottom: 10px;
}

.multi-language-field {
    margin-top: 0;
}
.multi-language-field > .wp-switch-editor{
    padding: 0 5px;
}


.lang {
    margin-right: 52px;
    padding: 30px 0 0 0;
    height: 0;
    position: relative;
    overflow: hidden;
}
.lang.open {
    overflow: visible;
    background-color: #fff;
    color: #0a0934;
}
.lang:before {
    position: absolute;
    right: 5px;
    top: 2px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-family: 'FontAwesome';
    content: '\f107';
}
.lang li {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    font-size: 15px;
}
.lang li:not(.active) {
    line-height: 24px;
    width: 100%;
    background-color: #fff;
    color: #7c7c7c;
    padding: 0;
}
.lang li:not(.active):last-child {
    position: relative;
}
.lang li.active {
    padding: 0 25px 0 5px;
    position: absolute;
    top: 0;
    line-height: 30px;
}

.wpcf7 input, .wpcf7 textarea{
    width: 100%;
}
.wpcf7 input[type=checkbox]{
    width: auto;
}

.f_menu{
    font-size: 12px!important;
}
.f_menu li{
    width: 100%!important;
}
.f_menu li+li{
    margin-top: 10px;
}

/*#wpadminbar{*/
/*    display: none!important;*/
/*}*/
@media screen and (min-width: 777px){
    #btn_call i{
        display: none;
    }
}
@media screen and (max-width: 776px){
header .button-call {
    display: block;
    position: absolute;
    top: 14px;
    left: 65px;
    width: 30px;
    height: 30px;
}
    header .button-call button span{
        display: none;
    }
    header .button-call button{
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        border: 1px solid #ed1c24;
        border-radius: 50%;
    }
    #btn_order{
        display: none;
    }
    #btn_call{
        position: relative;
        text-align: center;
    }
    .modal-body{
        padding: 25px 10px 25px 25px;
    }
    
}

.another_posts--wrapper{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.another__post{
    width: 33%;
    padding: 0 15px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 20px;
}
.another__post img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}
@media(max-width: 768px){
    .another__post{
        width: 100%;
    }
}


.form_content .wpcf7-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 580px;
    margin: 0 auto;
}

.form_content .wpcf7-form p{
    width: 100%;
    margin-bottom: 10px;
}
.form_content .wpcf7-form input,.form_content .wpcf7-form textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #a7a9ac;
    padding: 5px 10px
}
.form_content .wpcf7-form input[type=checkbox] {
    max-width: 100%;
    width: auto;
    border: none;
    padding: 0;
}
.form_content span.wpcf7-list-item{
    margin-left: 0;
}
.form_content .wpcf7-submit{
    margin-top: 20px;
}

.form_content .wpcf7-form ::-webkit-input-placeholder {
    color: #a7a9ac
}

.form_content .wpcf7-form .wpcf7-submit {
    background-color: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
    font-size: 16px;
    padding: 5px 10px;
    font-family: 'Gilroy-Semibold'
}

.form_content .wpcf7-form .wpcf7-submit:hover {
    background-color: #a7a9ac;
    color: #000;
    border-color: #a7a9ac
}