/**
START SHORTCODE
*/

.block-offices {
    padding: 70px 60px;
    background: #FFF7F0;
}

.block-offices .offices__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-offices h2 {
    margin-bottom: 46px;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 134.19%;
    text-align: center;
    font-feature-settings: 'ss01' on, 'liga' off;
    color: #2E333C;
}

.block-offices .office {
    display: flex;
    max-width: 413px;
	width: 100%;
    margin-bottom: 40px;
    padding: 38px;
}

@media (min-width:986px) {
	.block-offices .office + .office {
		margin-left: 40px;
	}
}

.office .office__inner {
    background: #fff;
    border: 14px solid #fff;
	width: 100%;
	background-size: 100%;
}

.office__inner__cnt {
    border: 4px solid #E2B29A;
	padding: 14px;
	height: 100%; 
}


.office .town {
    margin: 10px 0;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */

    text-align: center;

    color: #000000;
}

.office address {
    margin-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */

    text-align: center;

    color: #6F6F6F;
}

.office .days-time {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.office .days {
    margin-right: 5px;
    text-transform: uppercase;
}

.office .days,
.office .time {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.office .phone {
    display: inline-flex;
    justify-content: center;
    margin: 20px auto;
    /* padding-left: 40
px
; */
    background: transparent;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2E333C;
    width: 100%;
}


.socials {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.socials a {

}

.socials a + a {
    margin-left: 34px;
}

@media (max-width: 768px) {
    .block-offices .offices__list {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .wp-block-contact-form-7-contact-form-selector .form-group {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .wp-block-contact-form-7-contact-form-selector .form-group + .form-group {
        margin: 0;
    }

    .wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
        margin-left: 0;
    }

    .office .office__inner {
        background: #fff;
    }

    .block-offices {
        padding: 30px 0 0;
    }
}