.custom_posts_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.custom_posts_wrapper div[class*="col-desk"] {
padding: 0 15px;
}
.col-desk-1,
.col-desk-2,
.col-desk-3,
.col-desk-4,
.col-desk-5,
.col-desk-6,
.col-tab-1,
.col-tab-2,
.col-tab-3,
.col-tab-4,
.col-tab-5,
.col-tab-6,
.col-mob-1,
.col-mob-2,
.col-mob-3,
.col-mob-4,
.col-mob-5,
.col-mob-6 {
position: relative;
min-height: 1px;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.col-mob-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-mob-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-mob-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-mob-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-mob-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.col-mob-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66666%;
flex: 0 0 16.66666%;
max-width: 16.66666%;
}
@media (min-width: 768px) {
.col-tab-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-tab-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-tab-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-tab-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-tab-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.col-tab-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66666%;
flex: 0 0 16.66666%;
max-width: 16.66666%;
}
}
@media (min-width: 1025px) {
.col-desk-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-desk-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-desk-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-desk-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-desk-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.col-desk-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66666%;
flex: 0 0 16.66666%;
max-width: 16.66666%;
}
}
.custom_posts_wrapper.template-post-modern, .custom_posts_wrapper.template-team-modern, .custom_posts_wrapper.template-post-classic, .custom_posts_wrapper.template-service-classic {
margin: -30px -15px 0;
}
.custom_posts_wrapper.template-post-modern .custom_posts_item, .custom_posts_wrapper.template-team-modern .custom_posts_item, .custom_posts_wrapper.template-post-classic .custom_posts_item, .custom_posts_wrapper.template-service-classic .custom_posts_item {
margin-top: 30px;
}
@media (max-width: 1023px) {
.custom_posts_wrapper.template-post-modern, .custom_posts_wrapper.template-team-modern, .custom_posts_wrapper.template-post-classic, .custom_posts_wrapper.template-service-classic {
margin-left: 0;
margin-right: 0;
}
}
.custom_posts_wrapper.template-team-big > * {
width: 100%;
}
.template-post-modern-2 .post-modern-text + .button {
margin-top: 18px;
}
.template-team-creative * + .button {
margin-top: 30px !important;
}