/**
Theme Name: Astra Child Gruppo Api
Author: Adiacent srl
Author URI: https://www.adiacent.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-gruppo-api
Template: astra
*/

/********** site header **********/
.main-header-bar.ast-sticky-active {
    box-shadow: none;
}
.main-header-bar.ast-sticky-active.ast-header-sticked{
    background-color: #fff;
}
/** logo bianco **/
body header .site-logo-img .custom-logo-link{
    display: block;
    background-image: none;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
body.home header .site-logo-img .custom-logo-link,
body.page_extended_header header .site-logo-img .custom-logo-link{
    background-image: url("/img/IP_logo.png");
}
body.home header .site-logo-img img.custom-logo,
body.page_extended_header header .site-logo-img img.custom-logo{
    visibility: hidden;
}
/** menu di destra **/
body.ast-desktop .site-header-primary-section-right .ast-builder-menu{
    padding-left: 0px;
    padding-right: 0px;
}
body.ast-desktop .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item{
    line-height: 1;
}
body.ast-desktop .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item{
    padding-left: 10px;
    padding-right: 10px;
}
body.ast-desktop .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item > .menu-link{
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 1024px){
    body.ast-desktop .site-header-primary-section-right .ast-builder-menu {
        display: none;
    }
}
/** selettore lingua **/
body.ast-desktop .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item.wpml-ls-item > .menu-link .menu-text{
 font-size: 11px;
 display: flex;
 align-items: center;
}
/** link/icone **/
body.ast-desktop .site-header-primary-section-right .header-widget-area ul.icons_menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
body.ast-desktop .site-header-primary-section-right .header-widget-area ul.icons_menu > li{
    display: inline;
    padding-left: 6px;
    padding-right: 6px;
}
body.ast-desktop .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link > .menu-link .menu-text{
    display: none;
}
body.ast-desktop .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link > .menu-link::after{
    content: '';
    width: 19px;
    height: 19px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
/** ricerca **/
body.ast-desktop .site-header-section .ast-header-search{
    padding-left: 0px;
}
body.ast-desktop .site-header-section .ast-icon.icon-search{
    color: transparent !important;
}
body.ast-desktop .site-header-section .ast-icon.icon-search svg {
    fill: transparent !important;
    width: 19px;
    height: 19px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("img/icon_search_black.svg");
}
/** apertura campo ricerca **/
body.ast-desktop.home .site-header-section .ast-dropdown-active .ast-icon.icon-search svg,
body.ast-desktop.page_extended_header .site-header-section .ast-dropdown-active .ast-icon.icon-search svg {
    background-image: url("img/icon_search_black.svg");
}
body.ast-desktop .site-header-section .ast-dropdown-active .search-form{
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 50px;
}
body.ast-desktop .site-header-section .ast-dropdown-active input.search-field{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    outline: none;
}
/** pagina con testata estesa e home page **/
body.ast-desktop.home .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item > .menu-link,
body.ast-desktop.page_extended_header .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item > .menu-link{
    color: #fff;
}
body.ast-desktop.home .site-header-section .ast-icon.icon-search svg,
body.ast-desktop.page_extended_header .site-header-section .ast-icon.icon-search svg {
    background-image: url("img/icon_search_white.svg");
}
body.ast-desktop.home .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_service_stations > .menu-link::after,
body.ast-desktop.page_extended_header .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_service_stations > .menu-link::after{
    background-image: url("img/icon_petrol_pump_white.svg");
}
body.ast-desktop.home .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_reserved_areas > .menu-link::after,
body.ast-desktop.page_extended_header .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_reserved_areas > .menu-link::after{
    background-image: url("img/icon_user_white.svg");
}
body.home [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
body.page_extended_header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #fff;
}
/********** mega menu **********/
/** testata a mega menu aperto **/
body.ast-desktop.mega_menu_opened .site-primary-header-wrap{
    background-color: #fff;
}
body.ast-desktop.mega_menu_opened .site-primary-header-wrap .site-branding.ast-site-identity{
    z-index: 999999 !important;
}
/** voci principali **/
body.ast-desktop .site-header-primary-section-center .ast-builder-menu{
    background-color: #fff;
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
body.ast-desktop .site-header-primary-section-center .main-header-menu > .menu-item {
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
body.ast-desktop .site-header-primary-section-center .main-header-menu > .menu-item::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 0px;
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
}
body.ast-desktop .site-header-primary-section-center .main-header-menu > .menu-item:last-child::after {
    display: none;
}
body.ast-desktop .site-header-primary-section-center .main-header-menu > .menu-item > .menu-link{
    padding-left: 0.2em;
    padding-right: 0.2em;
}
body.ast-desktop .site-header-primary-section-center .main-header-menu > .menu-item > .menu-link > .ast-icon {
    display: none;
}
body.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link::before,
body.ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link::before {
    height: 8px;
    background-color: #1388E6 !important;
}
body.ast-desktop .ast-menu-hover-style-underline > .menu-item.current_page_item > .menu-link::before,
body.ast-desktop .ast-menu-hover-style-overline > .menu-item.current_page_item > .menu-link::before,
body.ast-desktop .ast-menu-hover-style-underline > .menu-item.current-page-ancestor > .menu-link::before,
body.ast-desktop .ast-menu-hover-style-overline > .menu-item.current-page-ancestor > .menu-link::before {
    width: calc(100% - 1.2em);
    transform: scale(1,1) translate(50%,0);
}
/** sovrascrittura stili mega menu astra **/
body .ast-builder-menu-1 .astra-megamenu {
    text-transform: none;
}
body.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu {
    display: none;
}
body.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper {
    box-shadow: none !important;
}
body.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link .sub-arrow {
    top: 68%;
}
/* per impedire chiusura al mouseout del menu */
body.ast-desktop .main-header-menu > .menu-item .astra-full-megamenu-wrapper::before {
    height: 45px !important;
    z-index: 0;
}
body.ast-desktop .site-header-primary-section-center .main-header-menu > .menu-item > .menu-link{
    z-index: 999999;
}
body.ast-desktop .site-header-primary-section-right{
    z-index: 999999;
}
/** menu principale **/
.mega_menu_section{
    overflow-y: auto;
    overflow-x: hidden;
}
/* scrollbar for Firefox */
.mega_menu_section {
    scrollbar-color: #D8D8D8 transparent;
    scrollbar-width: thin;
}
/* scrollbar for Chrome and other browsers except Firefox */
.mega_menu_section::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
    background-color: transparent;
}
.mega_menu_section::-webkit-scrollbar-thumb {
    background-color: #D8D8D8;
}
.mega_menu_menu,
.mega_menu_menu .elementor-widget-container,
.mega_menu_menu .elementor-widget-container > nav,
.mega_menu_menu .elementor-widget-container > nav > ul{
    height: 100%;
}
.mega_menu_menu .menu-link{
    padding: .9em 1.3em !important;
    border: 1px solid #fff !important;
    border-radius: 50px;
}
.mega_menu_menu .menu-link > .sub-arrow > i{
    color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("img/icon_menu_arrow_right.svg");
    transform: rotate(0deg) !important;
}
.mega_menu_menu .current-menu-ancestor > .menu-link,
.mega_menu_menu .menu-link.elementor-item-active,
.mega_menu_menu .menu-link:hover{
    border-color: #1388E6 !important;
}
.mega_menu_menu .elementor-nav-menu{
    position: relative !important;
    padding-right: 2%;
}
.mega_menu_menu .elementor-nav-menu > .menu-item,
body .mega_menu_menu .menu-item.menu-item-has-children{
    position: initial !important;
}
.mega_menu_menu .elementor-nav-menu > .menu-item .scroll-up,
.mega_menu_menu .elementor-nav-menu > .menu-item .scroll-down{
    display: none !important;
}
body .mega_menu_menu .sub-menu,
body .mega_menu_menu .sub-menu > .menu-item > .sub-menu,
body .mega_menu_menu .sub-menu > .menu-item > .sub-menu > .menu-item:hover > .sub-menu,
body .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu > .menu-item > .sub-menu{
    border-left: 1px solid #ccc !important;
    position: absolute !important;
    top: 0px !important;
    margin-left: 0% !important;
    left: 100% !important;
    width: 105% !important;
    min-width: 105% !important;
    max-width: 105% !important;
    height: 100% !important;
    background-color: #fff !important;
    margin-top: 0px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.mega_menu_menu .elementor-nav-menu > .menu-item.current-menu-ancestor.current_opened > .sub-menu {
    display: block !important;
    background-color: #fff !important;
}
body .mega_menu_menu .sub-menu li{
    background-color: #fff;
}
/** widget custom **/
.mega_menu_section .elementor-widget-container .box.box-basso{
    max-height: 420px !important;
    min-height: 420px !important;
    height: 420px !important;
}
.mega_menu_section .elementor-widget-container .box .inside-box {
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
}
/*********** varianti logo, link e icone di testata a:
-sticky attivo
-mega menu aperto
-testata compatta
*/
body.ast-desktop.mega_menu_opened .site-logo-img img.custom-logo,
.main-header-bar.ast-sticky-active.ast-header-sticked .site-logo-img img.custom-logo{
    visibility: visible !important;
}
.main-header-bar.ast-sticky-active.ast-header-sticked .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item > .menu-link,
body.ast-desktop.mega_menu_opened.home .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item > .menu-link,
body.ast-desktop.mega_menu_opened.page_extended_header .main-header-bar.ast-sticky-active.ast-header-sticked .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item > .menu-link,
body.ast-desktop.mega_menu_opened.page_extended_header .site-header-primary-section-right .ast-builder-menu .main-header-menu > .menu-item > .menu-link{
    color: #000;
}
.main-header-bar.ast-sticky-active.ast-header-sticked .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_service_stations > .menu-link::after,
body.ast-desktop.mega_menu_opened.home .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_service_stations > .menu-link::after,
body.ast-desktop.mega_menu_opened.page_extended_header .main-header-bar.ast-sticky-active.ast-header-sticked .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_service_stations > .menu-link::after,
body.ast-desktop.mega_menu_opened.page_extended_header .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_service_stations > .menu-link::after,
body.ast-desktop .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_service_stations > .menu-link::after{
    background-image: url("img/icon_petrol_pump_black.svg");
}
.main-header-bar.ast-sticky-active.ast-header-sticked .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_reserved_areas > .menu-link::after,
body.ast-desktop.mega_menu_opened.home .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_reserved_areas > .menu-link::after,
body.ast-desktop.mega_menu_opened.page_extended_header .main-header-bar.ast-sticky-active.ast-header-sticked .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_reserved_areas > .menu-link::after,
body.ast-desktop.mega_menu_opened.page_extended_header .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_reserved_areas > .menu-link::after,
body.ast-desktop .site-header-primary-section-right .header-widget-area ul.icons_menu .icon_link.icon_reserved_areas > .menu-link::after{
    background-image: url("img/icon_user_black.svg");
}
.main-header-bar.ast-sticky-active.ast-header-sticked .site-header-section .ast-icon.icon-search svg,
body.ast-desktop.mega_menu_opened.home .site-header-section .ast-icon.icon-search svg,
body.ast-desktop.mega_menu_opened.page_extended_header .main-header-bar.ast-sticky-active.ast-header-sticked .site-header-section .ast-icon.icon-search svg,
body.ast-desktop.mega_menu_opened.page_extended_header .site-header-section .ast-icon.icon-search svg {
    background-image: url("img/icon_search_black.svg");
}

/********** main content **********/
@media (min-width: 922px){
    body.ast-desktop .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
body.ast-desktop:not(.page_extended_header):not(.home) main#main{
    padding-right: 20px;
    padding-left: 20px;
}
body.ast-desktop.home section.elementor_page_content > .elementor-container,
body.ast-desktop.page_extended_header section.elementor_page_content > .elementor-container{
    padding-right: 20px;
    padding-left: 20px;
}
body.ast-desktop.home section.related_content > .elementor-container,
body.ast-desktop.page_extended_header section.related_content > .elementor-container{
    padding-right: 20px;
    padding-left: 20px;
}

/********** posts grid pagination **********/
.elementor-pagination .page-numbers{
    width: 53px;
    height: 53px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #F5F5F5;
    background-color: #F5F5F5;
    border-radius: 50%;
}
.elementor-pagination .page-numbers.current{
    background-color: transparent;
}
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next{
    border: 0px;
    background-color: transparent;
    background-position: center center;
    background-size: 19px;
    background-repeat: no-repeat;
    color: transparent !important;
}
.elementor-pagination .page-numbers.prev{
    background-image: url("img/icon_arrow_left_black.svg");
}
.elementor-pagination .page-numbers.next{
    background-image: url("img/icon_arrow_right_black.svg");
}
.elementor-pagination span.page-numbers.prev,
.elementor-pagination span.page-numbers.next{
    opacity: 0.3;
}
.elementor-pagination a.page-numbers.prev,
.elementor-pagination a.page-numbers.next{
    opacity: 1;
}
/********** posts grid **********/
.grid_last_full .elementor-posts-container.elementor-grid article:last-child{
    grid-column: 1 / -1;
}
.grid_last_full .elementor-posts-container.elementor-grid article:last-child .elementor-widget.elementor-widget-image img{
    max-height: 478px;
}
@media screen and (max-width: 1024px) {
    .grid_last_full .elementor-posts-container.elementor-grid article:last-child{
        grid-column: inherit;
    }
    .grid_last_full .elementor-posts-container.elementor-grid article:last-child .elementor-widget.elementor-widget-image img{
        max-height: inherit;
    }
}
/********** posts grid: media gallery **********/
.elementor-widget-shortcode.media_gallery_count_items .elementor-widget-container .elementor-shortcode{
    padding-left: 40px;
    background-image: url("img/icon_camera_white.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px;
}
/********** link correlati/documenti utili **********/
.related_links_documents_container{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.related_links_documents_container > .title{
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 25px;
}
.related_links_documents_container > .related_links_documents_content{
    background-color: #F5F5F5;
    border-radius: 25px;
    padding: 50px;
}

@media (max-width: 768px) {
    .related_links_documents_container > .related_links_documents_content{
    padding: 20px 15px 20px 15px;
    }
}

.related_links_documents_container > .related_links_documents_content a.button{
    display: inline-block;
    padding-left: 25px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 100%;
    background-color: #fff;
    background-image: url("img/icon_arrow_right_black.svg");
    background-position: 95.8% center;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 420px) {
    .related_links_documents_container > .related_links_documents_content a.button {
    background-position: 91.2% center;
    }
}

.related_links_documents_container > .related_links_documents_content a.button:last-child{
    margin-bottom: 0px;
}
.related_links_documents_container > .related_links_documents_content.related_documents a.button{
    background-image: url("img/icon_download_black.svg");
}
/********** press release **********/
/** filters **/
.press_releases_filters{
    margin-bottom: 40px;
}
.press_releases_filters ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.press_releases_filters ul li{
    padding-right: 15px;
    min-height: 50px;
}
.press_releases_filters ul li span.button,
.press_releases_filters ul li a.button{
    background-color: #F5F5F5;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}
.press_releases_filters ul li span.button:hover,
.press_releases_filters ul li a.button:hover{
    color: #000;
}
.press_releases_filters ul li span.button.active,
.press_releases_filters ul li a.button.active{
    background-color: #1388E6;
    color: #fff;
}
.press_releases_filters ul li span.button.active:hover,
.press_releases_filters ul li a.button.active:hover{
    color: #fff;
}
/** list **/
.press_releases_list .post_items_year_container .year h3{
    color: #000;
}
.press_releases_list .post_items_year_container .items_list{
    width: 90%;
    margin: auto;
}
.press_releases_list .post_items_year_container .post_item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
}
.press_releases_list .post_items_year_container .post_item .item_text .post_date{
    font-size: 12px;
    font-weight: 600;
}
.press_releases_list .post_items_year_container .post_item .item_text .post_title{
    font-size: 18px;
    font-weight: 700;
}
.press_releases_list .post_items_year_container .post_item .item_icon{
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.press_releases_list .post_items_year_container .post_item .item_icon.icon_api{
    background-image: url("img/logo_press_release_api.png");
}
.press_releases_list .post_items_year_container .post_item .item_icon.icon_ip{
    background-image: url("img/logo_press_release_ip.png");
}

/********** press release: loop template **********/
.elementor-posts.elementor-grid article .item_icon_container{
    width: 100px;
    max-width: 100px;
}
.elementor-posts.elementor-grid article .item_icon{
    display: inline-block;
    width: 75px;
    min-width: 75px;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.elementor-posts.elementor-grid article .item_icon.icon_api{
    background-image: url("img/logo_press_release_api.png");
}
.elementor-posts.elementor-grid article .item_icon.icon_ip{
    background-image: url("img/logo_press_release_ip.png");
}

/********** rewards catalogue: filter **********/
.rewards_filters_container,
.rewards_filters_container #rewards-filters-search-form{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.rewards_filters_container .filter_label{
    margin-bottom: 20px;
    margin-right: 30px;
}
.rewards_filters_container #rewards-filters-search-form .filter_container{
    margin-right: 30px;
    margin-bottom: 20px;
}
.rewards_filters_container #rewards-filters-search-form .filter_container:last-child{
    margin-right: 0px;
}
.rewards_filters_container #rewards-filters-search-form .filter_container.select_wrapper {
    position: relative;
    width: 250px;
}
.rewards_filters_container #rewards-filters-search-form .filter_container.select_wrapper:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 15px;
    pointer-events: none;
    background-image: url("img/icon_arrow_down_black.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.rewards_filters_container #rewards-filters-search-form .filter_container.select_wrapper select {
    border-radius: 30px;
    border: 1px solid #CECECE;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}
.rewards_filters_container #rewards-filters-search-form .filter_container.select_wrapper::-ms-expand {
    display: none;
}

/********** rewards catalogue: loop template e article **********/
.reward_info_container .reward_subtitle{
    font-weight: bold;
    margin-bottom: 25px;
}
.reward_info_container .reward_code_points{
    display: flex;
    justify-content: start;
}
.reward_info_container .reward_code_points > div{
    padding: 10px;
    margin-right: 20px;
    font-weight: bold;
    width: 75px;
    height: 70px;
}
.reward_info_container .reward_code_points > div > div{
    text-transform: uppercase;
}
.reward_info_container .reward_code_points > .reward_code{
    color: #FD8C2D;
    border: 1px solid #FD8C2D;
}
.reward_info_container .reward_code_points > .reward_points{
    color: #1388E6;
    border: 1px solid #1388E6;
}
.reward_content_container .reward_button{
    margin-top: 25px;
    margin-bottom: 45px;
}
.reward_content_container .reward_button .button{
    background-image: url("img/icon_arrow_right_white.svg");
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 6%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 70px;
}

/********** menu mobile **********/
.ast-mobile-popup-wrapper .ast-mobile-popup-drawer .menu-toggle-close svg.ast-close-svg{
    width: 25px;
    height: 25px;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header {
    min-height: 60px !important;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding-right: 0px !important;
}

@media (max-width: 921px) {
    .ast-hfb-header .ast-builder-menu-mobile .main-header-menu.ast-nav-menu .sub-menu .menu-item .menu-link {
        line-height: 1.4;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/********** page header **********/
body .elementor-section.elementor-top-section.bg_color_orange{
    background-color: #FD8C2D !important;
}
body .elementor-section.elementor-top-section.bg_color_light_blue{
    background-color: #1388E6 !important;
}
body .empty_image_extended_header > .elementor-widget-container > img{
    width: 100% !important;
}
body .empty_image_compact_header > .elementor-widget-container > img{
    width: 85% !important;
}
/********** footer **********/
.footer_container .menu_title.menu-item .menu-link{
    font-size: 16px !important;
    font-weight: 700;
}
.footer_container .menu_title.link_disabled.menu-item .menu-link{
 pointer-events: none;
  cursor: default;
}
/********** custom widgets **********/
.elementor-section.elementor-top-section > .elementor-container > .elementor-column.elementor-col-100 > .elementor-widget-wrap > .elementor-widget.elementor-widget-titolo-e-testo{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.elementor-section.elementor-top-section > .elementor-container > .elementor-column.elementor-col-50 > .elementor-widget-wrap > .elementor-widget.elementor-widget-titolo-e-testo{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.elementor-section.elementor-top-section > .elementor-container > .elementor-column.elementor-col-25 > .elementor-widget-wrap > .elementor-widget.elementor-widget-titolo-e-testo{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/********** offcanvas menu **********/
#ast-mobile-popup .ast-mobile-popup-header #menu-toggle-close .ast-mobile-svg.ast-close-svg{
    width: 25px;
    height: 25px;
}
/** widget selettore lingua, icone, ricerca **/
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area{
    display: flex;
    justify-content: right;
    padding-right: 16px;
    padding-bottom: 15px;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area > section{
    margin-bottom: 0px;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area > section > p{
    margin: 0px;
}
/** selettore lingua **/
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_icl_lang_sel_widget{
    margin-bottom: 0px;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_icl_lang_sel_widget .wpml-ls{
    border: 0px;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_icl_lang_sel_widget .wpml-ls > ul > li > a > br{
    display: none;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_icl_lang_sel_widget .wpml-ls > ul > li > a{
    color: #000;
    font-weight: 600;
    font-size: 0.9em;
}
/** link/icone **/
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_block ul.icons_menu{
    list-style: none;
    margin: 0px;
    padding: 7px;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_block ul.icons_menu > li{
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_block ul.icons_menu .icon_link > .menu-link .menu-text{
    display: none;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_block ul.icons_menu .icon_link > .menu-link::after{
    content: '';
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_block ul.icons_menu .icon_link.icon_service_stations > .menu-link::after{
    background-image: url("img/icon_petrol_pump_black.svg");
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .widget_block ul.icons_menu .icon_link.icon_reserved_areas > .menu-link::after{
    background-image: url("img/icon_user_black.svg");
}
/** cerca **/
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .astra-search-shortcode{
    padding: 7px;
    padding-left: 6px;
    padding-right: 6px;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .astra-search-shortcode{
    color: transparent !important;
}
#ast-mobile-popup .ast-mobile-popup-content .header-widget-area .astra-search-shortcode svg {
    fill: transparent !important;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("img/icon_search_black.svg");
}
#ast-seach-full-screen-form {
    background: rgba(255,255,255,.95);
}
#ast-seach-full-screen-form #close {
    right: 1.1em;
    top: 1.65em;
}
#ast-seach-full-screen-form .ast-icon.icon-close svg{
    fill: #000;
    width: 25px;
    height: 25px;
}
.ast-search-box.full-screen .ast-search-wrapper fieldset {
    border-bottom: 2px solid #000;
}
.ast-search-box.full-screen .ast-search-wrapper .search-field {
    color: #000;
}
.ast-search-box.full-screen .ast-search-wrapper .search-field::placeholder {
    color: #2B2B2B;
}
/** menu **/
#ast-mobile-popup .ast-mobile-popup-content .main-navigation .sub-menu > li > a > .ast-icon:first-child{
    display: none;
}
#ast-mobile-popup .ast-mobile-popup-content .main-navigation li .ast-menu-toggle{
    outline: none;
}


