/*
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");


/* PR - Border radius video hp nuovo sito 27 4 23 */ 

div.site-content{
	background-color: white;
}

.video-section{
	border-radius: 0px 0px 60px 0px !important;
	overflow: hidden !important;	
}

.link_footer{
	color: white;
}

.link_footer:focus{
	color: white;
}

.link_footer:hover{
	color: skyblue;
}

.link_footer2:focus{
	color: #3062AC;
}

.link_footer2:hover{
	color: #F1CA56;
}
	
.gs_color_yellow{ 
	color: #F1CA56 !important;
	font-style: normal !important;
	font-weight: bold !important;
}

.gs_color_blue{ 
	color:#2355A1 !important;
	font-style: normal !important;
	font-weight: bold !important;
}

.link_text:hover{
	color: #F1CA56 !important;
}

.gs_bgtext{
	color: #FFFFFF;
	background-color: #60ba46 !important;
	border-radius: 6px;
	padding: 5px;
}

.gs_bluetext{
	color: #19365C;
	font-style: normal !important;
}

/* PR - Per Biagio: nascosto div immagine in evidenza - 7 7 26 */
.featured-image{
	display: none !important;
}