/** Header image resize for mobile**/
.header-image .site-title a { 
  background-size: contain !important;
}

/*gap between header and slide show, controlled by the margin*/
.head-wrap {
  background: #303236;
  margin: 0 0 0;
}

/*gap between slide show and news, controlled by padding*/
.welcome-wide .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 30px;
  /*width: 1140px;
  */;
}

/*margin for content is removed*/
.welcome-wide .widget {
  margin: 10px 0 0px;
  overflow: hidden;
}

.welcome h4 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
}

/*gap between news and latest machines, controlled by padding, 
reduced to 30px from 120px*/
.home-feature-bg .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 30px;
  /*width: 1140px;
  */;
}

/*margin for content is removed, was 20px?*/
.home-feature-5 .widget {
  margin: 0 0 0px;
  overflow: hidden;
}

/*gap between latest machines and Unlimited Gaming Options, 
controlled by padding, reduced to 30px from 120px*/
.home-feature-bg-dark .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 30px;
  /*width: 1140px;
  */;
}

/*margin between text content and pictures is adjusted to 30px (was 40px)*/
.home-feature-3 .widget {
  margin: 0 0 30px;
  overflow: hidden;
}

/*gap between Unlimited Gaming Options and Join our Community, 
controlled by padding, reduced to 30px from 120px*/
.home-feature-bg-alt .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 30px;
  /*width: 1140px;
  */;
}

/*padding for copyright (footer)*/
.site-footer .wrap {
  padding: 12px 12px;
}

/*----------customise welcome text to align to left------*/
.textwidget #h1content {
  text-align: left;
}

.welcome-features p {
  color: #fff;
}

.welcome-features .entry-title a {
  color: #fff;
}

.entry-title {
  font-size: 20px;
  padding: 0 10px;
}

.pt-cv-content {
  text-align: left;
}

body {
  font-size: 15px;
}

img.centered, .aligncenter {
  display: block;
  margin: auto;
}

/*----- perfect contact form 1, centering the form, change button color -----*/
#pwebcontact1_box {
  margin: 0 auto;
  padding-left: 10%;
}

#pwebcontact1_form button, #pwebcontact1_form .btn {
  color: white;
}

/*-------- css for new product page ----*/
.blueH2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #233A7A;
  /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#233A7A, #165CA9);
  /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#233A7A, #165CA9);
  /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#233A7A, #165CA9);
  /* For Firefox 3.6 to 15 */
    background: linear-gradient(#233A7A, #165CA9);
  /* Standard syntax (must be last) */;
}

.productRangeTable {
  min-width: 80%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 10px auto;
  font-size: 14px;
  padding: 10px 0px;
}

.productRangeTable td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px;
}

.productRangeTable th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px;
}
@media only screen and (max-width: 500px){
.productRangeTable td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px;
  display: table-cell !important;
}
}
.productRangeTable img {
  max-height: 150px;
  max-width: 150px;
}

tr.productRangeTableTitleRow {
  background-color: #35f;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}

th.productRangeTableBlueth {
  font-style: bold;
  color: #35f;
  text-transform: uppercase;
}

/*--  where to buy --*/
.nowrapul {
  white-space: nowrap;
}

.nowrapul ul {
  list-style: none !important;
  display: inline;
  padding: 0 5px;
}

.nowrapul li {
  list-style: none !important;
  display: inline;
  padding: 0 5px;
}
@media only screen and (max-width: 500px){
  .nowrapul {
    white-space: normal;
  	text-align: center;
	}
  .nowrapul li {
  list-style: none !important;
  display: block;
  margin: auto !important;
}
}
/* product description, buttons*/
.fullwidthbutton {
  width: 100%;
}

.product_info_sheet {
  margin: 0 40px;
}

.product_info_sheet td {
  padding-right: 5px;
  padding-bottom: 2px;
  height: 32px;
  white-space: nowrap;
}

@media only screen and (max-width: 500px){
  .fullwidthbutton {
    width: 100%;
  }

  .product_info_sheet {
    margin: 1% 1%;
    width: 98%;
  }

  .product_info_sheet td {
    padding-right: 2%;
    padding-bottom: 2%;
    height: 100%;
    white-space: nowrap;
    display: block;
  }
  .product_info_sheet span{
  	padding: 0 2%;
  }
	
  #firmware_version_row{
  	/*display:none;*/
  }
}

/*-- warranty and support of new product page--*/
.supportTable {
  margin: 0 auto;
  /*border: 1px solid #ccc;
  border-collapse: collapse;
  */
  color: white;
  width: 90%;
}

.supportTable td {
  background: #233A7A;
  /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#233A7A, #165CA9);
  /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#233A7A, #165CA9);
  /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#233A7A, #165CA9);
  /* For Firefox 3.6 to 15 */
    background: linear-gradient(#233A7A, #165CA9);
  /* Standard syntax (must be last) */;
}

.supportTable p {
  margin: 12px 0px;
}

.supportTable img {
  height: auto;
  width: 100%;
}

.narrowColumn {
  margin: 0 auto;
}

td.textDescriptioninSupportTable {
  padding: 5px 15px;
}

span.subTitleinSupportTable {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 5px 0;
}

/* The Modal (background) pop up contact form */
.mymodal {
  display: none;
  /* Hidden by default */
    position: fixed;
  /* Stay in place */
    z-index: 1;
  /* Sit on top */
    left: 0;
  top: 0;
  width: 100%;
  /* Full width */
    height: 100%;
  /* Full height */
    overflow: auto;
  /* Enable scroll if needed */
    background-color: rgb(0,0,0);
  /* Fall-back colour */
    background-color: rgba(0,0,0,0.4);
  /* Black w/ opacity */
    z-index: 1000;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  /* 15% from the top and centred */
    padding: 30px 50px;
  border: 1px solid #888;
  width: 48%;
  /* Could be more or less, depending on screen size */;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

span.panel-title-text {
  font-size: 26px;
  font-weight: 600;
}

@media only screen and (max-width: 500px){
	.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 2% 5%;
  border: 1px solid #888;
  width: 98%;
}
}

@media screen and (max-width: 767px){
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
}

/****** Overloaded styling of WooSlider slide, used to remove unwanted margen around slides *****/
body .wooslider .slide-content { 
  margin:0px;
}

/****** Overloaded styling of WooSlider slide, used to remove unwanted margen around slides *****/
.wooslider { 
  border:0;
}

/****** *****/
.widget-wrap { 
  overflow:hidden;
}


/****** Added to fix colour issue on slider titles *****/
body .overlay-none .slide-title a {
  color:black;
}

/****** Added to fix colour issue on news articles list *****/
body .su-posts .su-post-title a:hover {
  color:black;
}

/****** Added to fix background color issue on home page slider *****/
body .slider-wide {
 background-color: #303236;
}

body .wooslider-control-nav a {
 background-color:#fff; 
}