/**
 * Theme Name: Design Scuole Italia - Child
 * Template:   design-scuole-wordpress-theme-main
 */

/* top menu custom voices */
#sub-nav .nav-container .nav-list-secondary li {
  font-weight: 600;
}

/* Big fonts were too big! */
section .big-data > p,
section .big-data-rounded .big-data-rounded-content > p {
	font-size: 4.5rem;
}
section.big-quote-wrapper {
	min-height: 450px;
}
section .big-quote.big-quote::after, 
section .big-quote.big-quote::before {
  width: 60px;
  height: 60px;
}
section .big-quote .h2, section .big-quote h2 {
	font-size: 4rem;
	padding: 60px 0 60px 0;
}
section .big-quote.big-quote-secondary::after, 
section .big-quote.big-quote-secondary::before {
  width: 30px;
  height: 30px;
}
section .big-quote .h3, section .big-quote h3 {
	font-size: 2rem;
	padding: 30px 0 30px 0;
}

/* hide author in cards */
.card .card-comments-wrapper {
 display: none;	
}
/* adjust image in cards */
.card.card-vertical-thumb .card-body .card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* buttons in slides (scuola - storia) */
.splide__slide a.btn:focus {
  display: inline-block;
}
/* images in slides (scuola - gallery) */
.splide__slide .gallery-item figure {
  height: 100%;
}
.splide__slide .gallery-item figure img {
  height: 100%;
  object-fit: cover;
}

/* Contact Form 7 */
/* button color: petrol */
.wpcf7-form input[type=submit] {
	color: #fff;
	background-color: #51758d;
	border-color: #51758d;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	font-family: "Titillium Web",Geneva,Tahoma,sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: .75em 1.5em;
}
.wpcf7-form input[type=submit]:hover {
	color: #fff;
	background-color: #436175;
	border-color: #3e5a6d;
}
.wpcf7-form input[type=submit].focus,
.wpcf7-form input[type=submit]:focus {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(178,29,208,.5);
}
.wpcf7-form select {
min-width: 27.5em;
}
