/*
Theme Name: Aviser
Theme URI: https://www.nayrathemes.com/aviser-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Aviser is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Aviser 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 Aviser Pro https://www.nayrathemes.com/demo/pro/?theme=aviser
Template: avril
Version: 1.0.13
Tested up to: 5.9
Requires PHP: 5.6
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aviser
Slug: aviser
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.

*/



.aviser-nav .contact-details .widget-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-around;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aviser-nav .contact-details {
    box-shadow: 0px 1px 4px 0px rgb(44 49 59 / 50%);
	position: relative;
    top: -20px;
	background: #fff;
}


.widget-left, .widget-right {
    min-height: 90px;
}


.theme-menu {
    justify-content: space-between;
}


@media only screen and (max-width:767px) {
    .info-area .info-wrapper [class*='info-'] .widget {
        padding: 15px 22px;
    }
    .svg-clip-art svg {
        height: 18px;
    }
}

.wp-block-search .wp-block-search__button {
    background: #009A8C;
    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;
}

/*=====  Fun Fact =====*/

.funfact-section {
    position: relative;
    background-image: url(../images/bg/fun-fact-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 80px 0;
    z-index: 0;
}

.funfact-item {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: var(--sp-white);
}

.funfact-item i, .funfact-item img {
    font-size: 60px;
    width: 60px;
    margin-bottom: 8px;
    display: inline-block;
    color: var(--sp-primary);
}

.funfact-item h1 {
    font-size: 48px;
}

.funfact-item p {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 0;
}


.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;
}