/*
Theme Name: Gizmo_v2
Theme URI: http://gentsthemes.com
Description: A variant built on StanleyWP.

Author: Stehen McKone, Original Authors: Brad Williams & Carlos Alvarez
Author URI: http://gentsthemes.com
Version: 3.3.4
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2011-2014 Gents Themes
Copyright (C) 2015 Stephen McKone
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt
	
CSS Rules: Sorted alphabetically for better organization.
*/

/* @font-face Import */


@font-face {
    font-family: 'museo300';
    src: url('fonts/museo300.eot');
    src: url('fonts/museo300.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo300.woff2') format('woff2'),
         url('fonts/museo300.woff') format('woff'),
         url('fonts/museo300.ttf') format('truetype'),
         url('fonts/museo300.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo700';
    src: url('fonts/museo700.eot');
    src: url('fonts/museo700.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo700.woff') format('woff'),
         url('fonts/museo700.ttf') format('truetype'),
         url('fonts/museo700.otf') format('opentype'),
         url('fonts/museo700.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	font-size: 62.5%;
	background-color: #2f2f2f;
}


body {
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	color: #555;
	background-color: #f2f2f2;
	font-family: 'museo300', sans-serif;
	font-size: 14px; 
	font-size: 1.4rem;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'museo700', sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 3.6rem;
	line-height: 4.2rem;
}
h2 {
	font-size: 2.4rem;
	line-height: 3.6rem;
}
h3 {
	font-size: 2rem;
	line-height: 2.8rem;
}
h4 {
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.author-avatar img {
	-webkit-border-radius: 95px;
	-moz-border-radius: 95px;
	border-radius: 95px;
}


/* Paragraph & Typographic */

b, strong {
	font-family: 'museo700', sans-serif;
	font-weight: normal;
}

p { font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 2.4rem;
}

h1 + p {
	margin-top: -.5rem;
	font-size: 1.8rem;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.sm-cap {
	font-family: 'museo700', sans-serif;
	text-transform:lowercase;
	font-variant:small-caps;
}

#subtitle {
	letter-spacing: .1rem;
	margin-top: -.25rem;
}

.post-title {
	color: inherit;
	margin-bottom: 5px; 
}

.white-text {
	color: #fff !important;
}
.grey-text {
	color: #888 !important;
}
.dark-text {
	color: #444 !important;
}


/* Links */
a {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	color: #3A8B91;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	word-wrap: break-word;
}

a:hover,
a:focus { color: #32B8C1; outline: 0; text-decoration: none; }

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

.btn-custom, #commentform .form-submit #submit {
	color: #3A8B91;
	background-color: transparent;
	border-color: #3A8B91;
	font-family: 'museo700', sans-serif;
}

.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom,
#commentform .form-submit #submit.active,
#commentform .form-submit #submit.focus,
#commentform .form-submit #submit:active,
#commentform .form-submit #submit:focus,
#commentform .form-submit #submit:hover {
	color: #fff !important;
	background-color: #3A8B91;
	border-color: #3A8B91;
}

.btn-intro {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	font-family: 'museo700', sans-serif;
}

.btn-intro.active,
.btn-intro.focus,
.btn-intro:active,
.btn-intro:focus,
.btn-intro:hover,
.open>.dropdown-toggle.btn-intro {
	color: #3A8B91 !important;
	background-color: #fff;
	border-color: #fff;
}

@media (max-width: 768px) {
  .btn-responsive {
    padding:8px 14px;
    font-size:90%;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:10px 18px;
    font-size:95%;
    line-height: 1.2;
  }
}


#logo {
	margin:5px 0 0 15px;
}

/* No Left margin on logo above mobile sizes */
@media (min-width: 768px) {
	#logo {
		margin:4px 0 0 0;
	}
}

.navbar { 
	margin-bottom: 0px;
	/*text-transform: uppercase;*/
}

.navbar-inverse {
	padding-bottom: 15px;
	padding-top: 15px;
}

.navbar-inverse {
	/*background-color: #3A8B91;*/
	background-color: transparent;
	border: 0px solid transparent !important;
/	position: absolute;
    z-index: 2;
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
	font-family: 'museo700', sans-serif;
	font-size: 1.5rem;
	  text-align: center;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-brand { 
	font-size: 2rem;
	font-family: 'museo700', sans-serif;
	letter-spacing: .5px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle { 
	border-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #222222;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:active,
.navbar-inverse .navbar-nav>.active>a:focus { 
	background-color: transparent;
	color: #222222;
	border-bottom: 1px solid #222;
}

.navbar-collapse {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-inverse .navbar-collapse {
    border: none;
}

.progress-bar-theme { background-color: #3A8B91; }

@media screen and (max-width: 767px) {
	.navbar-collapse a {
		border: none !important;
	}
}

/* Headers */

.section-header {
	min-height: 200px;
	background: #3A8B91;
	color: #fff !important;
}

.section-header h1 {
	color: #fff !important;
	font-size: 4.2rem;
}

.section-header h3 {
	color: #fff !important;
	font-size: 2.8rem;
}

.header-title {
	letter-spacing: .15px;
}
#intro-head {
	min-height: 0px;
}
#intro-head .navbar-collapse.collapse.in,
#intro-head .navbar-collapse.collapsing {
	margin-bottom: 120px;
}
#doodles-head {
	background: url(/wp-content/uploads/2016/01/Header-1.png);
}
#portfolio-head {
	background: url(/wp-content/uploads/2016/01/Header-2.png);
}
#about-head {
	background: url(/wp-content/uploads/2016/01/Header-3.png);
}
#contact-head {
	background: url(/wp-content/uploads/2016/01/Header-4.png);
}
#ces-web-head {
	background: #335379;
}
#ces-book-head {
	background: #555;
}
#shrem-head {
	background: #90BD94;
}
#heroesrun-head {
	background: #018EAA;
}
#waap-head {
	background: #E1BB33;
}
#weddings-head {
	background: #8AAFA7;
}
#diad-head {
	background: #F2A956;
}
#occupy-head {
	background: #D66472;
}

/* Helpers */

.mt {
	margin-bottom: 4rem;
	margin-top: 4rem;
}
.m-t {
	margin-top: 4rem;
}
.m-b {
	margin-bottom: 4rem;
}

.pt {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.ps {
	padding-left: 4rem;
	padding-right: 4rem;
}


/* +++++ WRAP SECTIONS +++++ */
#intro {
	background: none !important;
	min-width: 400px;
}
#intro p {
	font-size: 1.4rem;
	letter-spacing: .25rem;
}

#intro figure img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#intro p {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	#intro figure img {
		width: 75%;
	}
}

#intro-video {
	overflow: hidden;
	position:relative;
	display: block;
	height: 400px;
	margin-top: -81px;
}

@media (min-width: 768px) {
  #intro-video {
    height: 500px;
  }
}
@media (min-width: 992px) {
  #intro-video {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  #intro-video {
    height: 800px;
  }
}

#intro-video article {
	position: absolute;
  	top: 50%;
  	left: 50%;
	-webkit-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	z-index: 100;
}

#ww {
	padding-bottom: 70px;
	padding-top: 70px;
}

#footer {
	background-color: #2f2f2f;
	padding-bottom: 25px;
	padding-top: 25px;
	font-size: 1.6rem;
}

#footer p {
	color: white;
}

#footer h4 {
	color: #999;
	padding-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-variant: small-caps;
}

.project-title {
	font-size: 1.4rem;
}

#resume {
	padding: 2.5em;
	background-color: #fff;
}

#resume h1,
#resume h2,
#resume h3,
#resume h4 {
	margin-top: 0 ;
	margin-bottom: 0;
}
#resume hr {
	margin: 1rem 0 2rem;
}
#resume header h1 {
	line-height: 4.2rem;
}
#resume header h2 {
	margin-top: -.75rem;
	letter-spacing: .5px;
}
#resume article b {
	color: #666;
}
#resume .desc {
	margin-top: -1.25rem;
}
#resume .m-t {
	margin-top: 0rem;
}
@media (min-width: 992px) {
#resume .m-t {
	margin-top: 1rem;
}
}
@media (min-width: 1200px) {
  #resume .m-t {
	margin-top: 2rem;
}
}
.service-icon {
	background: #d8e8e9;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.service-icon {
		margin: 25px;
	}
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	background-color: #f2f2f2;
	padding-bottom: 60px;
	padding-top: 60px;
}

#white {
	background-color: #ffffff;
	padding-bottom: 60px;
	padding-top: 60px;
}

/* Background Video */

.video-filter {
	background: rgba(53, 53, 53, 0.5);
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
}

.video-container {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.video-container > video {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 0;
	display: none;
}

.video-container .poster-image.mobile-image {
  display: block;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
/* Deliver poster image and no video to mobile sizes */
@media (min-width: 768px) {
	.video-background .poster-image.mobile-image {
	  display: none;
	}
	.video-container > video {
		display: block;
	}

}

/* Blog Date*/
bd {
	color: #aaa;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Blog Author*/
ba {
	font-size: 12px;
	padding-left: 5px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
/*bt {
	font-size: 18px;
}*/

/* Carousel */
.item{
    background: #333;    
    text-align: center;
}
.carousel{
    /*margin-top: 20px;*/
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .15) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .15) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .15)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=75);
  outline: 0;
  opacity: 0.75;
}
.carousel-indicators li {
  background-color: rgba(0, 0, 0, .25);
  border: 1px solid #eee;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controlled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(images/loader.gif) no-repeat center;
}


.zoomOverlay {
    position:absolute;
    top:0; left:0;
    bottom:0; right:0;
    display:none;
    background-image:url(images/zoom.png);
    background-repeat:no-repeat;
    background-position:center;
}

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */



.glyphicon {
	color: inherit;
}

.btn-lg .glyphicon {
	vertical-align: text-top;
}

/* WP User Avatar */

.wp-user-avatar {
	margin: 0;
}