.general__wrapper {
max-width: 420px;
margin:0 auto;
text-align: center;
}
.general__wrapper .form-group label {
text-align: left;
width: 100%;
}
.section__wrapper__testimonials {
background: #f7f7f7;
}
.testimonials__wrapper .testimonials__item {
padding: 20px;
text-align: center;
border: 1px solid #ccc;
background: #fff;
margin: 0 10px;
}
.testimonials__wrapper .testimonials__item .testimonials__item__author {
font-weight: 700;
} .blog__wrapper__d-flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog__wrapper .blog__itemList .blog__col {
margin-bottom: 60px;
}
.blog__wrapper .blog__itemList .blog__thumbnail {
overflow: hidden;
margin-bottom: 2em;
height: 220px;
border-radius: var(--default-border-radius);
}
.blog__wrapper .blog__itemList .blog__thumbnail img {
transition: all 0.3s;
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
}
.blog__wrapper .blog__itemList .blog__content:hover img {
transform: scale(1.2);
}
.blog__wrapper .blog__itemList .blog__meta,
.single-blog__wrapper .blog__meta {
margin-bottom: 10px;
margin-top: 5px;
font-size: 12px;
color: #888;
}
.blog__wrapper .blog__itemList .blog__meta > span:not(:first-child):before,
.single-blog__wrapper .blog__meta > span:not(:first-child):before {
content: '·';
padding: 0 7px;
}
.blog__wrapper .blog__itemList .blog__meta .blog__meta__category a {
color: var(--theme-color);
}
.blog__wrapper .blog__itemList .blog__title h2 {
font-size: 16px;
margin-bottom: 1em;
line-height: 1.41575em;
}
.blog__wrapper .blog__itemList .blog__excerpt .blog__excerpt__summary {
margin-bottom: 1rem;
text-overflow: ellipsis;
overflow: hidden;
height: 76px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.blog__wrapper .blog__itemList .blog__actions {
font-weight: 600;
}
.blog__wrapper .blog__itemList .blog__actions a {
text-decoration: underline;
color: var(--theme-color);
}
.single-blog__wrapper .blog__container .blog__thumbnail {
margin-bottom: 40px;
}
.single-blog__wrapper .blog__container .blog__thumbnail img {
width: 100%;
}
.single-blog__wrapper .blog__container .blog__content {
font-size: 16px;
}
.single-blog__wrapper .blog__footer {
margin-top: 40px;
margin-bottom: 40px;
}
.single-blog__wrapper .blog__footer .blog__footer__d-flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share {
margin-bottom: 30px;
text-align: center;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share a {
width: 45px;
height: 45px;
text-align: center;
border: 1px solid #e3e3e3;
outline: 1px solid transparent;
outline-offset: -1px;
transition: all 0.2s ease-in-out;
display: inline-block;
line-height: 42px;
border-radius: 50%;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share a svg {
fill: #9d9d9d;
height: 18px;
width: 18px;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share a.facebook-share:hover {
background: #3b5998;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share a.twitter-share:hover {
background: #00acee;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share a.linkedin-share:hover {
background: #0e76a8;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share a.pinterest-share:hover {
background: #c8232c;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share a:hover svg {
fill: #fff;
}
.single-blog__wrapper .blog__footer .blog__meta__social-share,
.single-blog__wrapper .blog__footer .blog__meta__itemList {
flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
.single-blog__wrapper .blog__footer .blog__meta__social-share {
flex: 0 0 30%;
order: 2;
text-align: right;
}
.single-blog__wrapper .blog__footer .blog__meta__itemList {
flex: 0 0 70%;
}
}
.single-blog__wrapper .blog__footer .blog__meta__item {
margin-bottom: 15px;
}
.single-blog__wrapper .blog__footer .blog__meta__item.blog__meta__item-categories,
.single-blog__wrapper .blog__footer .blog__meta__item.blog__meta__item-tags {
display: flex;
}
.single-blog__wrapper .blog__footer .blog__meta__item div:first-child {
font-weight: 600;
flex: 0 0 80px;
display: inline-block;
}
.single-blog__wrapper .blog__footer .blog__meta__item.blog__meta__item-categories a:not(:first-child):before {
content:" ,";
display: inline-block;
margin-left: 3px;
}
.single-blog__wrapper .blog__footer .blog__meta__item.blog__meta__item-tags a {
padding: 3px 15px;
border: 1px solid #ccc;
background: #eef2f8;
font-size: 12px;
margin-bottom: 10px;
display: inline-block;
margin-right: 5px;
}
.single-blog__wrapper .blog__footer .blog__meta__item.blog__meta__item-tags span:not(:first-child) {
margin-bottom: 10px;
}
.single-blog__wrapper .blog__footer .blog__meta__nav-links {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
@media screen and (max-width: 767px) {
.single-blog__wrapper .blog__footer .blog__meta__nav-links div {
max-width: 160px;
}
}
.single-blog__wrapper .blog__footer .blog__meta__nav-links a {
color: var(--theme-color);
display: block;
}
.single-blog__wrapper .widget,
.single-blog__wrapper .blog__sideMenu {
margin-bottom: 50px;
}
.single-blog__wrapper .blog__sideMenu .widget-title,
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__header {
font-size: 18px;
color: #000;
font-weight: 700;
padding: 0 0 15px;
margin-bottom: 1.2em;
border-bottom: 1px solid #ccc;
}
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__content {
}
.single-blog__wrapper .blog__sideMenu li,
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__content__item,
.custom__sideMenu .custom__sideMenu__content__item {
display: flex;
margin-bottom: 10px;
}
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__content__item.posts,
.custom__sideMenu .custom__sideMenu__content__item.posts {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__thumbnail,
.custom__sideMenu .custom__sideMenu__thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
overflow: hidden;
margin-right: 1em;
width: 75px;
height: 75px;
border: 1px solid #ccc;
border-radius: var(--default-border-radius);
}
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__thumbnail img,
.custom__sideMenu .custom__sideMenu__thumbnail img {
object-fit: cover;
display: block;
height: 100%;
}
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__info,
.custom__sideMenu .custom__sideMenu__info {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__info__title,
.custom__sideMenu .custom__sideMenu__info__title {
font-weight: 700;
}
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__info__meta,
.custom__sideMenu .custom__sideMenu__info__meta {
color: #717171;
font-size: 14px;
}
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__content__item.tags,
.custom__sideMenu .custom__sideMenu__content__item.tags {
display: inline-block;
}
.single-blog__wrapper .blog__sideMenu .tagcloud a,
.single-blog__wrapper .blog__sideMenu .blog__sideMenu__content__item.tags a,
.custom__sideMenu .custom__sideMenu__content__content__item.tags a  {
padding: 3px 15px;
border: 1px solid #ccc;
margin-right: 5px;
background: #eef2f8;
font-size: 12px;
}