@charset "UTF-8";

/*
Theme Name:     Blockchain Child
Theme URI:      http://www.romacondomini.com/2018/wp-content/themes/blockchain-child/
Description:    Tema Child per il tema Blockchain
Author:         Cristiano Cupelli
Author URI:     http://www.cristianocupelli.it
Template:       blockchain
Version:        1.3.2
License: 	GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
*/

.head-sticky.is-stuck {
  background-color: rgba(35, 40, 45, 0.9);
  border-bottom: 20px double rgba(35, 40, 45, 0.9);
}

.head-sticky.is-stuck.over-background {
  background-color: rgba(35, 40, 45, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 30px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  color: #CDCDCD;
}

input,
textarea,
select {
  display: inline-block;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 6px 8px;
  line-height: normal;
  border: 1px solid #ebebeb;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  font-family: inherit;
  color: #585858;
  -webkit-transition: border-color .18s ease;
  transition: border-color .18s ease;
  box-shadow: 0 0px 0 #f3f3f3;
}

.informativa {
  font-size: 12px !important;
  color: #525252;
  line-height: 6px;
}

.metaform {
  display: inline-block;
  width: 48%;
}

@media (max-width: 791px) {
  .metaform {
    display: inline-block;
    width: 100%;
}
  }

.quartoform {
  display: inline-block;
  width: 24%;
}

@media (max-width: 791px) {
  .quartoform {
    display: inline-block;
    width: 80%;
}
  }

.ottavoform {
  display: inline-block;
  width: 24%;
}

@media (max-width: 791px) {
  .ottavoform {
    display: inline-block;
    width: 80%;
}
  }

.page-hero::before {
  background-color: transparent;
}

.mobile-nav-trigger {
  color: #2881AA;
}

.mm-panels {
	background: #2881AA;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 1);
}

.mm-close:after {
	content: 'x';
	font-size: 24px;
	font-weight: 700;
	color: red;
	text-shadow: 2px 0 18px rgba(0, 0, 0, 0.7);
}

.mm-menu {
	background: #237398;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 1);
}
