/*! 
 * PhotoSwipe Default UI CSS by Dmitry Semenov 
 * photoswipe.com | MIT license 
 * 
 * modifiyed by @Edtronix-LABs
 * date  : 2017-05-10_01
 * tag   : #mark
 */

/* 
input[type="text"],
input[type="email"] {
   font-size: 18px;
   line-height: 25px;
   height: 32px;
   width: 250px;
   border: 1px #d0d0d0 solid;
   margin: 0 0 10px 0;
   padding: 4px;
}

.wp-signup {
   background: #EEE;
   padding: 50px;
}

.row--wp-signup h2 {
   font-size: 26px;
}

input[type="submit"] {
   font-size: 15px;
   line-height: 25px;
   width:auto;
   border: 0;
   padding: 4px 16px;
   border-radius: 2px;
   background: #565656;
   color: #FFF;
   height: 33px;
   margin-left: 5px;
   margin-bottom: 10px;
   -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   cursor: pointer;
}

input[type="submit"]:hover {
   background: #777;
}
      
input[type="submit"]:active {
   background: #444;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
}
 
*/