@charset "UTF-8";
.subSection .widget {
    margin-bottom: 25px;
}
.veu_postList {
    margin-bottom: 30px;
}
.widget .subSection-title {
    margin-top: 0;
    font-size: 18px;
}
.subSection-title:after, h3:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
}
.veu_postList .postList_miniThumb .postList_item {
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
    padding: 15px 0;
    margin-bottom: 0;
}
.widget:after {
    content: "";
    clear: both;
    display: block;
}
.subSection:after {
    content: "";
    clear: both;
    display: block;
}
.col-md-3 {
    width: 25%;
}
.veu_postList .postList_miniThumb .postList_item {
    display: flex;
    overflow: hidden;
    clear: both;
    position: relative;
    padding: 15px 0;
    margin-bottom: 0;
    width: 100%;
}
.veu_postList .postList_miniThumb .postList_thumbnail {
    float: left;
    margin-right: 10px;
    width: 80px;
}
.veu_postList .postList a {
    color: var(--vk-color-text-body);
    text-decoration: none;
}
.veu_postList .postList_miniThumb .postList_thumbnail a {
    position: relative;
    display: block;
    overflow: hidden;
}
.veu_postList .postList_miniThumb .postList_thumbnail img {
    width: 80px;
    height: auto;
    display: block;
}
.veu_postList .postList_miniThumb .postList_body {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: calc(100% - 90px);
}
.veu_postList .postList_miniThumb .postList_title {
    font-size: 14px;
}
.veu_postList .postList_title {
    display: block;
    clear: both;
    margin: 3px 0 0;
}
.veu_postList .postList a {
    color: var(--vk-color-text-body);
    text-decoration: none;
}
.veu_postList .postList_date {
    margin-right: 10px;
    color: #d44950;
    font-size: 0.8em;
    margin-top: auto;
}
.veu_postList .postList_date:before {
    content: "";
    margin-right: 0;
}
.wrap.contact .inner{
    display: flex;
    justify-content: space-between;
}
.wrap.contact .contact-box{
    width: 70%;
    
}
.wrap.contact aside{
    width: 25%;
    padding: 90px 0;
}

.wrap.contact .contact-box{
    padding: 90px 0;
}

.subSection-title, h3{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.subSection-title:after, h3:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px solid #337ab7;
}

@media screen and (max-width:680px) { 
    .wrap.contact .inner{
        flex-direction: column;
      }
      .wrap.contact .contact-box{
        width: 100%;
      }
      .wrap.contact aside{
        width: 100%;
      }
}

p {
    line-height: 1.8em;
    margin-bottom: 1.2em;
    color: #333;
}

.wpcf7-response-output,.screen-reader-response p{
    color: #f00;
}
