/*
* Globals
*/

/* Links */
a,
a:visited { color: #222; }

a:focus,
a:hover,
a:active,
a:active:focus {
  color: #008fd5;
  text-decoration: none;
  outline: none;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #e00e16;
  border: .05rem solid #e00e16;
}


/*
* Base structure
*/
html,
body {
  height: 100%;
  background-color: #fff;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  color: #252921;
  /* text-transform: uppercase; */
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  box-shadow: inset 0 0 4rem rgba(0, 0, 0, 0.8);
  /*background: url(assets/img/logo-sitec-energia-torino.png) no-repeat center;*/
  /*background-size: cover;*/
}

.cover-container {
  width: 100%;
  padding: 0 1rem;
  overflow: auto;
  z-index: 1;
  border: 0.5rem solid #2e2f2d;
}

.cover-container:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; left: 0;
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  width: 100%; height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

/*
* Header
*/
.masthead {
  margin-bottom: 1rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .masthead { margin-top: 4rem !important; }
}

@media (min-width: 640px) {
  .masthead { margin-bottom: 2rem; }
}

.site-name,
.site-tagline {
  display: block;
  vertical-align: bottom;
  /* text-indent: -9999px; */
  text-transform: uppercase;
}

.site-name {
  font-size: 2.3rem;
  color: #e31622;
  text-indent: -9999px;
  max-width: 600px;
  min-height: 90px;
  margin: 0 auto;
  background: url(assets/img/logo-sitec-energia-torino.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .site-name { max-width: 450px; }
}

/*@media (min-width: 768px) {
  .site-name { min-height: 110px; }
}*/

.site-tagline {
  display: none;
  max-width: 18rem;
  margin: 0 auto 1rem !important;
  font-size: 1.4rem;
  font-weight: 600;
}

.site-logo {
  z-index: 1;
  max-width: 120px;
  height: auto;
  margin: -1rem auto 0;
}

@media(min-width: 375px) {
  .site-tagline { margin-left: 1rem; }
}

@media(min-width: 768px) {
  .site-tagline { margin-left: 2rem; }
}


/*
* Cover
*/
.cover {
  position: relative;
  padding: 0 1.5rem;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .cover { padding-bottom: 2rem; }
}


/*
* Content
*/
ul.site-contact {
  list-style-type: none;
  margin: 0; padding: 0;
}

ul.site-contact li { margin-bottom: 0.6rem; }

ul.site-contact li.site-address {
  font-weight: 800;
  color: #e00e16;
}

ul.site-contact li.site-address a,
ul.site-contact li.site-address a:visited { color: #e00e16; }

/*ul.site-contact li.site-phone {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
}

ul.site-contact li.site-phone a { font-weight: 600; }*/

ul.site-contact li.site-phone span.call-to-action { text-transform: uppercase; }

ul.site-contact li.site-phone strong {
  display: block;
  font-weight: 500;
}

ul.site-contact li i {
  margin-right: 0.5rem;
  font-size: 80%;
}

ul.site-contact li.site-address i { vertical-align: 1.5px; }

ul.site-contact li.site-phone i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 639px){
  ul.site-contact li { margin-bottom: 1rem; }

  ul.site-contact li i {
    display: block;
    margin: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 767px){
  ul.site-contact li.site-address { font-size: 0.9rem; }

  ul.site-contact li.site-email { font-size: 0.9rem; }
  
  ul.site-contact li.site-phone { font-size: 1rem; }
}

/* Site Social */
ul.site-social {
  margin: 0; padding: 0;
  margin-top: 2rem;
  list-style-type: none;
}

ul.site-social li {
  display: inline-block;
  position: relative;
  width: 40px; height: 40px;
}

ul.site-social li a {
  position: absolute;
  top: 0; left: 0;
  width: 40px; height: 40px;
  text-indent: -9999px;
}

ul.site-social li i {
  position: absolute;
  top: 0; left: 0;
  width: 40px; height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  text-indent: 0;
  color: #fff;

}

ul.site-social li.site-facebook i {
  font-size: 18px;
  background-color: #4267b2;
}

ul.site-social li.site-instagram i { background-color: #cd486b; }


/*
* Footer
*/
.mastfoot,
.mastfoot a,
.mastfoot a:visited {
  color: #fff;
}

.mastfoot {
  position: relative;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  background-color: #e00e16;
}

.site-info,
.site-credits,
.site-rea,
.site-piva {
  /* display: none; */
  font-size: 55%;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .site-info,
  .site-credits,
  .site-rea,
  .site-piva { font-size: 60%; }
}

.site-rea:before,
.site-piva:before {
  display: inline-block;
  content: "•";
  color: #fff;
  margin-right: 5px;
  vertical-align: 1px;
}