@import url('assets/bootstrap/css/bootstrap.css');
@import url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css");
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400italic,600italic,600,700italic);
@import url('assets/css/animate.css');
@import url('assets/css/flexslider.css');
/*
Theme Name: Seans Portfolio
Theme URI: Your theme's URL
Description: Seans Portfolio Site theme
Version: 1.0 
Author: errrrs
Author URI: http://seanburles.com
Tags: 
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  position: relative;
  height: 100%;
}
body {
  margin-top: 90px;
  font-family: "Montserrat";
  height: 100%;
}
* {
  margin: 0;
}
.wow {
  visibility: hidden;
}
h1 {
  letter-spacing: -0.04em;
}
h2 {
  font-size: 1.75em;
  line-height: 1.75em;
  color: #454545;
}
h3 {
  line-height: 1.75em;
  color: #454545;
}
p {
  font-size: 14px;
  line-height: 2em;
}
article .col-sm-4 {
  margin-top: 30px;
}
.glyphicon-search {
  font-size: 35px;
}
::selection {
  background: #85FFF1;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #85FFF1;
  /* Gecko Browsers */
}
hr {
  border-top: 2px solid #eee;
}
div.tags {
  margin-top: 15px;
  margin-bottom: 30px;
}
div.tags .tag {
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  background-color: #131313;
  padding: 5px 12px;
  margin-right: 5px;
}
.breadcrumbs a {
  color: #f96e5b;
}
.previous {
  margin-bottom: 30px;
}
.previous a {
  color: #f96e5b;
}
.nav.navbar-nav li a {
  color: #717171;
}
.nav.navbar-nav li a:hover {
  color: #454545;
  background-color: #d4d4d4;
}
.nav.navbar-nav li a:active {
  color: #454545;
}
.nav.navbar-nav li a:visited {
  color: #454545;
}
.navbar-default .navbar-nav > .active > a {
  color: #454545;
  background-color: #d4d4d4;
}
.overlay-link a {
  font-family: "crimson+text";
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  text-decoration: none;
  color: white;
  letter-spacing: .08em;
  position: relative;
}
a:hover {
  color: #32E8F1;
  text-decoration: none;
}
a .img-responsive.rollover {
  margin: 0 auto;
}
.wrap {
  min-height: 100%;
  padding-bottom: 100px;
}
.search-form {
  position: absolute;
  right: 20px;
  top: 10px;
}
.search-field {
  background-color: transparent;
  background-image: url(http://localhost:8888/Minimal-Jim/wp-content/uploads/2015/08/search-12-64.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
  border-radius: 15px;
  color: white;
}
.search-field:focus {
  background-color: #f96e5b;
  cursor: text;
  outline: 0;
  width: 230px;
}
.search-submit {
  display: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
.search .top-section-hero-single div.h1-hero .col-xs-6.col-xs-offset-3 {
  margin-top: 150px;
  background-color: white;
}
::-webkit-input-placeholder {
  color: #454545;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  color: #454545;
}
input:-webkit-autofill {
  background-color: #32e8f1 !important;
}
div.col-sm-10.col-sm-offset-1 {
  border: 1px solid red;
}
body.page-template-home {
  margin-top: 60px;
}
body.page-template-home .row.fadeIn1 {
  margin-top: 40px;
  margin-bottom: 35px;
}
nav a img.rollover {
  max-width: 50px;
}
.hideme {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.navbar.navbar-default {
  background-color: #E4E4E4;
  opacity: 0.97;
}
.in,
.collapsing {
  background-color: rgba(0, 0, 0, 0.75);
  margin-top: 15px;
}
.transition {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.affix {
  padding: 0px;
  -webkit-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.affix-top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default.navbar-fixed-top.affix {
  background: rgba(0, 0, 0, 0.7);
  transition: background-color 0.35s linear;
}
.navbar-default.navbar-fixed-top.affix .navbar-toggle {
  margin-top: 6px;
}
.navbar-collapse.in,
.collapsing {
  background-color: #E4E4E4;
  opacity: 0.97;
}
.navbar-collapse.in li a:hover,
.collapsing li a:hover {
  color: #f96e5b;
}
.navbar-default {
  height: 65px;
  text-transform: uppercase;
  background-color: transparent;
  border-style: none;
}
.navbar-default .navbar-brand {
  color: white;
  font-size: 1.4em;
  letter-spacing: .1em;
  margin-top: -8px;
}
.navbar-default .navbar-collapse {
  border-style: none;
}
.navbar-default .navbar-nav > li > a {
  padding: 22px 20px 23px;
}
.col-sm-8 h2 {
  border-right: 6px double;
  padding-right: 25px;
  border-color: #f96e5b;
}
.col-sm-8 span {
  padding-top: 12px;
  padding-right: 12px;
  position: relative;
}
.full-width-background {
  width: 100%;
}
ul.page-list li {
  list-style-type: none;
}
.row.fadeIn1.visible .col-sm-4 h2 {
  border-bottom: 1px solid;
  width: 95%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.row.fadeIn1 {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #f96e5b;
  margin: 10px 0 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.video-container {
  position: relative;
  padding-bottom: 53%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms ease-in-out;
  -khtml-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 2;
}
.rounded {
  border-radius: 15px;
  opacity: 0;
}
.rounded a {
  text-decoration: none;
}
.overlay-title {
  font-size: 15px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.overlay-title h2 a {
  position: relative;
  margin-top: 100px;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0em;
  text-transform: uppercase;
  top: 140px;
  color: white;
}
.overlay-title h2 a:hover {
  color: #f96e5b;
}
.overlay-title p {
  position: relative;
  margin-top: 25%;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 1em;
}
.overlay-title .overlay-link {
  position: relative;
}
.overlay-title .overlay-link ul {
  padding-left: 0;
  list-style-type: none;
}
body.single .overlay-title .overlay-link a {
  position: relative;
  top: 150px !important;
}
.fade-in-info {
  opacity: 0;
}
.overlay-container {
  position: relative;
}
.overlay-container:hover .fade-in-info {
  opacity: 1.0;
  transition: scale 0.3s ease-in-out;
  -moz-transition: scale 0.3s ease-in-out;
  -webkit-transition: scale 0.3s ease-in-out;
}
.overlay-container:hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease-in-out;
  -khtml-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 2;
}
.overlay-container:hover .overlay-title {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease-in-out;
  -khtml-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  z-index: 3;
}
.overlay-container:hover .overlay-title p:hover {
  color: #f96e5b;
}
.icon-hover {
  position: relative;
}
.caption {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  /* transform: scale(0); */
  -webkit-transition: all 200ms ease-in-out;
  -khtml-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.overlay-container:hover .caption {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  animation-name: stretch;
  -webkit-transform: scale(4);
  -khtml-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  -webkit-transition: all 200ms ease-in-out;
  -khtml-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.overlay-container:hover p {
  opacity: 1;
  color: white;
}
.overlay-container:hover span {
  opacity: 1;
}
.chart {
  width: 90%;
}
.chart li {
  display: block;
  height: 23px;
  margin-top: 12px;
  position: relative;
}
.chart li:before {
  color: #fff;
  content: attr(title);
  left: 5px;
  position: absolute;
}
.chart li.title:before {
  color: black;
  font-weight: bold;
  left: 0;
}
.chart li:first-child {
  margin-top: 0;
}
.chart li .bar {
  background: #f96e5b;
  height: 100%;
  min-width: 0px;
}
.chart li .number {
  color: #32e8f1;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  position: absolute;
  top: -3px;
}
.chart li.past .bar {
  background: #f96e5b;
}
.chart li.past .number {
  color: #32e8f1;
}
ul.chart {
  padding-left: 0;
}
.admin-bar .navbar-fixed-top {
  top: 32px;
}
.col-sm-4.icon {
  text-align: center;
}
.fa-2x:hover {
  color: #f96e5b;
}
.fa-2x:hover > .fa-square-o {
  color: #3b5998;
}
footer a {
  color: #454545;
}
footer a:hover {
  color: #f96e5b;
}
footer {
  background-color: #131313;
  padding: 18px 0 18px;
  color: #353535;
  height: 60px;
  margin-top: -60px;
  /* negative value of footer height */
  clear: both;
}
.wrap:after {
  content: "";
  display: block;
}
.site-footer,
.wrap:after {
  height: 60px;
}
.category h1 {
  text-transform: capitalize;
}
.category .overlay-title p {
  margin-top: 27%;
}
.flex-nav-next a {
  height: 50px;
  top: 25%;
}
.flex-nav-prev a {
  height: 50px;
  top: 25%;
}
div.col-xs-6 h1 {
  border-bottom: 1px solid;
  width: 95%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .overlay-title h2 a {
    top: 100px;
  }
  body.single .overlay-title .overlay-link a {
    position: relative;
    top: 100px !important;
  }
}
@media screen and (max-width: 992px) {
  .overlay-title h2 a {
    top: 70px;
  }
  body.single .overlay-title .overlay-link a {
    position: relative;
    top: 80px !important;
  }
  div.tags .tag {
    display: block;
    padding: 5px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-8 h2 {
    border-right: 0;
    padding-right: 25px;
    border-color: #f96e5b;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .overlay-title h2 a {
    top: 140px;
  }
}
@media (max-width: 480px) {
  .overlay-title h2 a {
    top: 80px;
  }
  .overlay-container img.img-responsive {
    margin-top: 60px;
  }
}
