/**
 * Theme Name: Intrabuild
 * Theme URI: http://www.intra-build.com
 * Description: The 2013 custom theme for Intrabuild
 * Author: Sarah Coulton
 * Author URI: sarahcoulton.com
 * Version: 1.0
 */

/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
html, body {height:100%;}

::-moz-selection { background: #71bee6; color: #fff; text-shadow: none; }
::selection { background: #71bee6; color: #fff; text-shadow: none; }

a { color: #3878b7; text-decoration:none; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
a:visited { color: #3878b7; }
a:hover { color: #4b5262; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0; padding: 0; list-style:none; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
@media only screen and (min-width: 35em) {
 
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ========== CHROME WEB FONT BUG FIX ========== */
body
{
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}


/* ========== MY STYLES ========== */
body {
	font:300 62.5%/1.7 'Roboto', sans-serif;
	color:#6f7581;
	}
	
#page {
	font-size:1.3em;
	width:90%;
	max-width:1000px;
	margin:10px auto;
	padding:0 5%;
}

header {
	margin-bottom:20px;
	}
	
ul li {
	background-image:url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 1.5em;
}

ol {
	list-style:decimal;
	padding-left: 1.5em;
}

h2 {
	color:#383d49;
	font:300 1.384em 'Roboto', sans-serif;
	margin:1.3em 0 0.5em 0;
}

h3 {
	color:#383d49;
	font:300 1em 'Roboto', sans-serif;
	margin:1.3em 0 0.5em 0;
}

blockquote {
	background:url(../img/icon-quote.gif) no-repeat;
	margin: 1em 0;
	padding:0 70px;
	}

/* NAV  */
nav {
	float: right;
	margin-top:67px;
	}
	
nav ul.nav-menu li {
	font-size:1.153em;
	display: inline;
	background-image: none;
	padding: 0 0 0 2em;
	}

nav ul.nav-menu li a {
	color:#6f7581;
	}

nav ul.nav-menu li.current_page_item a {
	color:#3878b7;
	border-bottom:1px solid #e4e5e8;
	}

nav ul.nav-menu li a:hover {
	color:#3878b7;
	border-bottom:1px solid #e4e5e8;
	}

#logo {
	float: left;
	}
	
#sign-in {
	text-align: right;
	}
	
#sign-in a {
	background-color: #66bee7;
	padding: 5px 12px;
	border-radius: 5px;
	color: #fff;
	}
	
#sign-in a:hover {
	background-color: #3878b7;
	}

/* FOOTER  */
footer {
	margin-top:20px;
	padding-bottom:30px;
	border-top: 1px solid #e4e5e8;
	font-size:0.923em;
	}

footer ul li {
	display:inline;
	}
	
#footer-left {
	float:left;
	padding-top:10px;
	}
	
#footer-left ul li {
	padding:0 10px 0 0;
	background-image:none;
	}
	
#footer-right {
	float:right;
	padding-top:10px;
	}

#footer-right ul li {
	padding:0 0 0 10px;
	background-image:none;
	}

footer, footer a, footer a:visited {
	color:#6f7581;
	}

footer a:hover {
 	color:#3878b7;
	}
	
.soliloquy-container .soliloquy-caption {
	top: 0;
	left: 0;
	margin: 40px 0 0 40px!important;
	width: 33%!important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: rgba(56,120,183,0.9)!important;
	font-size: 2.769em!important;
	line-height: 1.2!important;
	margin: 0;
	padding: 40px!important;
	text-align: left!important;
	text-shadow:none!important;
	}

/* COLUMNS  */

#col-left-wide {
	float:left;
	width:62%;
}

#col-right-narrow {
	float:right;
	width:33%;
}

#col-left-half {
	float:left;
	width:47%;
}

#col-right-half {
	float:right;
	width:47%;
}

.col-one-third {
	float:left;
	width:33%;
}

.full-width {
	width:100%;
}

/* PAGE HEADERS  */

.page-title {
	margin-bottom:30px;
}

#header-do {
	background: url(../img/header-do.jpg) no-repeat;
}

#header-are {
	background: url(../img/header-are.jpg) no-repeat;
}

#header-say {
	background: url(../img/header-say.jpg) no-repeat;
}

#header-faqs {
	background: url(../img/header-faqs.jpg) no-repeat;
}

#header-news {
	background: url(../img/header-news.jpg) no-repeat;
}


#header-contact {
	background: url(../img/header-contact.jpg) no-repeat;
}

h1 {
	background: url(../img/bg-header.png) repeat!important;
	font:300 2.769em 'Roboto', sans-serif;
	padding:20px;
	color:#fff;
	display: inline-block;
	margin:1em;
}


/* SHOW/HIDE FEATURES  */

ul.tool-features {
	list-style-position: inside;
	padding:0;
	text-indent:0;
}

ul.tool-features li.contract {
	background-image: url(../img/list-arrow-right.gif);
}

ul.tool-features li.expand {
	background-image: url(../img/list-arrow-down.gif);
}

ul.tool-features li {
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: 0px 19px;
	border-bottom:1px solid #e4e5e8;
}

ul.tool-features li h2 {
	font-size:1.153em;
	text-transform:uppercase;
	font-weight:300;
	color:#383d49;
	margin:0;
	padding:0.8em 0;
}

ul.tool-features ul.tool-feature-details li {
	background-image:url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	border:none;
}

ul.tool-features ul.tool-feature-details {
	padding-bottom:2em;
}

/* CALL TO ACTION BLOCK */

.cta {
	background: #e4e5e8 url(../img/icon-phone.png) 30px 30px no-repeat;
	padding: 20px 20px 20px 55px;
	margin-top: 30px;
	color:#383d49;
	font-size: 1.5em;
	}

/* YOUTUBE VIDEOS */
.video-floater {
	width:48%;
	float:left;
	margin-top:30px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-top:30px;
}
.video-margin {
	margin-right:4%;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* BCLIVE TABLES */

.bclive-tables {
	margin-top:40px;
}

.bclive-tables .col-one-third {
	margin-left:2px;
}

/* SIDEBAR ONE */

h2.sidebar-one {
	font-size:1.153em;
	text-transform:uppercase;
	font-weight:300;
	color:#383d49;
	margin:0.8em 0;
}

/* IPP */

.ipp {
	background-color:#f6f6f7;
	padding:30px;
}

.ipp-left {
	color:#71bee6;
	font-size:1.615em;
	line-height: 1.5;
	float:left;
	width:18%;
	text-align:right;
}

.ipp-right {
	float:right;
	width:78%;
}

/* FAQs */	

.qa {
	padding: 2em 0;
	border-bottom:1px dotted #e4e5e8;
}
.qa h2.question {
	font:500 1em 'Roboto', sans-serif;
	background:url(../img/icon-faqs.png) no-repeat;
	padding-left:40px;
	min-height: 30px;
	cursor:pointer;
	margin:0;
	}
	
.answer {
	padding-left:5em;
	}
	
/* CONTACT */
.contacts {
	border-top: 1px solid #e4e5e8;
	padding:10px 0 10px 0;
	margin-top:20px;
	}

.contacts .address {
	background:url(../img/icon-map.png) no-repeat 0 3px;
	padding-left: 3em;
	}

.contacts .phone {
	background:url(../img/icon-phone.png) no-repeat 0 3px;
	padding-left: 3em;
	}

.contacts .fax {
	background: url(../img/icon-fax.png) no-repeat 0 3px;
	padding-left: 3em;
	}
	
.contacts .twitter {
	background:url(../img/icon-twitter.png) no-repeat 0 3px;
	padding-left: 3em;
	}	
	
form#contact {
	background-color:#f6f6f7;
	padding:2em 3em;
	}
	
#contact input#name, #contact input#email, #contact input#phone, #contact textarea#message {
	padding:0.8em 1em;
	width:93%;
	background-color:#e4e5e8;
	color:#3878b7;
	font-size:1.153em;   
	border:none;
	}

#message {
	height:70px;
	}
	
.required {
	background: url(../img/asterisk.png) no-repeat right top;
	}
	
p.contact-form-error {
	color:#CC0000;
	font-style:italic;
	}
	
input#contact-form-submit {
	display: inline-block;
	cursor: pointer;
	color:#fff;
	padding: 0.8em 3.5em 0.8em 1.5em;
	background: #71bee6 url(../img/icon-email.png) no-repeat 75% 50%;
	border:none;
	font-size:1.384em; 
	}
	
p span.department {
	padding:0.8em 1em;
	color:#3878b7;
	font-size:1.153em; 
	}
	
/* SIDEBAR 1 */

.demo-video, .latest-news {
	margin-bottom:20px;
	}

.video-thumb {
	width: 35%;
	float:left;
	}

.video-thumb img {
	width:100%;
	height:auto;
	}
	
.video-text {
	width: 60%;
	float:right;
	}
	
.video-text h3, .news-text h3 {
	font:500 0.923em 'Roboto';
	color:#383d49;
	margin:0;
	}
	
.video-text h3 a, .video-text h3 a:visited, .news-text h3 a, .news-text h3 a:visited {
	color:#383d49;
	}
	
.video-text h3 a:hover, .news-text h3 a:hover {
	color:#3878b7;
	}

.video-text p, .news-text p {
	font-size:0.923em;
	margin:3px 0 0 0;
	}
	
#tweets {
	border-top:1px solid #e4e5e8;
	border-bottom:1px solid #e4e5e8;
	background:url(../img/icon-tweet.gif) 0 18px no-repeat;
	padding-left:60px;
	margin-bottom:20px;
	height: 200px!important;
}

#tweets span {
    font-style: italic;
	color: #9ca0a9;
	}

/* SIDEBAR NEWS */	

.sidebar-section {
	background-color:#f6f6f7;
	padding:30px;
	margin-bottom:20px;
	}
	
.sidebar-section h2 {
	margin:0 0 10px 0;
	color:#3878b7;
	text-transform:uppercase;
	}
	
.sidebar-section ul li {
	background-image:none;
	border-bottom:1px solid #e4e5e8;
	padding:8px 0;
	}
	
.sidebar-section ul li a, .sidebar-section ul li a:visited {
	color:#383d49;
	}
	
.sidebar-section ul li a:hover {
	color:#3878b7;
	}

/* POSTS */

.news-list-item, .testimonial {
	padding:20px 0;
	border-bottom:1px solid #e4e5e8;
	}

.news-item-thumbnail {
	margin: 0 15px 10px 0px;
	float: left;
	}

.news-item-image {
	margin-bottom: 25px;
	}
	
img.featured-image {
	margin: 0;
	width: 100%;
	max-width: 620px;
	height: auto;
	}

.post-item {
	padding-top:20px;
	border-top:1px solid #e4e5e8;
	}
	
.post-title {
	font-size:1.384em;
	color:#383d49;
	padding:0;
	margin:0 0 5px 0;
	background:none!important;
	}
	
.post-date {
	color:#9ca0a9;
	margin:0 0 20px 0;
	font-size:1em;
	}
	
nav.nav-single {
	margin:40px 0 20px 0;
	float:none;
	}
	
.nav-previous, .nav-next {
	width: 45%;
	}

.nav-previous {
	float:left;
	}
	
.nav-next {
	float:right;
	text-align:right;
	}
	
/* ========== MOBILE STYLES ========== */
	
@media only screen and (max-width: 1080px) {
 	.soliloquy-caption {	
	}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	font-size:1.9em!important;
	padding: 30px!important;
	}
}

@media only screen and (max-width: 960px) {
	.hide-iframes {
	display:none;
	}
}	
@media only screen and (max-width: 920px) {
	nav, #logo {
	float:none;
	text-align:center;
	}
	nav {
	margin-top:20px;
	}
}
@media only screen and (max-width: 870px) {
	#tweets {
	height: 160px !important;
	}
}
@media only screen and (max-width: 830px) {
 	.soliloquy-caption {	
	}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	font-size:1.5em!important;
	padding: 20px!important;
	}
#footer-right, #footer-left, .ipp-left, .ipp-right {
	float:none;
	text-align:center;
	}
#footer-right ul li {
	padding:0 20px 0 0;
	}
.ipp-left, .ipp-right {
	text-align: left;
	width:100%;
	}
}
	
@media only screen and (max-width: 685px) {
	#col-right-half, #col-left-half, #col-right-narrow, #col-left-wide {
	float:none;
	width:100%;
	}
	.soliloquy-container .soliloquy-caption {
	margin: 10%!important;
	width: 80%!important;
	}
	.hide {
	display:none;
	}
	#tweets {
	height: 110px !important;
	border-bottom:none;
	}
}

@media only screen and (max-width: 520px) {
#footer-right ul li {
	display:block;
	}

}

@media only screen and (max-width: 470px) {
	.soliloquy-container .soliloquy-caption {
	margin: 5%!important;
	width: 90%!important;
	}
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	font-size:1.3em!important;
	padding: 10px!important;
	}
	.answer {
	padding-left: 40px;
	}
	h1 {
	font:300 2em 'Roboto', sans-serif;
	margin:1em 0;
	text-align:center;
	}
}
@media only screen and (max-width: 340px) {
	nav ul.nav-menu li {
	padding: 0 0 0 1em;
	}
	#sign-in {
	text-align:left;
	}
}



