.page-breadcrumb,
.blog-breadcrumb {
padding: 17px 0;
background-color: #F2F2F2;
font-weight: 600;
font-size: 14px;
}
.page-breadcrumb a,
.blog-breadcrumb a {
text-decoration: underline;
} .section__wrapper__products {
padding-bottom: 41px;
}
.section__wrapper__instagram {
padding-bottom: 0;
}
.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;
}
.infoBox__wrapper {
background: #f5f5f5;
padding: 20px 0;
white-space: nowrap;
overflow-x: auto;
min-width: 25%;
}
.infoBox__wrapper::-webkit-scrollbar {
height: 3px
}
.infoBox__wrapper::-webkit-scrollbar-track {
background: #f1f1f1;
}
.infoBox__wrapper::-webkit-scrollbar-thumb {
background: #ccc;
}
.infoBox__wrapper::-webkit-scrollbar-thumb:hover {
background: #555;
}
.infoBox__wrapper .infoBox {
padding: 0 20px;
display: flex;
align-items: center;
font-size: 14px;
position: relative;
gap: 14px;
flex: none;
min-width: 25%;
}
.infoBox__wrapper .divider {
width: 1px;
height: 30px;
background-color: var(--theme-color);
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.infoBox__wrapper img {
min-width: 32px;
width: 32px;
}
.infoBox__wrapper span {
display: block;
}
.infoBox__wrapper span.title {
font-weight: bold;
font-family: var(--font-title);
}
.general__wrapper {
max-width: 420px;
margin:0 auto;
text-align: center;
}
.general__wrapper .form-group label {
text-align: left;
width: 100%;
}
.general__wrapper.error-404 {
min-height: calc(100vh - 400px);
display: flex;
align-items: center;
max-width: 700px;
} .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;
}
.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: 18px;
margin-bottom: 1em;
line-height: 1.41575em;
text-overflow: ellipsis;
overflow: hidden;
height: 24px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.blog__wrapper .blog__itemList .blog__excerpt .blog__excerpt__summary {
margin-bottom: 1rem;
text-overflow: ellipsis;
overflow: hidden;
height: 87px;
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__container .blog__content ul,
.single-blog__Wrapper .blog__container .blog__content ol {
list-style: initial;
padding-left: 2rem;
}
.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;
}
.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: 14px !important;
}
.blog-search-form {
position: relative;
}
.blog-search-form input {
width: 100%;
line-height: 1;
padding: 1em 7.41575em 1em 1.41575em;
font-size: inherit;
}
.blog-search-form .btn {
height: calc(100% - 10px);
line-height: 0;
position: absolute;
top: 4px;
right: 4px;
padding: 0.6180469716em 1.41575em;
} .faq__wrapper > div {
margin-bottom: 20px;
}
.faq__wrapper h3,
.faq__footer h3 {
font-weight: 600;
font-size: 16px;
margin-bottom: 20px;
}
.faq__wrapper p,
.faq__footer p {
font-size: 16px;
} .contact-us__form {
margin-bottom: 30px;
}
.contact-us__header {
font-size: 18px;
font-weight: 600;
margin-bottom: 30px;
}
.contact-us__information .contact-us__information__item {
margin-bottom: 30px;
font-size: 16px;
display: flex;
display: -ms-flexbox;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.contact-us__information .contact-us__information__item svg {
width: 25px;
position: absolute;
top: 0;
}
.contact-us__information .contact-us__information__item div {
padding-left: 35px;
}
.contact-us__information .contact-us__information__item div.footer__social {
padding-left: 0;
}
.contact-us__information .contact-us__information__item div.footer__social ul li {
display: inline-block;
margin-right: 15px;
}
.contact-us__information .contact-us__information__item div.footer__social svg {
position: relative;
}