/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.wp7-two-columns {
  display: flex;
  gap: 20px;
}

.wp7-two-columns .column {
  flex: 1;
}

.wp7-privacy {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.wp7-privacy span.wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.wp7-privacy br {
  display: none; /* Nasconde eventuali <br> */
}

.wp7-privacy a {
  text-decoration: underline;
  color: #0073aa;
}

.wp7-privacy a:hover {
  color: #005177;
}

.wp7-privacy p {
  display: flex;
}
.wp7-privacy p span {
  padding-right: 3px;
}

