/*
  Theme Name:   SoftplaceWeb Child
  Theme URI:    https://www.softplaceweb.com
  Description:  SoftplaceWeb is a starter blank Wordpress theme inspired by Elementor page builder. Header, footer, sidebar and navigation controlled by Elementor  
  Author:       Marco Barbera
  Author URI:   http://www.marcobarbera.com
  Template:     softplaceweb
  Version:      2.0.0
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         child-theme, light, one-columns, custom-header, custom-menu, responsive-layout, footer-widgets, full-width-template, featured-images
  Text Domain:  softplaceweb-child
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* Ricerca */

/* Search Pro */

form.searchandfilter {
	text-align: center;
	width: 100%;
}

.searchandfilter input[type="submit"] {
    background-color: #005A93 !important;
	border: 1px solid #005A93 !important;
    padding: 12px 15px !important;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em !important;
	text-transform: uppercase;
	cursor: pointer;
}

.searchandfilter input[type="submit"]:hover {
    background-color: #FFF !important;
	color: #005A93!important;
	font-weight: 600 !important;
}

.searchandfilter input[type="text"] {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.searchandfilter select, .searchandfilter input {
    padding: 12px 10px !important;
    min-height: 30px !important;
    font-size: 14px !important;
	width:175px;
}

.searchandfilter ul {
    margin: 0;
    padding: 0;
}

.searchandfilter ul li {
    padding: 7px 0 !important;
    text-align: center;
    display: inline-block;
    margin: 0 5px 10px 5px;
}

/* Area Download */

.div-download-file {
    padding: 15px;
}

.div-download-file .table-attached-file {width: 100% !important;}

.div-download-file .table-attached-file+.table-attached-file {margin-top: 20px;}

.div-download-file .td-type-icon {
	width: 20%;
	text-align: left;
}

.div-download-file .td-file-name {
    width: 60%;
    text-align: center;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.div-download-file .td-file-name a, .div-download-file .td-file-name a:hover {
	color: #000000 !important;
}

.div-download-file .td-download-icon  {
	width: 20%;
	text-align: right;
}

.div-download-file .td-download-icon img  {
	width: 40px;
	height: 40px;
}

.div-download-file .td-download-icon img:hover  {
	opacity: 0.7;
}

.div-download-file .empty-text {
	color: #aaa;
	padding: 0 20px 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
}

/* Commenti tecnici */

.div-commenti-normativa .table-attached-file {width: 100% !important;}

.div-commenti-normativa .table-attached-file+.table-attached-file {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #f3f3f3;
}

.div-commenti-normativa .td-type-icon {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
}

.div-commenti-normativa .td-type-icon  img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 3px solid #f3f3f3;;
}

.div-commenti-normativa .td-file-name {
	width: 100%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.div-commenti-normativa .info {
	width: 100%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px;
}

.div-commenti-normativa .titoletto {
	color: #005A93;
	font-weight: 600 !important;
}

.div-commenti-normativa .td-file-name a, .div-commenti-normativa .td-file-name a:hover {
	color: #000000 !important;
}

.div-commenti-normativa .td-commento {
	width: 100%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0 20px;
}

.div-commenti-normativa .td-commento p {
	margin: 20px 0 0;
}

/**/

.files .empty-text {padding: 0 10px;}

/**/

.elementor-pagination {
    text-align: center;
    margin: 60px 0 20px;
}

/* Add here styles for all display widths  */

@media all and (max-width: 767px) {
  /* Styles for mobile phones  */  
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* Styles for tablets  */ 
}
@media all and (min-width: 1025px) {
  /* Styles for desktops  */  
}