.footer { // padding: 80px 0px !important; background-position: center; .logo { display: block; margin-bottom: 20px; } .widget-title { color: $darkmid-clr; text-transform: capitalize; } .foo-widget { ul { margin: 0; padding: 0; list-style: none; } @include mq (767) { margin-bottom: 30px; } } .foo-text { &-content p { line-height: 22px; font-weight: 400; } } /*========================= // Footer widgets ==========================*/ // Recent post widget .foo-recent-post { ul { margin: 0; padding: 0; list-style: none; } li { position: relative; display: flex; align-items: center; margin-bottom: 15px; } .rc-post-inner { flex: 1; padding-left: 15px; } a.post-meta { display: inline-block; font-size: 13px; font-weight: 400; &:not(:last-of-type) { margin-right: 10px; } } .post-meta.date { width: 50px; background: $darkmid-clr; text-align: center; padding: 7px 0; border-radius: 2px; p { display: block; font-size: 24px; margin-bottom: 0; line-height: 1; color: #e5e5e5; } span { color: #e5e5e5; display: block; font-size: 11px; text-transform: uppercase; font-weight: 600; letter-spacing: 1.2px; } } } .foo-navigation { ul { margin: 0; padding: 0; list-style: none; } li { a { display: block; font-weight: 400; position: relative; padding: 7px 7px 7px 20px; outline: 0; &:before { content: "\e661"; font-family: "themify"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } } } } .foo-newsletter { position: relative; margin-bottom: 30px; input { width: 100%; margin-bottom: 10px; font-size: 14px; &::placeholder { text-transform: uppercase; } } button { width: 100%; padding: 15px; outline: 0; } } .foo-social { position: relative; .widget-title { margin-bottom: 15px; } a { display: inline-block; margin: 0 10px; &:first-of-type { margin-left: 0; } } } .foo-tags { ul { position: relative; } li { display: inline-block; margin-right: 8px; margin-bottom: 10px; } a { display: block; padding: 8px 20px; border: 1px solid #fcc9c8; border-radius: 5px; opacity: 0.8; &:hover { opacity: 1; color: $darkmid-clr; } } } .foo-app-download { a { display: block; &:not(:last-of-type) { margin-bottom: 10px; } img { width: auto; } } } /*========================= // Footer widgets end ==========================*/ .footer-bottom { padding: 20px 0; text-align: center; background: $secoundery-clr; .copyright { color: $darkmid-clr; font-weight: 400; text-transform: capitalize; a { color: $primary-clr; } } } } /*============================ * footer-style-2 ===============================*/ .footer-style-2 { position: relative; &.v5{ @include mq(767) { padding-top: 50px !important; } } .col { @include mq(767) { width: 100%; flex: 0 0 100%; } } .foo-newsletter { max-width: 700px; width: 100%; margin: 0 auto; background: #fff; border-radius: 100px; padding: 15px; position: absolute; left: 0; right: 0; top: -40px; box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1); .form { display: flex; justify-content: space-between; .mc4wp-form-fields { display: flex; width: 100%; } input { flex: 1; border: none; outline: 0; font-weight: 400; margin-bottom: 0; background: #f6f6f6; width: 100%; border-radius: 50px; margin-right: 15px; } button { width: auto; border-radius: 50px; outline: 0; border: none; padding: 10px 0px; color: #fff; &:hover { border: none; } } } } .addressBar { background: #fff; border: 1px solid #ddd; text-align: center; border-radius: 5px; position: relative; top: -50%; display: flex; padding: 15px 0; @include mq(767) { top: 0; margin-bottom: 30px !important; } @include mq(991) { flex-direction: column; } .iconBox { border: none; padding: 0; float: left; width: 70px; height: 70px; display: flex; align-items: center; margin: 0; @include mq(991) { width: 100%; } &:hover{ box-shadow: none; } img { width: 40px; display: block; margin: 0 auto; } } .contentBox { display: flex; align-items: center; justify-content: center; flex-direction: column; } .heading, .description{ // width: calc(100% - 90px); text-align: left; display: block; width: 100%; margin: 0; @include mq(991) { text-align: center; } } .heading { font-size: 18px; margin-bottom: 10px; } .description{ line-height: 1.7; } } } .imageBar { margin-bottom: 50px; text-align: center; .iconBox { background-color: #fff; display: inline-block; width: auto; margin: 0 auto; padding: 15px; img { // max-width: 80%; margin: 0 auto; } } } #mc4wp-form-1 { .form-field i { // display: none; } } .sticky-footer { position: sticky; bottom: 0; left: 0; z-index: -1; } /*============================ * footer-style-4 ===============================*/ .footer-style-4 { // background: url(../images/map.png) center center / auto; position: relative; z-index: 1; &::after { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.03); z-index: -1; } .footer-top { .footer-logo { img { width: auto; height: auto; display: block; margin: 0 auto; } } } .footer-bottom { background: transparent; padding-bottom: 80px; display: flex; align-items: center; .social-icon { margin: 0; list-style: none; li { color: $primary-clr; display: inline-block; margin-right: 28px; @include mq(767) { margin-right: 18px; } @include mq(575) { justify-content: center; } } } .justify-content-end { @include mq (767) { justify-content: start !important; } @include mq (575) { justify-content: center !important; } } .align-items-center { @include mq (575) { justify-content: center !important; } } .scroll-back-to-top { height: 100px; width: 50px; border: 2px solid #fff; display: block; margin: 0 auto; padding: 20px 0; border-radius: 50px; position: relative; z-index: 1; cursor: pointer; transition: .5s; &:hover { background: $darkmid-clr; } &:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; animation: beat infinite 1.6s; height: 100%; width: 100%; border: 1px solid $primary-clr; border-radius: 50px; transition: .5s; z-index: -1; } &:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; animation: beat infinite 1.2s; border: 1px solid $primary-clr; border-radius: 50px; transition: .5s; height: 100%; width: 100%; } @include mq (575) { margin: 50px auto; } } .scroll-arrow-btn { height: 100px; display: block; outline: none; border: none; text-align: center; margin: 0 auto; font-size: 25px; position: relative; animation: scroll 2s linear infinite; transition: .5s; } } .copyright-text { font-size: 14px; text-transform: capitalize; } } @keyframes scroll { 0% { transform: translateY(20%); } 100%{ transform: translateY(0%); } } @keyframes beat { 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(2); } } .mc4wp-form-fields .form-field { position: relative; width: 100%; margin-right: 10px; } .mc4wp-form-fields .form-field input[type="email"]{ width: 100%; } .mc4wp-form-fields .form-field i { position: absolute; top: 50%; right: 15px; transform: translatey(-50%); } // .social-icon{ li{ list-style: none; display: inline-block; a{ border: none; width: 28px; border-bottom: none !important; /* text-align: center; */ font-size: 20px; } } } .widget-address{ a, span{ width: 100%; display: block; font-size: 16px; i{ width: 23px; display: inline-block; text-align: left; margin-right: 5px; } } } // widget_recent_entries .footer, .sidebar{ .widget_recent_entries{ ul{ li{ display: flex; margin-bottom: 15px; img{ margin-right: 10px; max-width: 65px !important; display: inline-block; height: 65px; object-fit: cover; } .body{ display: flex; flex-direction: column; justify-content: center; h4{ margin-bottom: 0; } a{ font-size: 18px; text-decoration: none; border-bottom: none !important; margin: 0; padding: 0; } } a{ } } } } } .sidebar{ .widget_recent_entries{ ul{ li{ display: flex; margin-bottom: 0; } } } } .textwidget{ input{ margin-bottom: 15px; display: block; width: 100%; } .btn{ display: block; width: 100%; } }