/*
Theme Name: Twenty Nineteen Child
Theme URL: https://wordpress.org/themes/twentynineteen/
Description: Twenty Nineteen Child Theme
Author: Nazar Lobster
Author URL: https://www.linkedin.com/in/nazar-himin-095766164/
Template: twentynineteen
Version: 1.0.0
Text Domain: twentynineteen-child
*/



body {
    margin: 0px;
}

/*-----MAIN MENU-----*/
#menu-2-9ce7fd8 {
    width: 35%;
    float: left;
    background: white;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 12px;
    padding-right: 13%;
}

/*.main_nav_menu > div {*/
/*    height: 120px !important;*/
/*}*/

#menu-2-9ce7fd8 li {
    display: flex;
    align-items: center;
}

#menu-2-9ce7fd8 li::before {
    content: '•';
    color: #318aca;
}
@media screen and (max-width: 1024px) {
    #menu-2-9ce7fd8 {
        width: 40%;
    }
    /*.main_nav_menu > div {*/
    /*    height: 110px !important;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    .elementor-17 .elementor-element.elementor-element-9ce7fd8 .elementor-menu-toggle {
        margin: 0 !important;
        margin-right: auto !important;
    }
    #menu-2-9ce7fd8 {
        width: 100%;
        padding-right: 30%;
    }
    .main_nav_menu > div {
        height: auto !important;
    }
    #menu-2-9ce7fd8 {
        height: 50vh;
    }
    .header_mobile_none {
        display: none !important;
    }
}
/*-----MAIN MENU END-----*/

/*-----MAIN PAGE GENERAL CSS-----*/
.full_page_height {
    min-height: 100vh !important;
}

@media screen and (max-width: 767px) {
    .full_page_height {
        min-height: 30vh !important;
    }
}

.box_with_shadow_second {
    -webkit-box-shadow: 20px -20px 60px rgba(56, 75, 177, 0.05);
    -moz-box-shadow: 20px -20px 60px rgba(56, 75, 177, 0.05);
    box-shadow: 20px -20px 60px rgba(56, 75, 177, 0.05);
}

.box_with_shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(179, 203, 213, 0.5), 0px 0px 10px 0px rgba(179, 203, 213, 0.5) inset;
    -moz-box-shadow: 0px 0px 10px 0px rgba(179, 203, 213, 0.5), 0px 0px 10px 0px rgba(179, 203, 213, 0.5) inset;
    box-shadow: 0px 0px 10px 0px rgba(179, 203, 213, 0.5), 0px 0px 10px 0px rgba(179, 203, 213, 0.5) inset;
}


/*-----MAIN PAGE GENERAL CSS END-----*/

/*-----MAIN PAGE BUBLLE ELEMENTS-----*/
.elementor-34 .elementor-element.bublle_section.elementor-element-a9c6ed2 > .elementor-element-populated {
    background-position: center left -56px !important;
}

.elementor-34 .elementor-element.elementor-element-a9c6ed2.bublle_section > .elementor-element-populated > .elementor-background-overlay {
    background-position: center left -1px !important;
}

.elementor-34 .elementor-element.bublle_section_white.elementor-element-e78b830 > .elementor-element-populated {
    background-position: center right -53px !important;
}

.elementor-34 .elementor-element.elementor-element-e78b830.bublle_section_white > .elementor-element-populated > .elementor-background-overlay {
    background-position: top 49.5% right -1px !important;
}

.elementor-34 .elementor-element.bublle_section.elementor-element-e671ecb > .elementor-element-populated {
    background-position: center left -53px !important;
}

.elementor-34 .elementor-element.elementor-element-e671ecb.bublle_section > .elementor-element-populated > .elementor-background-overlay {
    background-position: center left -1px !important;
}

.bublle_section_arrow, .bublle_section_arrow_left {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.bublle_section_arrow:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.bublle_section_arrow_left:hover {
    -webkit-transform: translateX(-9px);
    -moz-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    -o-transform: translateX(-9px);
    transform: translateX(-9px);
}
/*-----MAIN PAGE BUBLLE ELEMENTS-----*/

/*-----MAIN PAGE IMAGE SECTION-----*/
.image_grid {
    display: grid;
    grid-template-columns: 30% 70%;
}

.image_grid_img {
    padding: 5px;
}

.image_grid_img img {
    width: 100%;
}
/*-----MAIN PAGE IMAGE SECTION END-----*/

/*-----MAIN PAGE BLOCK SECTION-----*/
.main_page_block_section {
    display: grid;
    grid-template-columns: 67% 33%;
}

.block_one {
    padding: 8% 10%;
    margin: 12px 15px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(56,75,177,0.1);
    -moz-box-shadow: 0px 0px 20px 4px rgba(56,75,177,0.1);
    box-shadow: 0px 0px 20px 4px rgba(56,75,177,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 97%;
}

.block_two {
    padding: 8% 10%;
    margin: 12px 15px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(56,75,177,0.1);
    -moz-box-shadow: 0px 0px 20px 4px rgba(56,75,177,0.1);
    box-shadow: 0px 0px 20px 4px rgba(56,75,177,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 94%;
}

.block_section_img {
    margin: 12px 15px;
    background-image: url(https://lawoffice.anvi.dev/wp-content/uploads/2019/04/Rectangle-5.3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.block_heading {
    font-size: 24px;
    color: #318ACA;
    font-family: "Arimo", Sans-serif;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 26px;
}

.block_content span {
    font-family: "Arimo", Sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.bottom_block {
    margin-top: 45px;
    padding: 10px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(49,138,202,0.95);
    color: #000000;
    font-family: "Arimo", Sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
}

.block_section_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*.post_flex .elementor-widget-wrap {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

.big_text_section .elementor-text-editor.elementor-clearfix {
    overflow: hidden;
    height: 402px;
    max-height: 402px;
}

.little_text_section .elementor-text-editor.elementor-clearfix {
    height: 128px;
    max-height: 128px;
    overflow: hidden;
}
/*-----MAIN PAGE BLOCK SECTION END-----*/
/*----MAIN PAGE NEWS-----*/

.main_page_news_small .elementor-post__card {
    height: 300px;
}

.main_page_news_small .elementor-post__text {
    height: 230px;
}

.main_page_news_small .elementor-post__meta-data {
    height: 50px;
}

.main_page_news_small h3.elementor-post__title {
    height: 55px;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.main_page_news_small .elementor-post__excerpt {
    height: 145px;
    overflow: hidden;
}

.main_page_news_small .elementor-post {
    padding-bottom: 0px !important;
}

.main_page_news_large .elementor-post__card {
    height: 620px;
}

.main_page_news_large .elementor-post__text {
    height: 550px;
}

.main_page_news_large .elementor-post__meta-data {
    height: 50px;
}

.main_page_news_large h3.elementor-post__title {
    height: 55px;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.main_page_news_large .elementor-post__excerpt {
    height: 465px;
    overflow: hidden;
}

.main_page_news_large .elementor-post {
    padding-bottom: 0px !important;
}

@media screen and (max-width: 1024px) {
    .main_page_news_small article {
        margin-bottom: 0px !important;
    }
}

/*----MAIN PAGE NEWS END-----*/
/*-----MAIN PAGE CONTACT FORM-----*/
/*.bottom_form input, textarea {*/
    /*text-align: left;*/
/*}*/

.bottom_form select {
    color: #24498099 !important;
    -webkit-box-shadow: 0px 1px 6px #318aca94;
    -moz-box-shadow: 0px 1px 6px #318aca94;
    box-shadow: 0px 1px 6px #318aca94;
}

.bottom_form input, textarea {
    -webkit-box-shadow: 0px 1px 6px #318aca94;
    -moz-box-shadow: 0px 1px 6px #318aca94;
    box-shadow: 0px 1px 6px #318aca94;
}

/*.bottom_form .elementor-form-fields-wrapper.elementor-labels- {*/
/*    direction: ltr;*/
/*}*/

.bottom_form .elementor-field-group .elementor-select-wrapper:before {
    /*right: 10px !important;*/
    /*left: 1;*/
    content: "\f078" !important;
    color: #318ACA !important;
}

.bottom_form .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100 {
    padding: 0% 30% !important;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_form button {
    -webkit-box-shadow: 0px 10px 30px rgba(18, 16, 90, 0.2);
    -moz-box-shadow: 0px 10px 30px rgba(18, 16, 90, 0.2);
    box-shadow: 0px 10px 30px rgba(18, 16, 90, 0.2);

}

.bottom_form button span {
    background: #318aca !important;
    padding: 6px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.bottom_form button:hover {
    padding: 0px !important;
    cursor: pointer;
}

.contact_span a {
    color: #318ACA;
}

.elementor-message-success {
    color: #318aca !important;
    font-weight: 600!important;
    font-size: 15px !important;
    font-family: "Arimo", Sans-serif !important;
}
/*-----MAIN PAGE CONTACT FORM END-----*/

/*-----BLOG PAGE-----*/
.blog_block {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out time;
}

.hammer_ico, .disabled_ico, .court_ico, .paper_ico, .balance_ico {
    background: #fff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 4px 30px rgba(56, 75, 177, 0.2);
    -moz-box-shadow: 0px 4px 30px rgba(56, 75, 177, 0.2);
    box-shadow: 0px 4px 30px rgba(56, 75, 177, 0.2);
}

.blog_block:hover {
    background: #fff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 4px 30px rgba(56, 75, 177, 0.2);
    -moz-box-shadow: 0px 4px 30px rgba(56, 75, 177, 0.2);
    box-shadow: 0px 4px 30px rgba(56, 75, 177, 0.2);
}

.blog_block:hover .elementor-286 .elementor-element.elementor-element-111dd1f > .elementor-element-populated, .elementor-286 .elementor-element.elementor-element-111dd1f > .elementor-element-populated > .elementor-background-overlay {
    border-width: 0px !important;
}
/*-----BLOG PAGE END------*/

/*----CALL BACK BTN-----*/
.callback_btn a {
    background-image: url(/wp-content/uploads/2019/04/call.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 160px;
    right: 10px;
}
/*----CALL BACK BTN END-----*/

/*-----NEWS PAGE-----*/
.news_archive .elementor-post__meta-data {
    text-align: left;
}

.news_archive a.elementor-post__read-more {
    position: absolute;
    bottom: 0px;
}

.news_archive .elementor-post__card {
    height: 300px;
}

.news_archive .elementor-post__text {
    height: 230px;
}

.news_archive .elementor-post__meta-data {
    height: 50px;
}

.news_archive h3.elementor-post__title {
    height: 70px;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.news_archive .elementor-post__excerpt {
    height: 125px;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*-----NEWS PAGE END-----*/

/*-----MEDIA QUERY-----*/
@media screen and (max-width: 767px) {
    .main_ico_text .elementor-image-box-wrapper {
        display: grid !important;
        grid-template-columns: 15% 85% !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .main_ico_text .elementor-image-box-content {
        padding: 0px 20px !important;
    }
    .bublle_section {
        display: none !important;
    }
    .bublle_section_white {
        display: none !important;
    }
    .callback_btn a {
        width: 50px;
        height: 50px;
    }
    .elementor-34 .elementor-element.elementor-element-3f004d4 > .elementor-container {
        min-height: 0px !important;
    }
    .elementor-34 .elementor-element.elementor-element-ba627f1 > .elementor-container {
        min-height: 0px !important;
    }
    .order_one {
        order: 1 !important;
    }
    .order_two {
        order: 2 !important;
    }
}


#open_sogoacc {
    position: relative !important;
    background: #0780c300 !important;
    border: none !important;
}

i.fa.fa-wheelchair-alt {
    font-size: 30px;
    background-image: url(/wp-content/uploads/2019/04/031-Wheelchair-ramp-1.png);
    width: 30px;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat;
}

.fa-wheelchair-alt:before {
    content: " " !important;
}

.more_options_ico .elementor-menu-toggle i:before {
    content: "•••" !important;
}

.hover_color a:hover {
    color: #45a9e6 !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.main_ico_text img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
