/*
logicalit.com css newsletterpopup module 
*/
.fancybox-overlay {
       background: rgba(0, 0, 0, 0.8)  !important;
}

.popupnews-wrapper {
	max-width:580px;
	width:95%;
	margin:0 auto;
	position:relative;
}
#popupnews-form input[type="email"],
#popupnews-form button[type="submit"] {
	
}
#popupli {
       padding: 10px;
}
#popupnews-form {
	background: #FFF;
        padding: 20px 35px;
        text-align: center;
        color: #333;
}

#popupnews-form .news_title_1, #popupnews-form .news_title_2, #popupnews-form .news_title_3 {
	margin: 0 0 22px 0;
        text-align: center;
        font-family: "Bahnschrift Condensed";
        font-size: 60px;
        line-height: 1;
        color: #333;
}

#popupnews-form .news_title_1 {
    font-size: 22px;
    text-transform: uppercase;
}

#popupnews-form .news_title_2  {
	font-size:18px;
        margin-bottom: 30px;
        text-transform: uppercase;
}

#popupnews-form .news_title_3  {
    font-size: 15px;
    color: #b7b7b7;
}

#popupnews-form input[type="email"] {
	width: 100%;
       border-width: 2px;
       border: 2px solid #a9a9a9;
       height: 50px;
       line-height: 50px;
       padding: 0 20px;
       font-size: 18px;
       outline: none;
       border-radius: 0;
       background: none;
       box-shadow: none;
       margin: 20px 0 10px 0;
}
#popupnews-form button[type="submit"] {
       width: 100%;
       cursor: pointer;
       background: #333 !important;
       height: 50px;
       color: #FFF;
       border: none;
       outline: none;
       padding: 0;
       font-weight: 400;
       font-size: 20px;
       margin: 0 0 20px 0;
}
#popupnews-form button[type="submit"]:hover  {
       background: rgba(0,0,0,0.75) !important;
}

#popupnews-form input[type="email"]::-webkit-input-placeholder, #popupnews-form input[type="email"]::-webkit-input-placeholder, #popupnews-form input[type="email"]::-webkit-input-placeholder {
    color: #9d9d9d;
    text-align:center;
}

#popupnews-form input:focus {
	outline:0;
	border:2px solid #000;
}
#popupnews-form .error  {
        color: red;
        font-size: 12px;
}

#popupnews-form p {
       margin: 0 0 10px 0;
}

#popupnews-form .closefancybox  { 
    color: #333;
    text-decoration: none;
    font-size: 18px;
}
#popupnews-form .closefancybox a:hover { 
  text-decoration: underline;
}

@media (max-width:400px) {
  #popupnews-form {
    background: #FFF;
    padding: 22px 20px;
  }
  #popupnews-form input[type="email"] {
    font-size: 13px;
  }
  #popupnews-form .news_title_1 {
       font-size: 36px;
  }
  #popupnews-form .news_title_2 {
       font-size: 22px;
       margin-bottom: 24px;
  }
  #popupnews-form .news_title_3 {
    font-size: 17px;
  }
}

@media (max-width:320px) {
  #popupnews-form {
    padding: 22px 15px;
  }
  #popupnews-form input[type="email"] {
    font-size: 12px;
  }
  #popupnews-form .news_title_1 {
       font-size: 30px;
  }
}