/*
Theme Name:Coburn Systems
Theme URI: http://suttonsilver.co.uk/
Author URI: http://suttonsilver.co.uk/
Description: 
Version: 1.2
Author: Sutton Silver
*/

/*wordpress specific classes*/
/* =WordPress Core
-------------------------------------------------------------- */

.gfield_radio input{
	width:auto !important;
	height:auto !important;
display:inline !important;
    margin: 0 5px !important;
}
.gfield_radio li{
	display:inline !important;
    margin: 0 10px;
}




/*LIGHTBOX STYLE*/
.lightbox {
  display:none;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
}
.lightbox .lightbox-video {
    width:100%;
    padding-bottom:56%;
  }
  

  
.lightbox img {
    display:block;
    margin:0 auto;
  }
  
.lightbox .lightbox-close {
    position:absolute;
    display:block;
    top: 10%;
    right: 30%;
    color:#ffffff;
    font-size:26px !important;
    height: 50px !important;
    width: 50px !important;
    background: rgba(255,255,255,0.3) !important;
    border: 3px solid #ffffff !important;
    border-radius: 50% !important;
    line-height:48px !important;
    text-align:center;
    padding: 0 !important;
}
    .lightbox .lightbox-close:hover {
      text-decoration: none;
    }

  
 .lightbox .lightbox-container {
    /*max-width: 1024px;
    margin:100px auto 25px;*/
     margin:10% 20%;
  }
