/*
Theme Name: Darkwhite Child Theme
Version: 1.0
Author: Your Name
Author URI: http://www.yoursite.com/
Template: Darkwhite
*/


/* @group Imports
============================================================ */

@import url(../Darkwhite/style.css);

/* @end */

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
}

.overlay-content {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
	z-index:9;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  /*float: left;*/
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.hs-email{
    margin:0 auto;
       /* border-bottom: 5px solid #000;*/
    margin-bottom: 50px;
    padding:24px 10px 30px 10px;
    background:#eee;
}

.hubspot-link__container.sproket{
    display:none;
}

#searchform input#s {
    width: 310px;
	border-radius: 4px;
	margin-top:100px;
}

@media only screen and (max-width: 480px){
.main-logo{
width:120px;}
}