*{
  box-sizing: border-box;
}
#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 .window {
 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:45%;
float:left;
display:block;
}
#themehunk-boxes .thmk-img img{
max-width:100%;
height:450px;
}
#themehunk-boxes .thmk-content h2{
    color: #111;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px 0;
    letter-spacing: .01em;
    padding: 0px;
}
#themehunk-boxes .thmk-content{
    padding: 15px;
    width: 55%;
    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:16px;
line-height: 29px;
margin: 0 0 15px 0;
}
#themehunk-boxes .thmk-content p{
  color:#444;
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0 15px 0;
}

/*#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:#111;
    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: -5px;
    top: -5px;
    box-shadow:none;
    height:24px;
    width:24px;
    line-height: 24px;
    border-radius:0;
    background:#fff;
    border-radius: 50%;
    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;
}
#themehunk-boxes .leadform-show-form{
  width: 100%;
  max-width: initial;
}
#themehunk-boxes .leadform-show-form .lead-form-front{
  padding: 0;
}
#themehunk-boxes .leadform-show-form input[type="submit"]:hover{
  text-decoration: none;
}
#themehunk-boxes .leadform-show-form input[type="submit"]{
  width: 100%;
}
#themehunk-boxes .leadform-show-form input[type="submit"]{
  border-radius: #fff;
}
#themehunk-boxes .window input{
  border-radius: 3px;
}
#themehunk-boxes .window input:focus,
#themehunk-boxes .window .leadform-show-form textarea:focus{
  outline: 0;
}
#themehunk-boxes .leadform-show-form div.lf-field{
  margin-bottom: 15px;
}
#themehunk-boxes #dialog {
    width: 100%;
    max-width: 660px;
    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);
}

@media screen and (max-width: 550px){

}

@media screen and (max-width: 768px){ 
  #themehunk-boxes #dialog {
    width: 85%;
  }
  #themehunk-boxes .close {
    right: 3px;
    top: 6px;
    }
#themehunk-boxes #dialog {
    display: flex;
    flex-direction: column;
   height: 570px;;
}
#themehunk-boxes .thmk-content h2 {
    font-size: 21px;
    line-height: 32px;
}
#themehunk-boxes {
    display: block;
} 
#themehunk-boxes .thmk-content {
    width: 100%;
}
#themehunk-boxes .thmk-img img {
    max-width: 100%;
    height: 100px;
}
#themehunk-boxes .thmk-img {
  width: 100%;
    float: initial;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #a4b4ca;
}
#themehunk-boxes .window {
    top: 5%;
    max-width: 90%;
} 
#themehunk-boxes .thmk-content p.sub-title,
#themehunk-boxes .thmk-content p{
font-size: 15px;
line-height: 26px;
}
}