/*
Theme Name: 	Instant Web Tools Child
Theme URI: 		http://lyndonabing.net/
Author: 		Lyndon Abing
Author URI: 	http://lyndonabing.net/
Description:	Child Theme for Instant Web Tools - Premium WordPress Theme
Template:		iwt
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


#team{

}

#team .profiles{
border: solid 1px #000;
}

#team .profiles{

}

#team .profiles .name{
border: solid 1px #000;
display: block;
}

#team .profiles .description{
	border: solid 1px #000;
}

#contact{
	color: #ffffff;
}

.sgpb-popup-dialog-main-div .profile-description{
	padding: 50px;
	background-color: red;
	width: 50%;
}

.sgpb-popup-dialog-main-div{
	border: solid 50px #000;
}

.responsive-table{
	border: solid 05px #000;

}

.responsive-table .wpcf7-submit{
width: 100%;
}

.send-quote{
border: solid 2px #000;
width: 100%;
display: block;
}

form input[type="text"], form input[type="email"], form input[type="number"],  textarea{
	border-radius: 5px;
	border: solid 1px #0001FF;
	background-color: transparent;
}

.wpcf7-textarea{
	border: solid 1px #0001FF;
	background-color: transparent;
}

#responsive-table table {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border: 0;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  border: 0;
}

table tr {
  /*background-color: #f8f8f8;*/
  background-color: none;
  border: 0px solid #ddd;
  padding: .35em;
  border: 0;
}

table th,
table td {
  padding: .625em;
  text-align: left;
  border: 0;
}

table th {
  font-size: .85em;
  letter-spacing: .0em;
  text-transform: uppercase;
  border: none;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    border: 0;
  }
  
  table tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: .625em;
    border: 0;
  }
  
  table td {
    border-bottom: 0px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    border: 0;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}