/**
Theme Name: AVADIS
Author: Infomego
Author URI: https://infomego.com
Description: Custom WordPress Theme developed by Infomego
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a-v-a-dis
Template: astra
*/

pre {
    background: #92C25633;
}

hr {
    color: #92C25666;
}

.wp-block-pullquote blockquote::before {
    color: #0098d8;
}

.wp-block-list ::marker {
    color: #92c256;
}

.wp-block-table th {
    color: #0098d8;
}

.wp-block-table td,
.wp-block-table th {
    border-color: #92c256;
}

.wp-block-table thead {
    border-color: #92c256;
}

.wp-block-table tfoot {
    border-color: #92c256;
}

.wp-block-table.is-style-stripes {
    border-bottom: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #92C25633;
}

table thead {
    border-color: #92c256;
}

blockquote {
    border-left-color: #92c25666;

}

.site-header-section>* {
    padding: 0;
}

.ast-logo-title-inline .ast-site-identity {
    max-width: 250px;
}

@media screen and (min-width:480px) {
    .site-logo-img {
        display: block;
    }
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill:hover {
    background: #EF7723;
}

.banner-top-menu-wrap {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.banner-top-menu-wrap li {
    display: inline;
}

.banner-top-menu-wrap li:not(:last-child)::after {
    content: " · ";
}

.banner-top-info-wrap {
    font-size: 14px;
    position: relative;
}

.banner-top-info-wrap span {
    margin-right: 10px;
    line-height: 40px;
    color: #FFFFFF;
}

.banner-top-info-wrap span {
    margin-right: 10px;
    line-height: 40px;
}


.banner-top-info-wrap svg {
    fill: #FFFFFF;
    transform: translateY(5px);
}

.banner-top-info-wrap a:hover svg {
    fill: #EF7723;
}

.site-content {
    background-image: url(assets/images/bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.ast-separate-container #primary {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-separate-container .site-content .ast-single-post-featured-section+article {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
    border-bottom: 0;
    margin-bottom: 2em;
}

.ast-row .ast-article-post,
.ast-single-related-posts-container {
    border-radius: 30px;
}

.ast-pagination .page-numbers.current {
    border-color: #0098d8;
    background-color: #0098d8;
    border-radius: 30px;
}

button.ast-menu-toggle:focus {
    border: 0 !important;
}

span.ast-icon.icon-arrow {
    text-align: left;
}

.ast-row {
    padding-top: 3em;
}

@media screen and (min-width: 768px) {
    .ast-row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ast-row .ast-article-post {
        max-width: 48%;
    }

}

@media screen and (min-width: 1024px) {
    .ast-row .ast-article-post {
        max-width: 32%;
        padding: 2em;
    }

}

.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
    border-left: 5px solid #92C25666;
}

.legal-text {
    font-size: 12px;
    color: #a1a1a1 !important;
    margin-bottom: 0;
    text-align: justify;
}

.has-fuchsia-background-color {
    background-color: #FB4590;
}

.has-fuchsia-color {
    color: #FB4590;
}

.has-amber-background-color {
    background-color: #FDBB05;
}

.has-amber-color {
    color: #FDBB05;
    background-color: #0098d8;
}

.wp-block-list li {
    margin-bottom: 0.75em;
}

/* cta btn */
.pulse {
    border-radius: 35px;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.pulse.appear {
    opacity: 1;
    transform: scale(1);
    animation: pulse-effect 2s infinite;
    animation-delay: 0.6s;
}

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 152, 216, 0.6);
    }

    70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 15px rgba(0, 152, 216, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 152, 216, 0);
    }
}

/* cookies */

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    font-weight: 700 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    background-color: #ef7723 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
    background-color: #ef7723 !important;
    border-color: #ef7723 !important;
    color: #ffffff !important;
}
