/*
Theme Name: H-GridStack
Theme URI: http: //1hydrogen.com.com/
Description: This is a custom child theme I have created.
Author: Hydrobot
Author URI: http: //1hydrogen.com/
Template: gridstack
Version: 0.1
*/
@import url("../gridstack/style.css");

a {
	color: #999999 !important;
	font-weight: bold;
}


h1 {
  margin:0;
  padding:0;
  font-size:45px;
  line-height:48px;
  margin-bottom:20px;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  color:#111;
}
h2 {
  margin:0;
  padding:0;
  font-size: 36px;
  line-height: 40px;
  margin-bottom:10px;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  color:#111;
}
h3 {
  margin:0;
  padding:0;
  font-size: 24px;
  line-height: 26px;
  margin-bottom:18px;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  color:#111;
}
h4 {
  margin:0;
  padding:0;
  font-size: 20px;
  line-height: 24px;
  margin-bottom:18px;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  color:#111;
}
h5 {
  margin:0;
  padding:0;
  font-size: 14px;
  line-height: 16px;
  margin-bottom:14px;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  color:#111;
}
.small-text {
	font-size: 6px;
}
ul {
  margin-left: 20px;
  }
ul ul, ul ol,  ol ol, ol ul {
  margin: 4px 0 0 30px;
  font-size: 100%;
} 

.sixteen.columns ul {
	margin-left: 0;
}  
  
 
 
 /*scaling iFrame */
 #outer{
max-width: 960px;
max-height: 749px;
width: 10px !important;
min-width: 100%;
width: 100%;
height: 100%;
overflow: hidden;
}

#inner{
    height: 0px;
    padding-bottom: 75%;
    overflow: hidden;
}

#inner iframe{
	width: 10px !important;
	min-width: 100%;
    width: 100%;
    height: 100%;
}
 
 
  /*Button*/
.button, .tw-button, a.tw-button, a.button, a.more-link, #submit, .tw-postshortcode a.more-link {
	background-color: #fff !important;
  padding: 9px 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #999 !important;
  border:1px solid transparent !important;
}
.button:hover, .tw-button:hover, a.tw-button:hover, a.button:hover, a.more-link:hover, #submit:hover, .tw-postshortcode a.more-link:hover {
  
  	background-color: #fff !important;
  padding: 9px 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #999 !important;
  border:1px solid #dcdcdc !important;
}
  
.footspace {
	height: 250px;
}

  
.pagetitle .subtitle {
font-size:18px;
line-height:30px;
color:rgba(0,0,0,0.4);
}
.pagetitle .title {
font-size: 28px;
line-height: 36px;
color:rgba(0,0,0,0.4);
}
.thumbnailarea img {
min-height: 151px;
}

/* Date Square for news story date */
.fulldate {
border-radius: 0;
}
.fulldate .day {
	margin-top: 18px;
	margin-bottom: 8px;
}
/* Share Button */
.controls2 {
   top:80px;
   right:0;
   height:50px;
   width:104px;
   z-index: 3;
   margin-bottom: 12px;
   
}
.pen {
  max-width: 170px;
  margin: 0 auto;
  display: block;
  position: absolute;
  border: #ddd solid 1px;
  background-color: #fbfbfb;
  
}

.more-button {
  display: inline-block;
  padding: 2px 0 0 0;
  margin-left: 10px;
  overflow: hidden;
  top: 0;
  width: 75px;
  height: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.more-button:before {
  font-family: "helvetica", arial, sans-serif;
  color:#999;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 10px !important;
  content: 'Share this';
  display: inline-block;
  width: 80px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more-button:hover:before,
.more-button:active:before {
  color: #444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more-button:hover,
.more-button:active {
  width: 250px;
}
.share-container {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  top: 2px;
  left: 0;
  width: 100px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 72px;
}
.share-container .share-btn {
  font-size: 1.2em;
  padding: 2px 0 0 6px;
  color: #b0b0b0;
}
.share-container .share-btn:hover,
.share-container .share-btn:active {
  text-shadow: 0 0 5px rgba(85, 190, 235, 0.45);
  color: #444;
}
.more-button:hover > .share-container,
.more-button:active > .share-container {
  display: inline-block;
  left: 0px;
  position: absolute;
  opacity: 1;
  width: 120px;
  top: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* Reveal text */
.complete{
    display:none;
}

.more{
    background:lightblue;
    color:navy;
    font-size:13px;
    padding:3px;
    cursor:pointer;
}

/* Header Spacing*/

.pagetitle {
	margin-bottom: 0;
}
/*
.page-template-template-home-php .pagetitle {
	padding-bottom: 0;
}
*/

/*Case study homeoage buttons*/
.cs-home-button {
	-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.3s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;
border-bottom-color: rgba(221, 221, 221, 1);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgba(221, 221, 221, 1);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgba(221, 221, 221, 1);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgba(221, 221, 221, 1);
border-top-style: solid;
border-top-width: 1px;
color: #666;
display: inline-block;
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 300;
height: auto;
letter-spacing: 2px;
line-height: 26px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 4px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(153, 153, 153);
outline-style: none;
outline-width: 0px;
padding-bottom: 3px;
padding-left: 16px;
padding-right: 16px;
padding-top: 3px;
text-align: left;
text-decoration: none;
/* text-transform: uppercase; */
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease;
vertical-align: baseline;
}
.cs-home-button a {
	color: #777;
	}
.cs-home-button:hover {
	background-color: #f7f7f7;
		}
	/*subhead a*/
	.pagetitle .subtitle a {
  font-weight:300;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
	
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text,
.wp-caption.aligncenter .wp-caption-text {
  background:#fff;
}
.wp-caption-text,
.gallery-caption,
.mfp-title {
  padding: 10px 30px;
  display: block;
  position: relative;
  text-rendering: optimizeLegibility;
  line-height: 16px;
  background: #fff;
  color: #bbb;
  font-size: 11px;
  text-transform: none;
}

.wp-caption-text.caption-normal span,
.single-slideshow .gallery-caption span {
  padding: 10px 30px;
  display: block;
  position: relative;
  text-rendering: optimizeLegibility;
  line-height: 16px;
  background: #fff;
  color: #bbb;
  font-size: 11px;
  text-transform: none;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
}
.caption-text {
	color: #999999;
	text-transform: none;
letter-spacing: 2px;
font-family: Helvetica, arial, sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: 300;
}
.mast {
		color: #000000;
	text-transform: none;
letter-spacing: -2px;
font-family: Helvetica, arial, sans-serif;
font-size: 72px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 66px;
}
.mast-sub {
			color: #000000;
	text-transform: none;
letter-spacing: 0;
font-family: Helvetica, arial, sans-serif;
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 30px;

}
@media only screen and (max-width: 767px) {
	.mast {
		color: #000000;
	text-transform: none;
letter-spacing: -2px;
font-family: Helvetica, arial, sans-serif;
font-size: 48px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 48px;
margin-top: 15px;
}
.mast-sub {
			color: #000000;
	text-transform: none;
letter-spacing: 0;
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 18px;

}

}
.video-container-tall {
	position: relative;
	padding-bottom: 200%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container iframe-tall,
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}