/*
Theme Name: Generatepress Child
Theme URI: https://phisiquedurole.com/generatepress-child
description: >-
  Generatepress Child
Author: Paolo Romano
Author URI: https://promano.it
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: generatepress-child
*/

@import url("../generatepress/style.css");
@media only screen and (min-width: 1025px){
	#pr_btn_form_offerte_promozioni{
		margin-left: -30px !important;
	}
}

#ps_offerte .elementor-container{
    flex-direction: column;
}
#ps_offerte .eael-tabs-content section .elementor-col-20{
    width: 100% !important;
}


@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    #ps_offerte .elementor-container{
        flex-direction: column;
    }
    #ps_offerte .eael-tabs-content section .elementor-col-20{
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
   
    /* offerte di lavoro */
    #ps_offerte .eael-tabs-content section .elementor-col-20{
        width: 100% !important;
    }
}

.ps_b_img{
	width: 30px !important;
	margin-right: 5px !important;
}

.dialog-close-button{
    text-decoration: none !important;
    color: white;
}

#ps_correlati .e-loop-item .elementor-top-column{
    height: 445px;
}

#ps_correlati .e-loop-item .elementor-top-column .elementor-widget-image{
    height: 240px;
}

.ps_link_privacy_white, .ps_link_privacy_white:hover{
    color: white !important;
}

.ps_link_privacy_blue, .ps_link_privacy_blue:hover{
    color: #004CAC !important;
}



@media only screen and (max-width: 767px) {

    /* offerte di lavoro */
    #ps_offerte .eael-tabs-content section .elementor-col-20{
        width: 100% !important;
    }

    #pr_btn_form_offerte_promozioni{
        margin-top: 5px;
    }

    #ps_correlati .e-loop-item .elementor-top-column .elementor-widget-image{
        height: 285px;
    }

    #ps_correlati .e-loop-item .elementor-top-column{
        height: 460px;
    }
}