/*
Theme Name: Bootstrap Canvas WP
Theme URI: 
Author: Schon Garcia
Author URI: 
Description: The 2015 theme for WordPress built on Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Version: 1.94
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bootstrapcanvaswp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(//fonts.googleapis.com/css?family=Oxygen);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300italic,400italic,600italic,700italic,800italic,300,600,700,800,400);
@import url(//fonts.googleapis.com/css?family=Hind:400,300|Palanquin:400,300,200,100);

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a:hover {
-webkit-transition-duration: 2s; /* Safari */
transition-duration: 2s;
text-decoration: none;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
	margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
	margin-bottom: 20px;
}

.widget {
	text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
	margin: 4px 0;
}

.comment-list {
	padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
	list-style: none;
}

@media (max-width: 767px) {
	.comment-list, 
	.children:nth-child(n+1) {
		padding: 0;
  	} 
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* custom */
body {
	font-family: Open Sans, Helvetica, Arial !important;
	width: 100%;
	height: 100%;
}

.container {
	width: 100% !important;
	padding: 0;
}

.row {
margin-left: 0px;
margin-right: 0px;
}

.col-centered {
    float: none;
    margin: 0px auto;
}

#searchsubmit {
margin: 0px;
}

img.round {
    border-radius: 100px;
}

.blog-footer {
    background-color: rgba(102,0,0,0.9);
}

.blog-header {
background-image: url(////wp-content/uploads/2015/09/header-011.png);
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
margin-bottom: 0px;
width: 100%;
height: 100%;
position: relative;
}

.blog-header .container {
height: 50vh;
position: relative;
}

.about {
	background:url(////wp-content/uploads/2015/10/whitediamond.png) repeat top left scroll;
	padding-bottom: 2%;
	padding-top: 2%;
}

.mailchimp {
	padding-bottom: 2%;
}

.blog {
	background: #f0f0f0;
}

.utc-pages {
	background:url(////wp-content/uploads/2015/10/groovepaper.png) repeat top left scroll;
	padding-bottom: 2%;
	padding-top: 2%;
	width: 100%;
	margin: 0px;
}

h1 {
    font-family: Oswald, Helvetica, Arial !important;
    font-size: 60px;
    color: #666;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 64px;
    margin-bottom: 40px;
}

h3 {
    font-family: 'Roboto Slab', Times New Roman, serif !important;
    color: #666;
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

a > h3 {
    color: #660000 !important;
    }

.parent-pageid-149 .blog-post h1 {
    font-family: 'Roboto Slab', Times New Roman, serif !important;
    text-transform: none;
    font-size: 50px;
    line-height: 55px;
}

.no-padding {
padding-left: 0px !important;
padding-right: 0px !important;
}

.bios {
    min-height: 100%;
    float: none;
    clear: both;
    display: block;
}

.blog-box {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

.blog-footer h4 {
color: #ff6600 !important;
font-family: 'Roboto Slab', Times New Roman, serif !important;
}

.row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.vertical-center2 {
	  height: 100%;
	  min-height: 100%;
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
}

.blog-title {
    font-family: Oswald, Helvetica, Arial !important;
    color: #FFF !important;
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase !important;
    line-height: 55px;
    text-align: center;
    padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;

    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}

.blog-image {
	max-width: 100%;
	max-height: 100%;
}

.pre-footer {
    background-color: #f0f0f0;
    text-align: center;
    padding-top: 20px;
}

.pre-footer img {
    margin: 20px;
    margin-top: 5px;
    vertical-align: middle;
    }

li {
    list-style-type: none;
    padding-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.goals2 li {
    list-style-type: square;
    color: rgba(100,100,100,.8);
}

li:before {
    font: normal normal normal 14px/1 FontAwesome;
    width: 20px;
    text-align: center;
    color: rgba(100,100,100,.8);
    display: inline-block;
    margin-right: 5px;
}

ul.goals {
    -webkit-padding-start: 00px;
}

ul.goals li:before {
content: "\f111";
}

li.info-phone:before {
    content: "\f095";
}

li.info-email:before {
    content: "\f003";
}

.navbar-default {
	background-color: transparent;
	clear: both;
}

.container-fluid {
	padding: 0px;
	background-color: #606060;
}

.navbar-collapse {
	text-align: center;
}

.navbar-nav {
	font-family: oxygen;
	float: none;
	display: inline-block;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
	padding-right: 5px;
	padding-left: 5px;
}

.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    	color: #ff6600;
	font-weight: bold;
}

.dropdown-menu {
	background-color: #606060;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: transparent;
	text-decoration: underline;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #e0e0e0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	background: transparent;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    text-align: left;
}

@media screen and (max-width: 800px) {
.blog-title, h1 {
    font-size: 18px;
    line-height: 18px;
}

.blog-image-container {
	display: none;
}

h3 {
    font-size: 16px;
    line-height: 16px;
}
}

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
	
@media screen and (max-width: 919px) {
.blog-title, h1 {
    font-size: 36px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}
}	

/* projects page */
#post-607 .page-title, .page-id-607 .blog-header {
display: none;
}

.page-id-607 .utc-pages {
padding-top: 0px !important;
padding-bottom: 0px !important;
}

.page-id-607 .entry, .page-id-607 .blog-post, .page-id-607 .blog-post-meta:nth-child(n+3) {
margin-bottom: 0px !important;
}

#projects .row {
color: #fff;
font-size: 16px;
width: 100%;
margin: 0px;
padding: 0px;
}

#projects p {
display: none;
}

.project p, .project-header p {
display: block !important;
}

.project-title {
	height: 100vh;
	background: url(////utc/img/pg01.png);
	background-size: cover;
}

.project-title img {
	width: 75%;
	}

.project-title h1 {
	color: rgba(244,155,51,1.0) !important;
        font-family: Segoe UI, Palanquin, Arial !important;  
	text-transform: none;
	margin-top: 5px;
	margin-bottom: 0px;
	-webkit-transform: translateZ(0px);
	}
	
.project-title small {
	color: rgba(244,155,51,1.0);
	font-weight: lighter;
	-webkit-transform: translateZ(0px)		
	}
	
.project-title h4 {
	margin-top: 50px;
	color: rgba(255,255,255,1.0);
	}
	
.project-title i, .big {
	font-size: 50px;
	color: rgba(255,255,255,1.0);
	font-weight: lighter;
}

.right {
text-align: right;
}

.project {
	min-height: 50vh;
}

.project h2 {
color: rgba(244,155,51,1.0) !important;
}

.project-header {
	min-height: 25vh;
}

.project ul li {
list-style-type: square;
}

.right ul li {
    text-align: right;
    list-style-position: inside;

}

.project h2 {
font-family: Segoe UI, Palanquin, Arial !important;
font-weight: lighter;
}

.project a {
color: rgba(244,155,51,1.0) !important;
}

.v2i h2, .v2x h2, .v2v h2 {
color: #fff !important;
}


.v2i p, .v2x p, .v2v p {
color: rgba(244,155,51,1.0) !important;
}

.v2i {
	/* background: url(////utc/img/pg02.png) #202020;*/
	background: #202020;
	background-size: cover;
	background-position: bottom center;		
}

.p1 {
	background: url(////utc/img/pg03.png) #202020; 
	background-size: cover;
	background-position: center center;		
}

.p2 {
	background: url(////utc/img/pg04.png) #202020;
	background-size: cover;
	background-position: bottom center;		
}

.p3 {
	background: url(////utc/img/pg05.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p4 {
	background: url(////utc/img/pg06.png) #202020;
	background-size: cover;
	background-position: bottom center;		
}

.p5 {
	background: url(////utc/img/pg07.png) #202020;
	background-size: cover;
	background-position: center center;	
	}	

.p6 {
	background: url(////utc/img/pg08.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p7 {
	background: url(////utc/img/pg09.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p8 {
	background: url(////utc/img/pg10.png) #202020;
	background-size: cover;
	background-position: top center;		
}

.p9 {
	background: url(////utc/img/pg11.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p10 {
	background: url(////utc/img/pg12.png) #202020;
	background-size: cover;
	background-position: bottom center;		
}

.p11 {
	background: url(////utc/img/pg13.png) #202020;
	background-size: cover;
	background-position: top center;		
}

.v2v {
	/* background: url(////utc/img/pg14.png) #202020; */
	background: #202020;
	background-size: cover;
	background-position: center center;		
}

.p12 {

	background: url(////utc/img/pg15.png) #202020;
	background-size: cover;
	background-position: center center;	
}

.p13 {
	background: url(////utc/img/pg16.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p14 {
	background: url(////utc/img/pg17.png) #202020;
	background-size: cover;
	background-position: center center;	
}

.p15 {
	background: url(////utc/img/pg18.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p16 {
	background: url(////utc/img/pg19.png) #202020;
	background-size: cover;
	background-position: center center;	
}

.p17 {
	background: url(////utc/img/pg20.png) #202020;
	background-size: cover;
	background-position: center center;	
}

.v2x {
	/* background: url(////utc/img/pg21.png) #202020; */
	background: #202020;
	background-size: cover;
	background-position: center center;	
}

.p18 {
	background: url(////utc/img/pg22.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p19 {
	background: url(////utc/img/pg23.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p20 {
	background: url(////utc/img/pg24.png) #202020;
	background-size: cover;
	background-position: top center;		
}

.p21 {
	background: url(////utc/img/pg25.png) #202020;
	background-size: cover;
	background-position: center center;		
}

.p22 {
	background: url(////utc/img/pg26.png) #202020;
	background-size: cover;
	background-position: center center;	
}

.p23 {
	background: url(////utc/img/pg27.png) #202020;
	background-size: cover;
	background-position: top center;	
}

.p24 {
	background: url(////utc/img/pg28.png) #202020;
	background-size: cover;
	background-position: center center;	
}