#themehunk-boxes #mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#8a8a8a;
  display:none;
  width:100%;
  height:100%;
}  
#themehunk-boxes .window {
  position:fixed;
  left: 0;
    right: 0;
    margin: 0 auto;
  top:18%;
  display:none;
  z-index:9999;
  border-radius:0px;
  text-align: center;
}
#themehunk-boxes #dialog {
 width: 100%;
max-width:800px;
height: 450px;
background-color: #f8f8f8;
-webkit-box-shadow: 0px 2px 18px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 2px 18px 0px rgba(82,82,82,1);
box-shadow: 0px 2px 18px 0px rgba(82,82,82,1);
 }
.maintext{
	text-align: center;
}
#themehunk-boxes .thmk-img{
width:30%;
float:left;
display:block;
}

#themehunk-boxes .thmk-img img{
max-width:100%;
height:450px;
}
#themehunk-boxes .thmk-content h2{
color:#111;
font-size:30px;
margin:20px 20px;
padding: 0px;
}
#themehunk-boxes .thmk-content{
padding:0px;
width: 70%;
text-align:center;
max-height: 450px;
overflow-y: auto;
float:left;
display:inline-block; 
}
#themehunk-boxes .thmk-content form{
margin-bottom:0;  
}
#themehunk-boxes .thmk-content h3{
font-size:36px;
margin:0;
line-height:36px;
color:#343434;
}
#themehunk-boxes .thmk-content p.sub-title{
color:#444;
font-size:14px;
line-height:22px;
margin-top: 0px;
margin-bottom: 25px;
margin-left:20px;
margin-right: 20px;
}
#themehunk-boxes .thmk-content p{
color:#444;
font-size:14px;
line-height:22px;
margin-top: 20px;
margin-bottom: 20px;
margin-left:20px;
margin-right: 20px;
}

/*#themehunk-boxes .view-form {
background:transparent;
color:#bfbfbf;
font-size:13px;
text-decoration:none;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
    padding: 10px 12px;
    letter-spacing: 1px;
    margin-top:10px;
    margin-right: 5px;
    line-height: 10px;
        display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}*/
#themehunk-boxes .view-form{
    background:#080808;
    color:#fff;
    font-size: 12px;
    text-decoration: none;
    border:0px;
    border-radius:0px;
    padding: 14px 11px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 15px;
    line-height:15px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}
#themehunk-boxes .view-form.button1{
    background:#080808;
    color:#fff;
  }

#themehunk-boxes .view-form.button2{
    background:rgb(46, 230, 189);;
    color:#000;
    font-weight:600;
  }  
#themehunk-boxes .view-form.button1:hover,
#themehunk-boxes .view-form.button2:hover {
    background-color: #f7a205;
    color: #fff;
}

#themehunk-boxes .close::before{
font-family: FontAwesome;
   content: "\f00d";
   display: inline-block;
   font-size:18px;
   color:#fff;  
   opacity:1; 
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#themehunk-boxes .close{
position: absolute;
    right: -22px;
    top: -22px;
    box-shadow:none;
    height:24px;
    width:24px;
    line-height: 24px;
    border-radius:0;
    background:transparent;
    opacity: 0.8;
    font-size: 100%;
    font-weight: normal;
}
#themehunk-boxes .close:hover{
    opacity:1;
}
/*#themehunk-boxes .close img{
width:26px;
height:26px;
}*/
.thmk-content::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:0px;
  background-color: #eee;
}

.thmk-content::-webkit-scrollbar
{
  width: 6px;
  background-color: #eee;
}

.thmk-content::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ddd;
}
#dialog .leadform-show-form label,
#dialog .leadform-show-form span {
text-align:left;
}
#dialog .leadform-show-form ul li {
    list-style-type: none;
}
#dialog .leadform-show-form span.lfb-date-icon {
   text-align:center;
}
@media (max-width: 768px){
#themehunk-boxes{display:none;}
}