Current File : /home/mdkeenpw/www/wp-content/themes/logistik/assets/sass/template/widgets/_widget-sidebar.scss |
.widget {
padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
background-color: $smoke-color;
margin-bottom: 40px;
position: relative;
overflow: hidden;
&.widget-author {
margin-right: 16px;
padding: 0;
border-radius: 20px;
margin-right: 0;
}
&[data-overlay]:before {
z-index: -1;
}
.themeholy-social {
a {
box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
}
&.widget_info {
background-color: $white-color;
max-width: 370px;
min-height: 384px;
position: absolute;
left: 40px;
bottom: 40px;
margin-bottom: 0;
@include lg {
left: 20px;
bottom: 20px;
}
@include md {
left: 0px;
bottom: 0px;
position: relative;
padding: 20px 0 0 0;
margin-bottom: 0;
}
@include sm {
max-width: 100%;
min-height: 100%;
}
.widget_title {
margin: 0px 0 30px 0;
}
}
}
.widget_title {
position: relative;
font-size: 22px;
font-weight: 600;
font-family: $title-font;
line-height: 1em;
margin: -0.11em 0 30px 0;
padding-bottom: 15px;
overflow: hidden;
&:before,
&:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
margin: 0;
background-color: $gray-color;
}
&:after {
animation: sectionShape 8s linear infinite;
animation-delay: 0s;
background-color: $theme-color;
z-index: 9;
width: 79px;
height: 2px;
}
.shape {
position: absolute;
left: 0;
bottom: -10px;
width: 100%;
height: 2px;
overflow: hidden;
&:after,
&:before {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: auto;
margin-top: -3px;
overflow: hidden;
}
&:before {
animation: sectionShape 8s linear infinite;
animation-delay: 0s;
background-color: $theme-color;
z-index: 9;
width: 79px;
height: 4px;
border-radius: 30px;
}
&:after {
width: 100%;
height: 2px;
margin: 0;
margin-top: -1px;
background-color: $gray-color;
left: 0;
}
}
&.style2 {
.shape {
&:before {
background-color: $theme-color-2;
}
}
}
&.style3 {
.shape {
&:before {
background-color: $theme-color;
}
}
}
// &:before,
// &::after {
// content: '';
// position: absolute;
// bottom: 0;
// left: 0;
// width: 100%;
// height: 1px;
// }
// &:before {
// background: $gray-color;
// }
// &:after {
// width: 79px;
// height: 2px;
// background: $theme-color;
// }
}
.widget {
.widget-content {
padding: 0 40px 40px 40px;
}
.search-form {
position: relative;
display: flex;
input {
flex: 1;
}
button {
position: absolute;
right: 0px;
top: 0px;
border: none;
font-size: 16px;
background-color: $theme-color;
color: $white-color;
display: inline-block;
padding: 0;
width: 60px;
height: 60px;
&:hover {
color: $white-color;
}
}
}
}
.wp-block-tag-cloud,
.tagcloud {
&.style2 {
a {
background-color: transparent;
padding: 8px 20px;
}
}
a {
display: inline-block;
font-size: 16px;
font-weight: 500;
font-family: $title-font;
text-transform: capitalize;
line-height: 1;
padding: 10px 20px;
margin-right: 5px;
margin-bottom: 10px;
color: $black-color-2;
background-color: $white-color;
&:hover {
background-color: $theme-color;
color: $white-color !important;
}
}
}
.wp-block-tag-cloud,
.tagcloud {
margin-right: -10px;
margin-bottom: -10px;
}
.recent-post {
display: flex;
align-items: center;
border-bottom: 1px solid #D9D9D9;
margin-bottom: 20px;
padding-bottom: 20px;
&:last-child {
border-bottom: 1px solid transparent;
margin-bottom: 0;
padding-bottom: 0;
}
&.style2 {
.post-title {
.text-inherit {
&:hover {
color: $theme-color-2;
}
}
}
.recent-post-meta {
a {
i {
color: $theme-color-2;
}
&:hover {
color: $theme-color-2;
}
}
}
}
&.style3 {
border-bottom: 1px solid transparent;
margin-bottom: 0;
padding-bottom: 0;
.post-title {
.text-inherit {
&:hover {
color: $theme-color;
}
}
}
.recent-post-meta {
a {
i {
color: $theme-color;
}
&:hover {
color: $theme-color;
}
}
}
}
&:last-child {
margin-bottom: 0;
}
.media-img {
margin-right: 15px;
width: 74px;
overflow: hidden;
img {
width: 100%;
transition: 0.4s ease-in-out;
}
}
.post-title {
max-width: 240px;
font-weight: 700;
font-size: 18px;
line-height: 26px;
margin: 0;
color: $title-color;
font-family: $title-font;
text-transform: capitalize;
}
.recent-post-meta {
a {
text-transform: capitalize;
font-size: 14px;
font-weight: 500;
color: $body-color;
margin-bottom: 2px;
i {
margin-right: 6px;
color: $theme-color;
}
&:hover {
color: $theme-color;
}
}
}
&:hover {
.media-img {
img {
transform: scale(1.1);
}
}
}
}
/*Page Title -------------------------*/
.page-single {
position: relative;
background-color: var(--white-color);
box-shadow: 0px 6px 50px rgba(229, 229, 229, 0.6);
border-radius: 20px;
padding: 40px;
overflow: hidden;
&.service-single {
padding: 0;
border-radius: 0px;
box-shadow: none;
margin-right: 0;
@media(min-width: 1300px) {
margin-right: 0;
}
}
@include sm {
padding: 20px;
}
}
.themeholy-dance {
&.page-single {
margin-bottom: 0;
}
}
.sidebar-area {
position: relative;
margin-bottom: -10px;
ul.wp-block-latest-posts {
margin-bottom: 0;
li {
&:last-child {
margin-bottom: 0;
}
}
}
select,
input {
background-color: $white-color;
border: 1px solid $white-color;
border-radius: 0px;
height: 60px;
}
.widget .wp-block-search {
margin-bottom: 0;
}
.wp-block-group__inner-container h2 {
font-size: 20px;
line-height: 1em;
margin-bottom: 20px;
margin-top: -0.07em;
}
ol.wp-block-latest-comments {
padding: 0;
margin: 0;
li {
position: relative;
line-height: 1.5;
margin: 0 0 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 20px;
padding-left: 30px;
&:before {
content: "\f086";
position: absolute;
left: 0;
top: -1px;
color: $theme-color;
font-family: var(--icon-font);
}
&:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
}
}
}
.wp-block-latest-comments__comment {
a {
color: $body-color;
font-size: 14px;
&:hover {
color: $theme-color;
}
}
}
/* recent details -------------------*/
.recent-title {
position: relative;
&::before {
content: "";
position: absolute;
left: 0;
bottom: -10px;
min-width: 100px;
min-height: 4px;
background-color: $theme-color
}
}
.related-btn {
margin-bottom: 50px;
}
// Blog Slide -------------------
.blog-slide-wrapp {
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 30px !important;
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
padding: 30px 0;
margin: 30px 0;
.blog-post {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 30px;
@include lg {
gap: 15px;
}
img {
min-width: 80px;
height: 80px;
border-radius: 14px;
@include lg {
min-width: 40px;
height: 40px;
border-radius: 5px;
}
}
.title {
font-family: $body-font;
color: $title-color;
font-weight: 700;
font-size: 20px;
line-height: 30px;
text-transform: capitalize;
@include lg {
font-size: 14px;
}
@include xs {
display: none;
}
}
}
}
// Author Widget --------------------
.author-widget-wrap {
text-align: center;
&.style2 {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 40px;
margin-bottom: 50px;
@include lg {
display: block;
}
}
.avater {
min-width: 290px;
border-radius: 20px 0px 0px 20px;
@include lg {
min-width: 100%;
}
img {
border-radius: 20px 0px 0px 20px;
@include lg {
width: 100%;
border-radius: 20px 20px 0px 0px;
}
}
}
.name {
font-weight: 600;
font-size: 24px;
line-height: 36px;
color: $title-color;
margin-bottom: 9px;
a {
color: inherit;
&:hover {
color: $theme-color;
}
}
}
.author-info {
text-align: left;
padding-right: 20px;
@include lg {
padding: 20px;
}
}
.author-bio {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: $body-color;
margin-bottom: 20px;
}
.author-social {
display: block;
a {
font-size: 16px;
color: $body-color;
position: relative;
border-right: 1px solid $gray-color;
padding: 6px 15px 6px 0;
margin-right: 12px;
&:last-child {
padding: 6px 0 6px 0;
margin-right: 0;
border-right: none;
}
&:hover {
color: $theme-color;
}
}
}
}
// Download Widget --------------------
.download-widget-wrap {
.themeholy-btn {
width: 100%;
&:first-child {
margin-bottom: 10px;
}
&.style2 {
color: $body-color;
&:before,
&:after {
background-color: $theme-color;
}
&:hover {
color: $white-color;
border-color: $theme-color;
}
}
}
}
// Banner Widget --------------------
.widget_banner {
background-color: $title-color;
position: relative;
text-align: center;
min-width: 350px;
height: 330px;
display: block;
margin-left: auto;
right: 60px;
margin-bottom: 0;
margin-top: 40px;
z-index: 9;
.widget_title{
&:before,
&:after{
display: none;
}
}
@include xs {
min-width: 100%;
height: 100%;
right: auto;
left: 0 !important;
}
&.style2 {
min-width: 100%;
height: 100%;
right: 0;
margin-bottom: 40px;
margin-top: 0px;
@include lg {
right: 0px;
}
@include md {
left: 0px;
right: auto;
margin: 0 auto 40px 0;
}
}
@include lg {
right: 40px;
}
@include md {
left: 40px;
right: auto;
margin: 0 auto 40px 0;
}
&:before {
content: "";
position: absolute;
inset: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, #000000 100%);
z-index: -1;
}
.banner-image {
min-width: 190px;
img {
width: 190px;
height: 190px;
border-radius: 50%;
display: block;
margin: 0 auto;
margin-bottom: 20px;
}
}
.shape1 {
position: absolute;
bottom: 0;
right: 0;
}
.widget_title {
font-family: $title-font;
color: $white-color;
font-size: 30px;
line-height: 40px;
font-weight: 700;
max-width: 100%;
display: block;
margin: 0 auto;
padding: 0;
margin-bottom: 16px;
}
.widget_desc {
font-family: $title-font;
font-weight: 700;
font-size: 14px;
line-height: 24px;
color: #9B9B9C;
}
&:has(.widget-map) {
padding: 0;
line-height: 0px;
}
.btn-group {
margin-top: 25px;
}
}
.widget_banner-two {
position: relative;
z-index: 9;
margin-left: 60px;
min-height: 500px;
margin-bottom: 0;
.widget_title{
&:before,
&:after{
display: none;
}
}
@include lg {
min-height: 100%;
}
@include xl {
margin-left: 0;
}
@include md {
margin-top: 20px;
}
&:before {
content: "";
position: absolute;
inset: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(16, 55, 182, 0.95) 57.4%, rgba(16, 55, 182, 0.5) 100%);
z-index: -1;
}
.widget_title {
position: relative;
font-size: 30px;
font-weight: 700;
font-family: var(--title-font);
line-height: 40px;
margin: 0 0 20px 0;
padding-bottom: 0px;
max-width: 177px;
@include md {
max-width: 100%;
}
}
}
.widget-map {
iframe {
min-height: 280px;
}
}
.widget-banner {
.banner-text {
margin-bottom: 23px;
color: $white-color;
}
.banner-link {
display: block;
font-weight: 500;
margin-bottom: 5px;
color: $white-color;
i {
color: $white-color;
margin-right: 4px;
}
&:hover {
color: $theme-color;
}
&:last-child {
margin-bottom: -0.4em;
}
}
}
// Widget Info ---------------------
.widget_info {
.widget_title {
margin: 29px 0 10px 0;
}
.themeholy-btn {
width: 100%;
margin-bottom: 10px;
display: block;
}
.themeholy-video {
margin-bottom: 20px;
}
}
.info-list {
ul {
list-style: none;
padding: 0;
margin: 0;
}
i {
color: $theme-color;
width: 16px;
margin-right: 2px;
font-size: 16px;
}
strong {
font-weight: 500;
color: $title-color;
}
li {
border-bottom: 1px solid #CDCDCD;
padding-bottom: 12px;
margin-bottom: 30px;
.title {
display: block;
font-family: $title-font;
font-weight: 700;
font-size: 14px;
line-height: 24px;
color: $body-color;
margin-bottom: 1px;
}
.text {
display: block;
font-family: $title-font;
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: $title-color;
margin-bottom: 0;
}
&:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
}
}
// Price Filter --------------
.price_slider_wrapper {
.price_label {
span {
display: inline-block;
color: $body-color;
}
}
.ui-slider {
height: 6px;
position: relative;
width: 100%;
background-color: $theme-color;
border: none;
margin-top: 15px;
margin-bottom: 25px;
cursor: pointer;
border-radius: 0;
}
.ui-slider-range {
border: none;
cursor: pointer;
position: absolute;
top: 0;
height: 100%;
z-index: 1;
display: block;
background-color: $theme-color;
}
.ui-slider-handle {
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 50%;
text-align: center;
padding: 0;
cursor: pointer;
position: absolute;
margin-top: -5px;
z-index: 2;
background-color: $white-color;
border: 3px solid $theme-color;
transform: translateX(-1px);
&:focus {
outline: none;
box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
// &:before {
// content: "";
// position: absolute;
// background-color: #fff;
// top: 50%;
// left: 50%;
// width: 12px;
// height: 12px;
// border-radius: 50%;
// transform: translate(-50%, -50%);
// }
&:last-child {
transform: translateX(-9px);
}
}
button,
.button {
position: relative;
background-color: transparent;
color: $theme-color;
font-weight: 600;
line-height: 1.6;
text-transform: uppercase;
text-align: center;
border: none;
display: inline-block;
overflow: hidden;
position: relative;
z-index: 2;
padding: 0;
font-size: 14px;
transition: 0.4s ease-in;
&:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
min-width: 43px;
height: 2px;
background-color: $theme-color;
}
&:hover {
background-color: transparent;
}
}
}
.price_wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.widget_offer {
@include md {
margin-bottom: 10px;
}
}
.widget_shopping_cart {
.widget_title {
margin-bottom: 30px;
border-bottom: none;
}
ul {
margin: 0;
padding: 0;
li {
list-style-type: none;
}
}
&.style2 {
.cart_list {
a:not(.remove) {
&:hover {
color: $theme-color-2;
}
}
a.remove {
&:hover {
color: $theme-color-2;
}
}
}
}
&.style3 {
.cart_list {
a:not(.remove) {
&:hover {
color: $theme-color;
}
}
a.remove {
&:hover {
color: $theme-color;
}
}
}
}
.mini_cart_item {
position: relative;
padding: 30px 30px 30px 90px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 0;
text-align: left;
// &:first-child {
// border-top: 1px solid rgba(0, 0, 0, 0.1);
// }
}
.cart_list {
a:not(.remove) {
display: block;
color: $body-color;
font-size: 16px;
font-weight: 500;
font-family: $title-font;
font-weight: 600;
color: $title-color;
&:hover {
color: $theme-color;
}
}
a.remove {
position: absolute;
top: 50%;
left: 95%;
transform: translateY(-50%);
color: $body-color;
&:hover {
color: $theme-color;
}
}
img {
width: 75px;
height: 75px;
position: absolute;
left: 0;
top: 18px;
border-radius: 5px;
}
}
.quantity {
display: inline-flex;
white-space: nowrap;
vertical-align: top;
margin-right: 20px;
font-size: 14px;
font-weight: 500;
}
.total {
margin-top: 20px;
font-size: 18px;
color: $title-color;
font-family: $body-font;
strong {
font-family: $title-font;
}
}
.amount {
padding-left: 5px;
}
.themeholy-btn {
margin-right: 15px;
&:last-child {
margin-right: 0;
}
}
}
.sidebar-area {
.widget_shopping_cart .themeholy-btn {
margin-right: 10px;
padding: 8px 22px;
font-size: 14px;
}
}
@media (min-width: 1200px) {
.sidebar-shop {
.widget {
padding: 30px;
}
}
}
@media (min-width: 992px) {
.sidebar-shop {
.widget {
margin-bottom: 24px;
}
}
}
@include lg {
.widget {
--widget-padding-y: 30px;
--widget-padding-x: 30px;
}
.widget_title {
font-size: 22px;
margin: -0.12em 0 24px 0;
}
.author-widget-wrap .name {
font-size: 22px;
}
}
@include md {
.sidebar-area {
padding-top: 30px;
}
.widget {
--widget-padding-y: 40px;
--widget-padding-x: 40px;
}
.wp-block-tag-cloud a,
.tagcloud a {
padding: 8px 10px;
font-size: 14px;
}
}
@include sm {
.widget {
padding: 35px 20px;
}
}
@media (max-width: 330px) {
.recent-post {
.post-title {
font-size: 16px;
line-height: 24px;
}
.recent-post-meta a {
font-size: 12px;
}
}
}
// wp code ---------------------
.wp-block-calendar tbody td,
.wp-block-calendar th {
padding: 10px;
}
.wp-block-calendar,
.calendar_wrap {
position: relative;
background-color: #fff;
padding-bottom: 0;
border: none;
span[class*="wp-calendar-nav"] {
position: absolute;
top: 9px;
left: 20px;
font-size: 14px;
color: $white-color;
font-weight: 400;
z-index: 1;
line-height: 1.7;
a {
color: inherit;
}
}
span.wp-calendar-nav-next {
left: auto;
right: 20px;
}
caption {
caption-side: top;
text-align: center;
color: $white-color;
background-color: $theme-color;
}
th {
font-size: 14px;
padding: 5px 5px;
border: none;
text-align: center;
border-right: 1px solid #fff;
color: $title-color;
font-weight: 500;
&:first-child {
border-left: 1px solid #eee;
}
&:last-child {
border-right: 1px solid #eee;
}
}
table {
th {
font-weight: 500;
}
}
td {
font-size: 14px;
padding: 5px 5px;
color: #01133c;
border: 1px solid #eee;
text-align: center;
background-color: transparent;
transition: all ease 0.4s;
}
#today {
color: $theme-color;
background-color: $white-color;
border-color: #ededed;
}
thead {
background-color: #fff;
}
.wp-calendar-table {
margin-bottom: 0;
}
.wp-calendar-nav {
.pad {
display: none;
}
}
a {
color: inherit;
text-decoration: none;
&:hover {
color: $title-color;
}
}
}
.wp-block-calendar {
margin-bottom: 30px;
border: none;
padding-bottom: 0;
table {
caption {
color: $white-color;
}
}
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
padding-bottom: 12px;
}
.widget_recent_comments,
.wp-block-latest-comments {
ol,
ul {
margin-bottom: 0;
}
ul {
padding: 0;
li {
position: relative;
list-style: none;
padding-left: 35px;
&:before {
content: "\f086";
position: absolute;
left: 0;
top: -1px;
color: $theme-color;
font-family: $icon-font;
}
a {
color: $body-color;
&:hover {
color: $theme-color;
}
}
}
}
}
.widget_recent_entries {
ul {
li {
>a {
color: $body-color;
font-weight: 500;
display: inline-block;
&:hover {
color: $theme-color;
}
}
}
}
}
.widget_recent_comments a,
.wp-block-latest-comments a {
color: inherit;
}
.widget .wp-block-search {
margin-bottom: 0;
}
.wp-block-group__inner-container h2 {
position: relative;
font-size: 20px;
line-height: 1em;
margin-bottom: 20px;
margin-top: -0.07em;
&:after {
content: "";
height: 24px;
width: 100%;
background-image: url("../img/theme-img/widget_title_footer.png");
background-repeat: no-repeat;
background-position: left center;
position: absolute;
bottom: -30px;
left: 0;
}
}
ol.wp-block-latest-comments {
padding: 0;
margin: 0;
padding-top: 10px;
li {
line-height: 1.5;
margin: 0 0 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 20px;
&:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
}
}
.widget_recent_entries ul {
margin: -0.3em 0 0 0;
padding: 0;
list-style: none;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
color: $title-color;
}
.wp-block-tag-cloud {
margin-right: -10px;
margin-bottom: 10px;
}
.blog-details .blog-content>p:last-child {
margin-bottom: 0;
}
.wp-block-image .alignright {
float: right;
margin: 0;
}
.wp-block-cover {
&:last-child {
margin-bottom: 0px;
}
}
.wp-block-video {
&:last-child {
margin: 0;
}
}
ul.wp-block-rss.wp-block-rss {
&:last-child {
margin-bottom: 0;
}
}
pre.wp-block-verse {
&:last-child {
margin-bottom: 0;
}
}
.page-links {
clear: both;
margin: 0 0 0em;
}
.post-password-form {
margin-bottom: 0;
margin-top: 20px;
}
.wp-caption {
margin-bottom: 0;
max-width: 100%;
}
ul,
ol {
&.widget_rss,
&.wp-block-rss {
padding-left: 0;
}
}
.widget_rss,
.wp-block-rss {
list-style-type: none;
ul {
margin: -0.2em 0 -0.5em 0;
padding: 0;
list-style: none;
.rsswidget {
color: var(--title-color);
font-family: var(--theme-font);
font-size: 18px;
display: block;
margin-bottom: 10px;
}
.rssSummary {
font-size: 14px;
margin-bottom: 7px;
line-height: 1.5;
}
a {
display: block;
font-weight: 600;
color: inherit;
&:hover {
color: $theme-color;
}
}
.rss-date {
font-size: 14px;
display: inline-block;
margin-bottom: 5px;
font-weight: 400;
color: $title-color;
&:before {
content: "\f073";
font-family: $icon-font;
margin-right: 10px;
font-weight: 300;
color: $theme-color;
}
}
cite {
font-weight: 500;
color: $title-color;
font-family: $body-font;
font-size: 14px;
&:before {
content: "";
position: relative;
top: -1px;
left: 0;
width: 20px;
height: 2px;
display: inline-block;
vertical-align: middle;
margin-right: 8px;
background-color: $theme-color;
}
}
}
li:not(:last-child) {
margin-bottom: 16px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 16px;
}
a {
&:hover {
color: $theme-color;
}
}
}
.textwidget {
margin-top: -0.1em;
}
.sidebar-area {
.widget_shopping_cart .as-btn {
margin-right: 10px;
padding: 8px 22px;
font-size: 14px;
}
}
.sidebar-area {
.widget_shopping_cart .as-btn {
margin-right: 10px;
padding: 8px 22px;
font-size: 14px;
}
}
@media (min-width: 1200px) {
.sidebar-shop {
.widget {
padding: 30px;
}
}
}
@media (min-width: 992px) {
.sidebar-shop {
.widget {
margin-bottom: 24px;
}
}
}
@include lg {
.widget {
--widget-padding-y: 30px;
--widget-padding-x: 30px;
}
.widget_title {
font-size: 22px;
margin: -0.12em 0 24px 0;
}
.author-widget-wrap .name {
font-size: 22px;
}
}
@include md {
.sidebar-area {
padding-top: 30px;
}
.widget {
--widget-padding-y: 40px;
--widget-padding-x: 40px;
}
.wp-block-tag-cloud a,
.tagcloud a {
padding: 10.5px 18px;
}
}
@include sm {
.widget {
padding: 35px 20px;
}
}
@media (max-width: 330px) {
.recent-post {
// .post-title {
// font-size: 14px;
// line-height: 24px;
// }
.recent-post-meta a {
font-size: 12px;
}
}
}
.as-search {
background-color: #fff;
margin-bottom: 30px;
box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
border: none;
border-radius: 0px;
overflow: hidden;
.search-grid-content {
padding: 30px;
}
.search-grid-title {
font-size: 20px;
margin-bottom: 5px;
margin-top: 0;
}
.search-grid-meta {
a,
span {
color: $body-color;
font-weight: 400;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 10px;
i {
font-size: 14px;
color: $body-color;
margin: 0;
}
}
}
}
.image-scale-hover {
overflow: hidden;
img {
transition: all ease 0.4s;
transform: scale(1.001);
}
&:hover {
img {
transform: scale(1.2);
}
}
}
.as-search .search-grid-meta>* {
display: inline-block;
margin-right: 15px;
font-size: 14px;
font-weight: 400;
}
.search-grid-meta.blog-meta {
text-align: left;
}
// .sidebar-area .widget_search select,
// .sidebar-area .widget_search input {
// padding: 0 38px 0px 20px;
// }
.nof-title {
margin-top: -0.2em;
}
.sidebar-area select,
.sidebar-area input {
background-color: var(--white-color);
padding: 0 25px;
padding-right: 45px;
}
.widget {
.search-form {
input {
padding-right: 45px;
}
}
}
.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
padding: 30px 15px 30px 15px;
}
.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
padding-left: 0;
margin-left: 0;
}
.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
display: none;
}
.format-quote blockquote cite {
margin-top: 15px;
}
blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
padding: 50px;
/* Large devices */
}
@media (max-width: 1199px) {
blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
padding: 40px 20px 40px 20px;
}
}
blockquote.has-text-align-right cite:before,
.wp-block-quote.has-text-align-right cite:before {
right: 0;
left: unset;
}
blockquote:before,
.wp-block-quote:before {
content: "\f10e";
font-family: var(--icon-font);
position: absolute;
right: 40px;
bottom: 40px;
font-size: 4rem;
font-weight: 600;
width: 60px;
height: 45px;
opacity: 0.06;
}
blockquote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite {
padding-left: 0;
padding-right: 60px;
}
blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
right: unset;
left: 60px;
}
blockquote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
blockquote.style-left-icon:not(.has-text-align-right) cite,
blockquote.is-large:not(.has-text-align-right) cite,
blockquote.is-style-large:not(.has-text-align-right) cite,
blockquote.has-text-align-right:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.is-style-plain):not(.has-text-align-right) cite,
.wp-block-quote.style-left-icon:not(.has-text-align-right) cite,
.wp-block-quote.is-large:not(.has-text-align-right) cite,
.wp-block-quote.is-style-large:not(.has-text-align-right) cite,
.wp-block-quote.has-text-align-right:not(.has-text-align-right) cite {
text-align: left;
}
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
font-size: 22px;
text-align: right;
}
.wp-block-pullquote cite:before {
display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-top: 0;
margin-bottom: 20px;
font-size: 2em;
}
@media (max-width: 1399px) {
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 1.5em;
}
}
.wp-block-pullquote cite {
font-family: var(--body-font);
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
padding-left: 0px;
margin-left: 0px;
}
blockquote:before,
.wp-block-quote:before {
content: "\f10e";
font-family: var(--icon-font);
position: absolute;
right: 40px;
bottom: 20px;
width: 60px;
height: 45px;
opacity: 0.06;
}
.wp-block-pullquote.is-style-solid-color blockquote {
padding: 60px;
/* Small devices */
}
@media (max-width: 1399px) {
.wp-block-pullquote.is-style-solid-color blockquote {
padding: 30px;
max-width: 70%;
}
}
@media (max-width: 767px) {
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 90%;
}
}
select,
.form-control,
.form-select,
textarea,
input {
height: 55px;
padding: 0 25px 0 25px;
padding-right: 45px;
border: 1px solid var(--border-color);
color: var(--body-color);
background-color: var(--white-color);
border-radius: 0;
font-size: 16px;
width: 100%;
font-family: var(--body-font);
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.wp-block-image figure {
margin: 0;
}
ol.wp-block-latest-comments {
margin-left: 0;
}
@media (max-width: 1199px) {
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
font-size: 1.1em;
}
}
.wp-block-pullquote cite,
.wp-block-pullquote p {
padding-left: 0px;
margin-left: 0px;
}
blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
padding: 50px;
/* Large devices */
}
@media (max-width: 1199px) {
blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
padding: 40px 20px 40px 20px;
}
}
.as-blog-wrapper .as-pagination {
margin-bottom: 0px;
/* Medium devices */
}
@media (max-width: 991px) {
.as-blog-wrapper .as-pagination {
margin-bottom: 30px;
}
}
.content-none-search {
.widget_search {
input {
height: 60px;
}
}
}