/*
Theme Name: Interpolawers Theme
Description: Interpol Law Firms Theme v 0.0.1 Using Twitter Bootstrap 4.1.1
Author: Vladimir Khranovsky
Author URI: https://cyberstation.com
Version: 0.0.1
Tags: Interpolawers
Text Domain: 
License: Unlicense
License URI: http://unlicense.org
*/



/* block_cta */
.block_cta {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0e0f30;
    color: #fff;
    border-radius: 12px;
    margin: 20px 0;
}

.block_cta h2 {
    color: white !important;
}

.block_cta h2 span {
    color: white !important;
}

.block_cta .container {
    display: flex;
    flex-direction: column;
}

.block_cta_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.block_cta_row button {
    border-radius: 10px;
    background-color: #199FC9;
    color: #000;
    padding: 10px 15px;
    border: none;
    transition: 0.3s all linear;
}

.block_cta_row button:hover {
    color: #fff;
    opacity: 0.8;
}

@media screen and (max-width: 450px) {
    .block_cta_row {
        flex-direction: column;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }
}

/* block_cta */

/* post_card */

.post_card img {
    aspect-ratio: 22 / 13;
    object-fit: cover;
    object-position: center center;
}

.post_card_not_img {
    display: block;
    aspect-ratio: 22 / 13;
    width: 100%;
    margin-bottom: 16px;
}

/* post_card */

/* vacancies */



/* form  */

.g-lawyers-modal .g-lawyers-modal__form form .g-form-button {
    position: relative;
}

.g-lawyers-modal .g-lawyers-modal__form form .g-form-button:has(.label-file-upload) {
    justify-content: space-between;
    gap: 20px;
}

.label-file-upload {
    position: relative;
    color: #1d5cd4;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s all linear;
    display: flex;
    flex-direction: column;
}

.label-file-upload span {
    font-size: 11px;
    font-style: italic;
    color: #2196f3;
    max-width: 150px;
    overflow: hidden;
}

.label-file-upload input[type="file"] {
    display: none;
}

@media screen and (max-width: 450px) {
    .g-lawyers-modal .g-lawyers-modal__form form .g-form-button:has(.label-file-upload) {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .label-file-upload {
        width: 100%;
    }

    .label-file-upload span {
        max-width: 100%;
    }
}

/* form  */
.main_menu_list li.menu-item-has-children li.menu-item-has-children:hover a:after {
    transform: rotate(-90deg)
}

.post_card .entry a.readmore_ {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid;
    border-radius: 10px;
    background-color: #0056b3;
    color: white;
    transition: all linear 0.3s;
    margin-top: auto;
}

.post_card .entry {
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.post_card .entry a.readmore_:hover {
    background-color: transparent;
    border: 1px solid #0056b3;
    color: #0056b3;
}


.cat_wrap .post_card {
    display: flex;
    flex-direction: column;
}