File: /home/redpsiju/public_html/wp-content/themes/aera/style.css
/*
Theme Name: Aera
Theme URI: https://www.nayrathemes.com/aera-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Aera is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Aera comes with everything you could ever need to build an amazing website, and It's perfect for any type of business. View the demo of Aera Pro https://www.nayrathemes.com/demo/pro/?theme=aera
Template: avril
Version: 18.9
Tested up to: 7.0
Requires PHP: 7.4
Requires at least: 4.7
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aera
Slug: aera
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ========= Aera >> Contact Info / Social Widget / Button ========= */
.aera-theme .contact-icon {
font-size: 33px;
height: auto;
}
.aera-theme .widget_social_widget li a {
width: 33px;
height: 33px;
line-height: 32px;
font-size: 16px;
}
.aera-theme .header-search-popup form .search-field,
.aera-theme button[type=submit],
.aera-theme button:not(.scrollup),
.aera-theme input[type="button"],
.aera-theme input[type="reset"],
.aera-theme input[type="submit"],
.aera-theme .av-btn,
.aera-theme .navigation.posts-navigation .nav-links a{
border-radius: 100px;
}
/* ========= Aera Header Search ========= */
.aera-theme .header-search-popup {
z-index: -2;
visibility: hidden;
-webkit-transition: all 1s ease;
-khtml-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.aera-theme.header-search-active .header-search-popup {
z-index: 999;
visibility: visible;
}
.aera-theme .search-overlay-layer {
position: fixed;
width: 224vw;
height: 224vw;
top: calc(90px - 112vw);
right: calc(100px - 112vw);
z-index: 1;
display: block;
background-color: var(--sp-secondary);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transition: transform .8s ease-in-out;
-khtml-transition: transform .8s ease-in-out;
-moz-transition: transform .8s ease-in-out;
-ms-transition: transform .8s ease-in-out;
-o-transition: transform .8s ease-in-out;
transition: transform .8s ease-in-out;
transition-delay: .3s;
-webkit-transition-delay: .3s;
opacity: 0.9;
}
.aera-theme.header-search-active .search-overlay-layer {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
transition-delay: 0s;
-webkit-transition-delay: 0s;
-webkit-transition: transform 1.6s cubic-bezier(.4,0,0,1);
-khtml-transition: transform 1.6s cubic-bezier(.4,0,0,1);
-moz-transition: transform 1.6s cubic-bezier(.4,0,0,1);
-ms-transition: transform 1.6s cubic-bezier(.4,0,0,1);
-o-transition: transform 1.6s cubic-bezier(.4,0,0,1);
transition: transform 1.6s cubic-bezier(.4,0,0,1);
}
.aera-theme .header-search-popup form {
width: 0;
max-width: 680px;
-webkit-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
-khtml-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
-moz-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
-ms-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
-o-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
transition-delay: 0s,.4s,0s;
transition-delay: .2s;
-webkit-transition-delay: .2s;
}
.aera-theme.header-search-active .header-search-popup form {
width: 100%;
transition-delay: .7s;
-webkit-transition-delay: .7s;
}
.aera-theme .header-search-popup .header-search-close {
width: 55px;
height: 55px;
-webkit-transition: all .8s cubic-bezier(.4,0,0,1);
-khtml-transition: all .8s cubic-bezier(.4,0,0,1);
-moz-transition: all .8s cubic-bezier(.4,0,0,1);
-ms-transition: all .8s cubic-bezier(.4,0,0,1);
-o-transition: all .8s cubic-bezier(.4,0,0,1);
transition: all .8s cubic-bezier(.4,0,0,1);
transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-delay: 0s;
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.aera-theme .close-style:before,
.aera-theme .close-style:after {
width: 22px;
-webkit-transition: all .3s linear 0ms;
-khtml-transition: all .3s linear 0ms;
-moz-transition: all .3s linear 0ms;
-ms-transition: all .3s linear 0ms;
-o-transition: all .3s linear 0ms;
transition: all .3s linear 0ms;
}
.aera-theme.header-search-active .header-search-popup .header-search-close {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
transition-delay: .3s;
-webkit-transition-delay: .3s;
}
.aera-theme.header-search-active .header-search-close:hover:before,
.aera-theme.header-search-active .header-search-close:hover:after,
.aera-theme.header-search-active .header-search-close:focus:before,
.aera-theme.header-search-active .header-search-close:focus:after {
-webkit-transform: scale(1.25);
-khtml-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
}
/* ========= Aera Slider ========= */
.aera-theme .theme-slider:after {
background: #D1E8F5;
opacity: 0.9;
}
.aera-theme .slider-wrapper {
color: #222222;
}
.aera-theme .theme-content h1 span {
color: var(--sp-primary);
}
.aera-theme .theme-content p {
font-size: 1rem;
font-weight: 400;
margin-bottom: 22px;
}
@media (max-width: 991px) {
.aera-theme .theme-content p {
font-size: 15px;
margin-bottom: 10px;
}
}
.aera-theme .main-slider .owl-nav {
left: auto;
bottom: 0;
top: 0;
right: 35px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column-reverse;
}
.aera-theme .main-slider div.owl-nav [class*=owl-] {
border-radius: 0;
color: var(--sp-primary);
background-color: var(--sp-white);
border: none;
width: 47px;
height: 47px;
line-height: 37px;
font-size: 20px;
}
.aera-theme .main-slider div.owl-nav [class*=owl-]:hover {
color: var(--sp-white);
background-color: var(--sp-primary);
}
.aera-theme .theme-slider div.theme-content {
max-width: 100%;
}
.aera-theme .theme-slider .text-right [class*="av-column-"]:first-child {
order: 1;
}
.aera-theme .theme-slider .text-center [class*="av-column-"]:first-child {
flex-basis: 100%;
max-width: 100%;
}
.aera-theme .theme-slider .text-center [class*="av-column-"]:nth-child(2) img {
margin: auto;
}
.aera-theme .theme-slider .text-center [class*="av-column-"]:nth-child(2) {
margin-top: 2rem;
}
.azwa-header-slider .owl-item .aera-img img {
width: auto;
height: auto;
}
@media only screen and (max-width:767px) {
.main-slider .owl-item .item { }
}
@media only screen and (max-width:991px) {
.aera-theme .theme-slider div.theme-content {
margin-bottom: 15px;
}
.aera-theme .theme-slider .text-right [class*="av-column-"]:first-child {
order: 0;
}
.aera-theme .theme-slider [class*="av-column-"]:nth-child(2) {
margin-top: 2rem;
}
}
/* ========= Aera CTA Info ========= */
@media only screen and (min-width:992px) {
.aera-theme .info-section {
margin: -100px 0px 20px 0px;
}
}
.info-area {
position: relative;
width: 100%;
background-color: var(--sp-white);
padding: 50px 20px 60px;
box-shadow: 0px 3px 30px -3px rgb(0 0 0 / 0.12);
}
.svg-clip-art {
position: absolute;
left: 0;
right: 0;
z-index: 2;
fill: #fff;
}
.svg-clip-art svg {
height: 45px;
}
.slider-wrapper .svg-clip-art {
bottom: -10px;
}
.info-area .svg-clip-art {
top: -70px;
}
.info-area .svg-clip-art svg {
height: 78px;
}
.info-area .info-wrapper [class*='info-'] .widget {
background: none;
padding: 6px 22px;
}
.info-area .info-wrapper [class*='info-'] .widget,
.info-area .widget .contact-info {
color: var(--sp-secondary);
}
.info-area .info-wrapper .widget:after,
.info-area .info-wrapper .widget:before {
display: none;
}
.info-area .info-wrapper .contact-area {
flex-direction: column;
align-items: flex-start;
}
.info-area .contact-icon {
color: var(--sp-primary);
}
.info-area .contact-info span.text {
font-size: 22px;
margin-bottom: 12px;
font-weight: bold;
}
.info-area .contact-info span.title {
font-size: 16px;
font-weight: 400;
}
.header-widget .contact-info:hover span.title:nth-child(2), .header-widget .contact-info:focus span.title:nth-child(2) {
color: var(--sp-secondary-dark);
}
.info-area .contact-icon {
font-size: 52px;
margin-bottom: 12px;
}
.contact-more {
margin-top: 1.25rem;
}
.btn-arrow {
position: relative;
line-height: 30px;
white-space: nowrap;
display: inline-block;
}
.btn-arrow:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 105%;
height: 100%;
background-color: var(--sp-white);
transition: .3s ease-in-out;
}
.btn-arrow:after {
content: "\f054";
font-family: fontawesome;
font-size: 0.8rem;
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: var(--sp-white);
background-color: var(--sp-secondary);
border-radius: 0 15px 15px 0;
transition: .6s ease-in-out;
}
.btn-arrow:hover:before,
.btn-arrow:focus:before {
left: -200%;
}
.btn-arrow:hover:after,
.btn-arrow:focus:after {
color: var(--sp-white);
background-color: var(--sp-primary);
left: 104%;
}
.aera-theme .more-link:after {
content: "\f054";
border-radius: 0 15px 15px 0;
font-size: 0.8rem;
}
@media screen and (max-width: 1024px) {
.info-area .svg-clip-art {
display: none;
}
}
@media only screen and (max-width:767px) {
.aera-theme .main-slider .owl-nav {
display: none;
}
.info-area .info-wrapper [class*='info-'] .widget {
padding: 15px 22px;
}
.svg-clip-art svg {
height: 18px;
}
}
.wp-block-search .wp-block-search__button {
background: #d61523;
color: #fff;
}
.wp-block-tag-cloud a {
font-size: 15px !important;
line-height: 2.5;
padding: 5px 15px;
color: var(--sp-white);
background-color: var(--sp-primary);
text-decoration: none;
}
.post-content .wp-block-archives {
padding: 0;
}
.footer-main .wp-block-archives li {
background: none;
}
ul.wp-block-archives li {
background-color: #f2f2f2;
list-style: none;
}
ul.wp-block-archives li a {
display: block;
padding: 15px 15px 15px 45px;
cursor: pointer;
word-break: break-word;
}
ul.wp-block-archives li a:hover,
ul.wp-block-archives li a:focus{
background-color: var(--sp-primary);
color: var(--sp-white);
}
.footer-main ul.wp-block-archives li a:hover,
.footer-main ul.wp-block-archives li a:focus{
background: none;
color: var(--sp-primary);
}
.wp-block-calendar tbody td, .wp-block-calendar th {
text-align: center;
}
.wp-block-table figcaption {
text-align: center;
}
.post-content .wp-block-post-terms a {
display: inline-block;
padding: 10px 10px 10px 10px;
cursor: pointer;
word-break: break-word;
background-color: #f2f2f2;
}
.wp-block-image figcaption {
text-align: center;
}
.wp-block-file .wp-block-file__button {
background: var(--sp-primary);
}
ul.wp-block-social-links li a:before {
content: none !important;
}
ul.wp-block-social-links li a {
padding: 0.25rem !important;
}
.sidebar .wp-block-latest-comments {
padding: 0;
}
.wp-block-loginout a {
color: var(--sp-white);
background-color: var(--sp-primary);
border-radius: 100px;
}
.footer .wp-block-calendar table caption {
color: #fff;
}
.footer-section .wp-block-table td {
color: #000;
}
.footer-main .calendar_wrap table th,
.footer-main .calendar_wrap table td {
line-height: 35px;
}
.sidebar .widget.woocommerce li:hover a,
.sidebar .widget.woocommerce li:focus-within a {
color: #ffffff;
}
.sidebar .widget:not(.widget_payment_methods):not(.widget_social_widget):not(.widget_product_categories):not(.widget.woocommerce) ul li:not(.menu-item-has-children):not(.wp-social-link) {
background-color: #f2f2f2;
}
.post-content ol.wp-block-latest-comments {
padding: 0;
}
.post-content .wp-block-calendar table {
margin-bottom: 0;
}
.wp-block-table {
word-break: break-word;
}
.wp-block-button a {
background-color: var(--sp-primary);
border-radius: 100px;
padding: 5px 20px;
}
.footer-main .wp-block-latest-comments {
padding: 0;
}
.footer-main .wp-block-social-links li {
line-height: initial;
}
.footer-main .wp-block-social-links li a {
margin-bottom: 0 !important;
}
.sidebar .wp-block-social-links li:after{
content: none !important;
}
.post-content .wp-block-image figcaption {
font-size: 20px;
font-weight: 600;
}
.wp-block-media-text .wp-block-media-text__content {
line-height: 1;
}
.footer-main .wp-block-buttons {
margin-top: 1.5rem;
}
.post-section .wp-block-latest-comments {
padding: 0;
}
.wp-block-site-logo {
padding: 15px 0;
}
.wp-block-post-author {
align-items: center;
}
.wp-block-buttons {
margin: 15px 0;
}
.post-section .wp-block-table {
margin: 15px 0;
}
.wp-block-categories {
list-style: none;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
color: var(--sp-primary);
}
.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:focus {
color: var(--sp-white);
background: var(--sp-primary);
}
.wp-block-embed figcaption {
text-align: center;
}
.wp-block-code code img {
display: inline-block;
margin-left: 20px;
}
.wp-block-pullquote.has-background blockquote {
background: inherit;
}
#av-primary-content .wp-block-loginout,
#av-primary-content form.wp-block-search {
padding: 10px 0;
}
pre.has-background code {
background-color: inherit;
}
p.has-text-color em {
color: inherit;
}
.post-section #av-primary-content .wp-block-group {
padding: 0 20px;
}
.wp-block-group em {
color: inherit;
}
.wp-block-button a.wp-block-button__link {
border-color: inherit;
}
.has-text-color em,
.has-text-color h2 {
color: inherit;
}
a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
color: #fff;
}
.has-text-color * {
color: inherit;
}
.has-text-color a:hover,
.has-text-color a:focus {
color: inherit;
}
.wp-block-pullquote.has-text-color blockquote {
border-color: inherit;
}
blockquote {
border-color: inherit !important;
}
.has-background.wp-block-read-more {
padding: 5px 10px;
}
.wp-block-calendar table caption {
font-weight: 500;
}
.wp-block-avatar img {
border-radius: 50%;
}
/**/
.sidebar .widget .wp-block-search__label {
margin-bottom: 1rem;
line-height: 1.5;
}
.sidebar .widget .wp-block-search__label {
padding-bottom: 10px;
font-size: 20px;
font-weight: 700;
}
.sidebar .widget .wp-block-search__label {
border-bottom: 1px solid #e9e9ea;
display: block;
}
.wp-block-image figcaption {
margin-bottom: 0;
}
/* gallery cross button style */
button.featherlight-close-icon.featherlight-close {
background-color: var(--sp-primary);
border: 1px solid var(--sp-white);
top: 40px;
right: 40px;
border-radius: 0;
}
/* circle hover */
.is-style-circle figure.tiled-gallery__item:before {
content: '';
position: absolute;
inset: 0;
background: #000;
border-radius: 100%;
opacity: 0;
visibility: hidden;
transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
visibility: visible;
opacity: 0.5;
}
/* circle spacing */
.wp-block-jetpack-tiled-gallery .tiled-gallery__row{
margin-right: calc(-.4 * var(--bs-gutter-x));
margin-left: calc(-.4 * var(--bs-gutter-x));
--bs-gutter-x: 1.5rem;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
padding-right: calc(var(--bs-gutter-x) * .4);
padding-left: calc(var(--bs-gutter-x) * .4);
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
margin-bottom: 20px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
margin-top: 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
margin-left: 0px;
}
/* circle box shadow */
.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
border-radius: 50%;
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
width: 100%!important;
height: 100%!important;
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
justify-content: center;
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
width: 100%!important;
margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
margin-top: 0px;
}
blockquote.wp-block-quote.has-text-color p,blockquote.wp-block-quote.has-text-color p var,blockquote.wp-block-quote.has-text-color p cite,blockquote.wp-block-quote.has-text-color cite {
color: inherit;
}
blockquote.wp-block-quote.has-text-color p, blockquote.wp-block-quote.has-text-color p var, blockquote.wp-block-quote.has-text-color p cite, blockquote.wp-block-quote.has-text-color cite {
color: inherit;
}
.wp-block-table figcaption {
text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
margin-bottom: 0;
}
ul.wp-block-rss {
list-style: disc;
}
.has-text-color a:hover, .has-text-color a:focus {
color: inherit;
}
.entry-content ul:last-child {
margin-bottom: 0;
}
.wp-block-code.has-text-color code {
color: inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
padding: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 0.875rem;
}
/*wp-Block-RSS*/
ul.wp-block-rss {
list-style: none;
margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
margin-bottom: 0;
}
.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
margin-top: 0;
margin-bottom: 0;
}
.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
font-weight: 600;
}
.wp-block-quote.is-style-large {
padding-top: 1.10rem;
padding-bottom: 1.10rem;
}
.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
padding: 1.563rem 1.000rem 1.563rem;
}
.widget .wp-block-group .is-vertical a {
color: inherit;
}
.entry-content ol.wp-block-latest-comments {
padding-left: 2rem;
}
.wp-block-table figcaption {
text-align: center;
}
.post .entry-content ul.wp-block-archives {
margin-left: 1.125rem;
list-style: disc
}
.wp-block-code.has-background code {
background: inherit;
}
.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
padding: 1.563rem 1.000rem 1.563rem;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
width: auto;
}
.widget .wp-block-group .wp-block-columns {
margin-bottom: 0;
}
.widget .wp-block-group .wp-block-rss li:last-child {
padding-bottom: 0;
}
ul.wp-block-page-list a {
text-decoration: none;
}
.sidebar .wp-block-group .is-nowrap {
margin: 1.563rem 1.000rem 1.563rem;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
font-weight: 600;
line-height: 1.5;
}
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
height: 2em;
width: 2em;
}
.sidebar .widget .wp-block-group .is-layout-flow h2 {
border-left: 0 none;
}
.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
text-decoration: none;
}
.wp-block-verse {
padding: 10px;
}
.wp-block-details summary {
font-weight: 600;
}
.wp-block-calendar .wp-calendar-nav {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
padding: 1.563rem 1.000rem 1.563rem;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
font-size: 24px;
line-height: 34px;
text-transform: capitalize;
margin-bottom: 15px;
}
.sidebar .widget .wp-block-group .wp-block-embed {
margin: 0;
}
.sidebar .widget .wp-block-group ol li {
padding-bottom: 0.625rem;
}
.wp-block-details summary {
font-weight: 600;
padding: 10px;
}
.wp-block-latest-posts__post-author {
font-size: 1.7rem;
font-weight: 600;
}
a.wc-block-grid__product-link {
text-decoration: none;
}
.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
color: inherit;
}
.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
margin-bottom: 0rem;
}
.wp-block-quote .wp-block-search {
padding-bottom: 5px;
}
.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
color: inherit;
}
.sidebar .widget .wp-block-pullquote cite {
z-index: 1;
}
.sidebar .widget .wp-block-group .is-nowrap {
margin: 1.563rem 1.000rem 1.563rem;
}
.wp-block-post-title a {
text-decoration: none;
}
.wp-block-details summary {
font-weight: 600;
}
.wp-block-group.has-black-border-color {
border-color: #333 !important;
}
.widget .wp-block-group .wp-block-preformatted a {
color: inherit;
}
.wp-block-woocommerce-single-product .wp-block-post-title a {
text-decoration: none;
}
.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
color:inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
padding: 0;
}
.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
margin-left: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
font-weight: 600;
line-height: 1.5;
}
.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
color: inherit;
}
.wp-block-code.has-text-color code {
color: inherit;
}
.wc-block-grid__products .wc-block-components-product-button__button {
border-radius: 0;
}
.widget .wp-block-heading:before {
left: 0;
top: 0;
}
div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
font-weight: 700;
font-size: 24px;
}
.wc-block-components-checkout-place-order-button{
background: inherit;
}
.widget .wp-block-social-links {
margin-bottom: 0;
}
.wp-block-latest-comments article{
margin-bottom: 0px;
}
.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link {
color: #fff;
}
button.wp-block-search__button.wp-element-button:hover,
button.wp-block-search__button.wp-element-button:focus{
border: 2px solid;
}
.wc-block-components-totals-coupon__content button.components-button {
border-radius: 4px;
}
.wp-block-code code img {
padding: 10px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
text-decoration: none;
}
.wc-block-cart-items td {
color: inherit;
}
.wc-block-components-totals-coupon__content button.components-button {
border-radius: 0;
}
ul.wp-block-page-list a {
text-decoration: none;
}
.wc-block-featured-category__link .wp-block-button__link:focus {
color: #fff;
}
.wc-block-featured-product__price .woocommerce-Price-amount.amount {
color: inherit;
}
.wp-block-post-comments-form .comment-reply-title {
margin-bottom: 1.4rem;
}
.wp-block-group .wp-block-details p {
margin-top: 1rem;
padding-top: 1rem;
}
.woocommerce table.shop_attributes td {
text-decoration: none;
}
.wc-block-cart-items th {
color: inherit;
}
.wp-block-latest-posts__post-author {
font-size: 18px;
font-weight: 600;
}
.post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date {
padding-bottom: 1.2rem;
}
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus {
color: #fff;
}
.wc-block-featured-product__price .woocommerce-Price-amount.amount {
text-decoration: none;
}
.widget .wp-block-group pre.wp-block-preformatted {
background: rgba(26, 26, 26, 0.8);
color: #ddd;
}
.sidebar .widget .wp-block-file .wp-block-file__button {
background-color: #1b8415;
}
.wp-block-social-links .wp-social-link:last-child {
margin-bottom: 8px;
}
.wp-block-code.has-background code {
background: inherit;
}
.wc-block-mini-cart__footer-checkout:focus {
background-color: inherit;
color: #fff;
}
.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
text-decoration: none;
}
.wc-block-mini-cart__badge {
color: inherit;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
line-height: 16px;
}
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
font-size: 1.2rem;
text-decoration: none;
}
.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
font-size: 16px;
line-height: 20px;
}
.wp-block-file.has-background {
padding: 0.5rem;
}
.wc-block-cart-item__remove-link {
text-decoration: none !important;
}
a.wp-block-latest-posts__post-title {
text-decoration: none;
}
.wp-block-latest-comments__comment a {
text-decoration: none;
}
.has-background.wp-block-read-more {
padding: 0.25em 1.375em;
}
.wc-block-components-product-badge {
font-size: 1rem !important;
}
.wc-block-components-totals-coupon-link {
text-decoration: none;
}
.wc-block-grid__product-price.price ins {
line-height: 18px;
}
.wc-block-components-product-badge {
text-decoration: none;
}
.wp-block-file a {
line-height: 18px;
}
.wc-block-components-totals-coupon-link {
line-height: 18px;
}
.wp-block-comment-author-name a {
color: inherit;
}
.wp-block-comment-date span a {
color: inherit;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
text-decoration: none;
}
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover {
color: #fff;
}
.wp-block-page-list a:hover,
.wp-block-page-list a:focus {
color: inherit;
}
.wp-block-page-list {
list-style: none;
}
.wp-block-page-list a {
font-weight: 600;
}
.wp-block-social-links .wp-social-link:last-child {
margin-bottom: 10px;
}
.wp-block-social-links .wp-social-link a {
box-shadow: none;
}
.wp-block-calendar table th {
font-weight: 600;
}
.widget .wp-block-read-more {
font-weight: 500;
}
.entry-content blockquote cite a:hover,
.entry-content blockquote cite a:focus {
text-decoration: underline;
}
.widget .wp-block-group ul li a {
text-decoration: none;
}
.wp-block-list.has-background {
padding: 1.25em 2.375em;
}
.wp-block-preformatted.has-background {
padding: 1em;
}
.sidebar .widget .wp-block-group .is-vertical a {
color: inherit;
}
.footer-sidebar .widget.widget_block .wp-block-group p a {
color: inherit;
}
.wp-block-page-list.has-background {
padding: 1rem;
}
.wp-block-page-list p a {
padding: 1rem;
}
.wp-block-post-author img {
border-radius: 100%;
}
a.wp-block-button__link:focus {
color: #fff;
text-decoration: none;
}
.post.grid-view-news-area ul.wp-block-rss {
list-style: disc;
}
.post .wp-block-archives li {
padding-bottom: 0.625rem;
}
.widget .wp-block-embed .wp-element-caption a {
color: inherit;
}
.sidebar .widget .textwidget a span{
color: inherit;
}
.wp-block-file .wp-block-file__button {
text-decoration: none;
border: none;
}
select:focus,
.form-control:focus {
border-color: rgb(255, 33, 79);
box-shadow: 0 0 5px rgba(255, 33, 79, 1);
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
z-index: 0;
}
.sidebar .widget .wp-block-group .wp-block-embed {
margin: 0;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
text-decoration: none !important;
}
.footer-sidebar .widget .wp-block-group .wp-block-verse {
background: #202020;
color: #cccccc;
}
.widget .wp-block-quote {
color: inherit;
}
.sidebar .widget .wp-block-group .wp-block-preformatted a {
text-decoration: underline;
}
.entry-content ul.wp-block-post-template li.wp-block-post:hover {
box-shadow: none;
}
.wp-block-image .alignleft figcaption {
text-align: left;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
color: inherit;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
border-color: inherit;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
background: transparent;
}
.wp-block-group .wp-block-details p {
margin-top: 1rem;
padding-top: 1rem;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
text-decoration: none;
}
.wp-block-file a {
text-decoration: none;
}
.wp-block-latest-comments.has-background {
padding: 1rem;
}
.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus {
border: 0px solid transparent;
background-color: transparent;
color: #333333;
}
.sidebar .widget .wp-block-file .wp-block-file__button {
background-color: #ec1c24;
}
.footer-sidebar .widget .wp-block-media-text .wp-block-media-text__content a {
color: #ff214f;
}
a.wp-block-latest-posts__post-title:hover,
a.wp-block-latest-posts__post-title:focus {
color: inherit;
}
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
font-weight: 700;
}
.woocommerce .summary .product_meta>span a {
text-decoration: none;
}
.footer-sidebar .widget .wp-block-accordion-heading__toggle-icon {
display: flex;
border: 0 none;
margin: 0;
}
.footer-sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
border: 0px solid transparent;
background-color: transparent;
}