/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/*Font Color*/

.shapely_home_parallax img.cast-shadow {
    box-shadow: none;
}
/*black text in project */
.shapely-content.dropcaps-content p 
{
	color:#000
}
/* remove theme credit*/
.site-info.col-sm-6 {
    display: none;
}
/*3 projects*/
.shapely_home_portfolio .col-md-3.masonry-item.project {
width: 33%;
position: static !Important;
padding: 50px;
}

/* team image size */
.shapely_home_clients li img {
    max-height: 250px;
}

.testimonial-content {
    height: 500px;
}
/* override form sizes */
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-number, .wpcf7-form textarea, .wpcf7-form .wpcf7-captchar, .wpcf7-form .wpcf7-date {
width: auto !important;
}

/*.entry-title a {
    color: #fff;
}
h1.entry-title {
    color: #fff;
}
*/
#bulb {
background-image: url('https://illuminateip.com/wp/wp-content/uploads/2017/06/lampoff.png');
height: 75px;
width: 75px;
}

#bulb:hover {
background-image: url('https://illuminateip.com/wp/wp-content/uploads/2017/06/lampon.png');
}

/* hover images */
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 200px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 200px;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}
/* background on home only */
.home { background-image: url("https://illuminateip.com/wp/wp-content/uploads/2017/05/iStock_000028962152Medium.jpg"); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }

.post-content .shapely-category { display: none; }
.entry-header img { display: none; }

/* unvisited link 
a:link {
  color: #dd9933;
}*/

/* visited link */
a:visited {
  color: #af5700;
}

/* mouse over link */
a:hover {
  text-decoration: underline;
}

/* footer link hover */
.site-footer a:hover { color: #af5700; }

/* custom second button color */
.btn.btn-lg.btn-white:hover {
background-color: #dd9933;
	border-color: #000000;
}

/* contact form button color */
#Button1
{
	color:white;
	background-color: #dd9933;
	border-color:white;
}
#Button1:hover {
	background-color: #af5700;
}

/*drop down menu color */
.menu > li > ul li a:hover, .dropdown-menu > .active > a:hover {
    background: #dd9933;
}

/* Remove meta data */
.entry-meta { display: none; }

