/*
Theme Name:     TechTalentTheme
Theme URI:      http: //binarym.com/
Description:    Child theme for the Twenty Twelve theme
Author:         BinaryM Inc.
Author URI:     http: //binarym.com
Template:       twentytwelve
Version:        01101101
*/

@import url("../twentytwelve/style.css");
/* @import url("https://fonts.googleapis.com/css?family=Roboto:700,400italic,400|Source+Sans+Pro:300,400,700"); */

html {
	background: #393e41;
}

body {
	background:#66b4d7;
	font-family:"Source Sans Pro", helvetica, arial, sans-serif;
	font-size:1em;
}

a,
a:visited,
.entry-content a:visited,
.comment-content a:visited {
	color:#4f92b2;
}
a:hover,
.entry-content a:hover,
.comment-content a:hover  {
	color: #2f3537;
	text-decoration:none;
}
.post h1, .post h1 a {
	color: #95b972;
}


/* main wrapping div */
#page {
    min-width:100%;
    margin:0;
    padding:0;
    background:transparent;
    -moz-box-shadow:0 !important;
}

#masthead {
    margin:0 0 40px;
    padding:0;
    position:relative;
    min-width:100%;
	background: rgb(209,211,212); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(209,211,212,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 63%, rgba(209,211,212,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(209,211,212,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(63%,rgba(255,255,255,1)), color-stop(100%,rgba(209,211,212,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(209,211,212,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 63%,rgba(209,211,212,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(209,211,212,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 63%,rgba(209,211,212,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(209,211,212,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 63%,rgba(209,211,212,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(209,211,212,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 63%,rgba(209,211,212,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d3d4', endColorstr='#d1d3d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    font-family: "Roboto", helvetica, arial, sans-serif;
}

.page-template-page-home-php #masthead {
	margin-bottom:0;
}

#masthead:after {
    display:block;
    content:"";
    height:8px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    border-top:1px solid #748b95;
    background-color: rgba(127,152,163,.5); /* layer fill content */
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); /* inner glow */
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); /* inner glow*/
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); /* inner glow */
}

#masthead hgroup {
    width:265px;
    height:76px;
    margin-bottom:20px;
    float:left;
}

#masthead .site-title {
	margin:0;
	padding:0;
}

#masthead .site-title a {
	display:block;
	width:265px;
	height:76px;
	text-indent:-1000em;
	overflow:hidden;
	background:transparent url(assets/images/logo-new.png) center center no-repeat;
}

#site-navigation {
	width:720px;
	float:right;
}

.main-navigation .menu-main-container > ul {
    text-align:right;
    border:0;
}

.main-navigation .menu-main-container > ul li {
    display:inline-block;
}

.main-navigation .menu-main-container > ul li:last-child {
    margin-right:0;
}

.main-navigation .menu-main-container > ul a {
    color: #66b4d7; /* text color */
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight:600;
    font-size: 16px;
    letter-spacing: .05em;
    padding-bottom:4px;
    line-height:3;
    border-bottom:2px solid rgba(0,0,0,0);
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.main-navigation .menu-main-container > ul a:hover,
.main-navigation .menu-main-container > ul .current-menu-item a,
.single-opportunity .menu-main-container > ul .menu-item-165 a,
.page-id-137 .menu-main-container > ul .menu-item-165 a {
    border-bottom:4px solid #95b972;
    padding-bottom:0;
}

.site-content {
    width:71%;
}

.site-content nav#nav-below {
	padding: 5px 20px;
}
.site-content nav.nav-single {
	padding: 5px 20px;
}

#content {

	background-color: #ffffff; /* layer fill content */
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
	box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
}
.entry-header {
	background: url(assets/images/driller-header2.png) no-repeat right center;
	background-size: cover;
	margin: 4px 0 40px 3px;
	float: left;
	width: 99%;
}
.post .entry-header {
	margin: 5px 0 40px 3px;
	width: 99%;
	padding: 0;
	line-height: 16px;
}
.post footer {
	padding-left: 20px;
}

#content h1 {
	font-weight: 300;
	color: #95b972;
	font-size: 36px;
	padding: 15px;
	text-shadow: 1px 1px 0 rgba( 0, 0, 0, .9 );
}

.post h1 {
	width: 72%;
	text-shadow: 1px 1px 0 #f1f2f2;
}

#content h2,
#content h3,
#content h4 {
    display:inline-block;
    margin:.5em 0 1em -30px;
    position:relative;
    background-color:#374952;
    padding:10px 30px;
    color: #ffffff; /* text color */
    font-weight: 600;
}

#content h2:after,
#content h3:after,
#content h4:after {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #8b8989;
    bottom: -10px;
    content: " ";
    position: absolute;
    left: 0;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover {
	color:#666666;
}
#content h3.plain {
	margin:.5em 0;
	padding:10px 0;
	background-color:transparent;
}
#content h3.plain a {
	text-decoration:none;
	color:#444;
}
#content h3.plain a:hover {
	color:#111;

}
#content h3.plain:after {
	border-right:0;
	border-bottom:0;
	content:"";
}

#content h1.button,
#content h2.button,
#content h3.button,
#content h4.button {
    text-align:center;
    margin:.5em auto 1em auto !important;
    background-color:#2f3537;
    padding:0;
    color: #afd1e0; /* text color */
    font-weight: bold;
    float:none !important;

}
#content h1.button:after,
#content h2.button:after,
#content h3.button:after,
#content h4.button:after {
    border-bottom: 10px solid #e7e7e7;
    border-right: 10px solid #2f3537;
    bottom: 0px;
    content: " ";
    position: absolute;
    left: 0;
}
#content h1.button:before,
#content h2.button:before,
#content h3.button:before,
#content h4.button:before {
    border-bottom: 10px solid #2f3537;
    border-right: 10px solid #e7e7e7;
    top: 0;
    content: " ";
    position: absolute;
    right: 0;
}

#content h1.button a,
#content h2.button a,
#content h3.button a,
#content h4.button a {
    display:inline-block;
    padding:10px 30px;
    text-decoration:none;
    color:#eee;
}
#content h1.button a:hover,
#content h2.button a:hover,
#content h3.button a:hover,
#content h4.button a:hover {
    color:#fff;
}

#content ol.techlist {
    list-style-position: inside;
    margin:1em 0;
    padding:0;
}
#content ol.techlist li {
    margin:0;
    background:transparent url(assets/images/list-circle.png) 0 0 no-repeat;

    padding:4px 0 .75em 14px;
}
#content ol.techlist li span {
    padding:0 0 0 15px;
}

#content ol.techlist li.jslist {
    position:relative;
}
#content ol.techlist li.jslist span {
    display:inline-block;
    position:absolute;
}

.page-template-page-home-php #main.tech-content {
	width:100%;
	background: url(assets/images/talent-pattern.png) top left;

}

#home-cta {
    height:409px;
    width:100%;
    margin: 0px 0 0 0;
    background:#1f2527;
	position: relative;
}

#home-cta:after {
	display:block;
    content:"";
    height:8px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index: 3;
    border-top:1px solid #748b95;
    background-color: rgba(127,152,163,1); /* layer fill content */
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); /* inner glow */
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); /* inner glow*/
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); /* inner glow */
}

#home-cta .ctas {
    margin:0 auto;
   /* min-width:1200px;*/
    max-width:1200px;
}

#home-cta .looking {
    width:50%;
    float:left;
}
#home-cta .looking a {
    display:block;
    position:relative;
    height:409px;
    text-decoration:none;
    text-align:center;

    -moz-text-shadow:2px 2px 0 #1f2527;
    -webkit-text-shadow:2px 2px 0 #1f2527;
    text-shadow:2px 2px 0 #1f2527;
}

#home-cta .looking.work a {
    border-right:1px solid #30383a;
}

#home-cta .looking.work a:before {
    display:block;
    content:'';
    background:transparent url(assets/images/home-icon-tt.png) center center no-repeat;
    width:378px;
    height:409px;
    z-index:1;
    position:absolute;
    top:0px;
    right:-189px;
}

#home-cta .looking.talent a {
    border-left:1px solid #121415;
}

#home-cta .looking a strong {
    display:block;
    font-weight:300;
    font-size:2.2em;
    padding:140px 0 40px 0;
    color:#ffffff;
    position:relative;
    z-index:2;
    transition: all 0.5s ease;
    text-shadow: none;
    letter-spacing: 2px;

}

#home-cta .looking .polygon {
	background-color: #71b7d7;
	position: relative;
	padding: 10px;
	display: inline-block;
}

#home-cta .looking .polygon:before {
    left: -10px;
    top: 0;
    position: absolute;
    width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 51px solid #71b7d7;
    content: '';
}

#home-cta .looking .polygon:after {
	position: absolute;
	right: -10px;
	top: 0;
    width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	border-top: 51px solid #71b7d7;
    content: '';
}



#home-cta .looking a:hover strong {
    color:#ffffff;
}

#home-cta .looking a span:not(.polygon) {
    text-transform:uppercase;
    display:inline-block;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size:1.1em;
    font-weight: light;
    color:#ffffff;
    padding:8px 10px;
    border: 5px solid #95b972;
    border-radius: 12px;
    position:relative;
    z-index:2;
    transition: all 0.5s ease;
    background: #95b972;
    text-shadow: none;
}

#home-cta .looking a:hover span:not(.polygon) {
	color: #fff;
}

#home-cta .looking a:hover span {
    color:#e7e7e7;
}

#home-cta .looking a:after {
    display:block;
    content:'';
    opacity:.35;
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    transition: all 0.5s ease;
}

#home-cta .looking a:hover:after {
    opacity:1;
}

#home-cta .looking.talent a:after {
    background:transparent url(assets/images/home-talent.jpg) top right no-repeat;
}

#home-cta .looking.work a:after {
    background:transparent url(assets/images/home-work.jpg) top left no-repeat;
}

.home-header {
	margin:30px 0;
}

.home .entry-content .home-header img {
	float: none;
	padding: 0;
}

#primary.content-home {
	float:none;
	width:1000px;
    margin:0 auto;
}

#content.content-home {
	padding:0;
	text-align:center;
	background:transparent;
	width:100%;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.site-content article {
	margin-bottom: 18px;
}

.site-content #content.content-home article {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

ul.opportunities {
    list-style:none;
    padding:0;
    margin:1em 0;
}
.opportunities li {
	border-bottom:1px solid #ccc;
    margin:0 0 .5em;
    padding:0 0 .5em;
}
.opportunities h3 {
    margin-bottom:0;
    padding-bottom:0;
    line-height:1.5;
}
.opportunities h3.plain a:hover {
	color:#ccc;
}
.opportunities p {

}

dl.opportunity_info {
    margin:0 0 2em 0;
    padding:0;
    float:left;
    width:100%;
}
dl.opportunity_info dt {
    width:25%;
    float:left;
    margin:0 0 .5em;
}
dl.opportunity_info dd {
    width:75%;
    float:left;
    margin:0 0 .5em;
}
.gform_wrapper {
	margin: 0 !important;
}
#secondary aside.widget {
    position:relative;
    z-index:10;
    margin:0 0 40px 0;
	background-color: #ffffff; /* layer fill content */
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
	box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
}

#secondary aside.widget:after {
    width: 60px;
    height: 20px;
    background:#ffffff;
    content:" ";
    position:absolute;
    bottom:0;
    right: 50%;
    margin-right:-30px;
}

#secondary aside.widget:before {
    width: 20px;
    height: 20px;
    background:#ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
	box-shadow: 0 0 3px rgba(0,0,0,.2); /* drop shadow */
    z-index:-1;
    bottom: -10px;
    content: " ";
    right: 50%;
    margin-right:-10px;
    position: absolute;
}

aside.widget h3.widget-title {
	text-align:center;
	margin:0 0 5px 0;
	color: #ffffff; /* text color */
	font-size: 20px;
	font-weight: 300;
	background-color: #95b972; /* layer fill content */
	border: 5px solid #ffffff;
	letter-spacing: 1px;
}

aside.widget > ul,
aside.widget .textwidget {
    position:relative;
    z-index:10;
	padding:15px 15px 20px 15px;
	margin:0 !important;
}

.widget-area .textwidget li {
	margin-left: 0;
}

aside.widget .textwidget footer h4 {
	font-weight: 800;
}

aside.widget .textwidget footer span#test-name {
	font-weight: 800;
	font-size: 14px;
}

aside.widget .textwidget footer span#test-title {
	color: #c3c3c3;
	font-weight: 700;
}

aside.widget .textwidget footer span#test-company {
	color: #afd1e0;
}

.textwidget footer {
	padding-bottom: 15px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 20px;
}

footer {
	margin-top: 0 !important;
}

#colophon {
    min-width:100%;
    background:#303638;
    color:#e7e7e7;
    font-family: "Roboto", helvetica, arial, sans-serif;
}

#colophon p {
    float:left;
	margin-top: 14px;
}

.menu-footer-container {
	text-align:center;
}

.menu-footer-container ul li {
    display:inline;
}

.menu-footer-container ul li a {
    color:#e7e7e7;
    text-decoration:none;
    line-height:56px;
    padding:0 10px;
    border-right:1px solid #fff;
    text-transform: uppercase;
}

.menu-footer-container ul li.twitter a,
.menu-footer-container ul li.facebook a,
.menu-footer-container ul li.linkedin a {
    border:0;
    display:inline-block;
    padding:0;
    margin:0;
    text-indent:-1000em;
    width:56px;
    height:56px;
    background:transparent url(assets/images/social.png) bottom left no-repeat;
}

.menu-footer-container ul li.twitter a {
    background-position:-108px bottom;
    float: right;
}

.menu-footer-container ul li.twitter a:hover {
    background-position:-108px top;
}

.menu-footer-container ul li.facebook a {
    background-position:-54px bottom;
}

.menu-footer-container ul li.facebook a:hover {
    background-position:-54px top;
}

.menu-footer-container ul li.linkedin a {
    background-position:0 bottom;
    float: right;
}

.menu-footer-container ul li.linkedin a:hover {
    background-position:0 top;
}

.tech-content {
    width:1000px;
    margin:0 auto;
}
.tech-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.entry-content {
	padding:0 20px;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  border-radius: 0;
  box-shadow: none;
  float:left;
  padding: 0 10px 10px 10px;
}



.hide,
.single-opportunity  .entry-meta,
.single-opportunity nav.nav-single {
	display:none;
}
.share {
    padding-top:1em;
}
.share strong {
    line-height:32px;
    vertical-align:top;
}


@media screen and (max-width: 999px) {

	.tech-content {
	    width: 94%;
	    margin: 0 3%;
	}

	.page-template-page-home-php #main.tech-content {
		width: 100%;
		margin: 0 !important;
	}

	#primary.content-home {
		float:none;
		width: 96%;
	    margin: 0 2%;
	}

	#masthead hgroup {
	    width: 265px;
	    height: 76px;
	    margin: 0 auto;
		float: none;
	}

	#masthead .site-title a {
		text-align: center;
		margin: 0 auto;
		 width:265px;
	}

	#site-navigation {
		width: 100%;
		float: none;
	}

	.main-navigation {
	 	margin-bottom: 20px;
	 }

	.main-navigation .menu-main-container > ul {
	    text-align: center;
	 }

	#home-cta {
	    height:409px;
	    width:100%;
	    margin: 0px 0 0 0;
	    background:#1f2527;
	}

	#home-cta .ctas {
	    margin:0 auto;
	    min-width:auto;
	    max-width:auto;
	}

	#home-cta .looking {
	    width:50%;
	    float:left;
	}

	#home-cta .looking a {
	    display:block;
	    position:relative;
	    height:409px;
	    text-decoration:none;
	    text-align:center;
	}

	#home-cta .looking .polygon:before {
		content: none;
	}

	#home-cta .looking .polygon:after {
		content: none;
	}

	#home-cta .looking a strong {
            width:5.5em;
            margin:0 auto;
        }

	#colophon {
		text-align: center;
	}

	#colophon p {
	    float: none;
		margin-top: 0px;
		margin-bottom: 12px;
	}

	.menu-footer-container {
	    float: none;
	}

	.entry-header {
		padding-right: 0 !important;
		margin: 3px 0 40px 4px;
		width: 98%;
	}
	.post .entry-header {
		margin: 4px 0 40px 6px !important;
		width: 98%;
	}
	.entry-header h1 {
		text-shadow: 1px 1px 0 #f1f2f2;
	}

}

@media screen and (max-width: 600px) {

	.tech-ticker {
		display:none;
	}

	#masthead hgroup {
		margin:0 auto 20px;
	}

	.main-navigation .menu-main-container > ul li {
		display:block;
		float:none;
	}
	.main-navigation .menu-main-container > ul li a {
		text-decoration: none;
	}

	.site-content {
		width:100%;
	}

	#home-cta {
		height:818px;
	}

	#home-cta .looking {
	    width:100%;
	    float:none;
	}
	#home-cta .looking a strong {
            width:100%;
        }
	#home-cta .looking.work a:before {
		display:none;
	}

	#home-cta .looking.work a {
		border-right:0;
	    border-bottom:1px solid #30383a;
	}
	#home-cta .looking.talent a {
		border-left:0;
	    border-top:1px solid #121415;
	}


	dl.opportunity_info dt {
	    width:100%;
	    float:none;
	    margin:0;
	}
	dl.opportunity_info dd {
	    width:100%;
	    float:none;
	    margin:0 0 .5em;
	}

	.menu-footer-container ul li.twitter:before {
            content:"\A"; white-space:pre;
    }
	.menu-footer-container ul li:nth-child(3) a {
	    border:0;
	}
	.entry-header {
		padding-right: 0 !important;
		margin: 3px 0 40px 4px;
		width: 98%;
	}
	.post .entry-header {
		margin: 3px 0 40px 4px !important;
		width: 98%;
	}
	.entry-header h1 {
		text-shadow: 1px 1px 0 #f1f2f2;
		padding-top: 0;
	}


}