.blueimp-gallery > .prev, .blueimp-gallery > .next,.blueimp-gallery > .close{
  color: #fff !important;
}

@media (max-width: 1200px) {
  /*body{font:300 13px/13px Roboto,Arial,Helvetica;}*/
  
  .grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
  figure.effect-oscar figcaption{padding: 12%;}
  figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

}

@media (max-width: 900px) {
  figure.effect-chico figcaption {padding: 2em;}  
  figure.effect-oscar figcaption {padding: 20%;}
  figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
  .grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;} 
}

@media (max-width: 767px) {
	figure.effect-chico figcaption {padding: 1.5em;}
	/*.team-leader-box{
	  width: 100%;
	  margin: 0 0 30px;
	}*/
	#mainNav .navbar-nav .nav-item .nav-link {
	  padding:10px !important;
	}
	.hidden-box{
	  display: block;
	}
	.desktop-hide{
	  display: none;
	}
	.video-area{
	  padding: 0;
	  margin: 30px 0 0;
	}
	.btn.btn-default.btn-sm.dropdown-toggle{
	  margin: 0 0 0 -4px !important;
	}
}


/*Theme Colour Styles*/
/* @group Theme Colours */

.header{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
}
.skilled,
.unskilled,
section#contact,
p.theme {
    color: #888;
}
.home #article .caption.text-muted,
.main-nav li a:hover,
.contact-info-box a,
.lhc:focus, 
.lhc:hover,
.post-preview .post-meta,
.quote-right,
.co-founder-leader .avatar-overlay a:hover,
.post-preview span.read-more,
span.caption a,
blockquote.blockquote::before,
.post-meta a,
.company-item a div.company-name:hover,
.copyright a:hover, 
.credits a:hover {
    color: #7bc04f;
}
.link,
.input-btn{
	color:#fff !important;
}
.link:hover,
.link:active {
	color: #7bc04f !important;
}
.link,
.input-btn{
	background:#7bc04f;
}
.link:hover,
.link:active {
	background:#fff;
}
.main-section.hire-me {
    background: #fafafa;
}
.change-bg:focus, 
.change-bg:hover {
    background: rgb(123,192,79,0.1);
}
.c-logo-part {
    background-color: #000;
}
.quote-right {
    border-color: #7bc04f;
}

/* @end */


