/*
Theme Name: Barche Magazine 2020
Author: Greylab Team
Author URI: https://www.greylab.it/
Description: Barchemagazine - theme
Version: 1.0.7
Text Domain: barche
*/


#main-container{
  background: #ffffff;
}


.preview-big{
  color: #000!important;
}
@media screen and (min-width: 992px) {
  .preview-big{
      color: #fff!important;
      text-shadow: -1px 1px 0px #08273E;
  }
}

.preview-big a{
  color: #000!important;
}
@media screen and (min-width: 992px) {
  .preview-big a{
    color: #fff!important;
  }
}
.preview-big a.preview-img-cnt{
  display: block;
  padding: 0;
  position: relative;
}
.preview-big a.preview-img-cnt::after{
  content:'';
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width: 100%;
}
.form-newsletter input[type="text"],.form-newsletter input[type="email"]{
	display: block;
    width: 100%;
    height: calc(1.3em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.form-newsletter input[type="text"]:focus,.form-newsletter input[type="email"]:focus{
	color: #495057;
    background-color: #fff;
    border-color: #176eaf;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(8 39 62 / 25%);
}
.form-newsletter input[type="submit"]{
	color: #fff;
    background-color: #08273E;
    border-color: #08273E;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 0px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	text-align: center;
    vertical-align: middle;
	display: inline-block;
    font-weight: 700;
}
.form-newsletter input[type="submit"]:hover{
	color: #fff;
    background-color: #04121c;
    border-color: #020b11;
}
.form-newsletter input[type="submit"]:focus{
	color: #fff;
    background-color: #04121c;
    border-color: #020b11;
    box-shadow: 0 0 0 0.2rem rgb(45 71 91 / 50%);
}