/*
Theme Name: Siegel + Gale
Theme URI: http://www.siegelgale.com/
Description: A custom crafted theme
Author: In2Media
Author URI: http://www.in2media.com/
*/

#contact-form select option {
  background-color: #000;
  color: #fff;
}

.contact-section .large-button, footer .large-button {
  font-weight: 500;
}

.page-container>article>section.modal-contact, .modal-content>article>section.modal-contact {
	margin: 40px 0;
}

.single-specialities article>section:first-child, .modal-content article>section:first-child {
	margin-bottom: 0;
}

.single-specialities article>section:last-child, .modal-content article>section:last-child {
	margin-top: 0;
}

#searchsubmit {
  border:none;
  position: absolute; 
  top: 12px; 
  right: 5px; 
  width: 16px;
  height: 11px;
  background:url('images/site/form-right.png') no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -o-transition:all .2s ease-out;
  -ms-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
  -webkit-transition:all .2s ease-out;
  transition:all .2s ease-out;
}

#searchsubmit:active, #searchsubmit:focus {
  outline:0px !important;
  -webkit-appearance:none;
}

.page-container .billboard h1 {
  line-height: 1.3em;
}

#billboard-button {
  margin: 3% 0 0;
  line-height: 30px;
}

#billboard-button a {
  color: #fff;
  cursor: pointer;
}

#billboard-button a:after {
  background-color: #fff;
}

store-grid {
  max-width: 1400px;
  margin: 0 auto;
}

#career-gallery image-viewer .slides image-slide figcaption {
	width: 80%;
	display:none;
	margin: 5px auto;
}

.link-button.small {
	font-size: 18px;
}

body>.page-container>.inverted>section, body>.page-container>section.slim {
  margin: 100px auto !important; 
}

body.page-template-page-about-php:after {
  background: url('images/animations/employee-engagement.gif') no-repeat center center;
  -webkit-background-size: auto 80%;
  -moz-background-size: auto 80%;
  -o-background-size: auto 80%;
  background-size: auto 80%;
  position: fixed;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.15;
  z-index: -1;
}

body.page-template-page-about-php.animation2:after {
	background-image: url('images/animations/design.gif');
}

body.page-template-page-about-php.animation3:after {
	background-image: url('images/animations/communication.gif');
}

body.page-template-page-about-php.animation4:after {
	background-image: url('images/animations/strategy.gif');
}

body.page-template-page-about-php.animation5:after {
	background-image: url('images/animations/digital.gif');
}

body.page-template-page-about-php.animation6:after {
	background-image: url('images/animations/implementation.gif');
}

body.page-template-page-about-php.animation7:after {
	background-image: url('images/animations/naming.gif');
}

body.page-template-page-about-php.animation8:after {
	background-image: url('images/animations/research.gif');
}

body.page-template-page-about-php.animation9:after {
	background-image: url('images/animations/simplification.gif');
}

body.page-template-page-about-php .overlap {
	z-index: 3;
	/*background-color: rgb(243, 243, 240);*/
	padding-bottom: 120px;
}

body.page-template-page-about-php .color-band {
	padding-bottom: 60px;
}

body.page-template-page-about-php>.page-container>.inverted>section.contact-section {
	margin-top: 0 !important;
}

.latest-posts a {
	text-decoration: underline;
}

.sticky-tag {
	font-weight: 500;
	font-size: 12px;
	display: block;
	margin: 0 0 2px;
	letter-spacing: 1px;
	margin-top: -8px !important;
	height: 20px;
}

@media screen and (max-width: 719px) {
  #billboard-button {
    margin: 20px auto 0;
    line-height: 28px;
    width: 70%;
  }
  
  
  #billboard-button a {
    line-height: 18px !important;
  }
}