/*
Theme Name: PVS '14
Theme URI: http://bckmn.com/naked-wordpress
Author: Matt Adams
Author URI: http://twoseventwo.us
Description: Pipe Vent Shield WordPress theme; extended from Naked Wordpress.
Version: 1.0
License: GNU General Public License
*/

/**
 * Global Styles
 * _HTML_Entities
 * _Reusable_Classes
 * _Header
 * _Footer
 * _General
 * _Pages
 */

/** 
 * _HTML_Entities
 */

a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover, a:visited, a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #f15a29;
}

body, html {
  height: 100%;
}

body {
  font-family: 'Merriweather';
  font-size: 15px;
  line-height: 1.4;
}

h1, h2, h3 {
  font-family: 'Proxima Nova';
  font-weight: 700;
  text-transform: uppercase;
}

h1, h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

img {
  height: auto;
  max-width: 100%;
}

p {
  max-width: 100%;
}


.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}



/**
 * _Reusable_Classes
 */

/* Background Colors */

.bg-light { background-color: #fff }
.bg-dark { background-color: #000 }
.bg-brand { background-color: #f15a29 }

/* Buttons */

.btn {
  border: 0;
  border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
  font-family: 'Proxima Nova';
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.btn-primary {
  background: #f15a29;
}

.btn-lg {
  font-size: 30px;
  padding: 25px 75px;
}

/* Colors */

.color-light { color: #fff }
.color-dark { color: #000 }
.color-brand { color: #f15a29 }

/* Photo */

img.photo {
  background: #fff;
  border: 1px solid #e6e7e8;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 10px;
}

/* Rotate */

@media (min-width: 768px) {
.rotate-left { transform:rotate(-5deg); -ms-transform:rotate(-5deg); -webkit-transform:rotate(-5deg) }
.rotate-right { transform:rotate(5deg); -ms-transform:rotate(5deg); -webkit-transform:rotate(5deg) }
}

/* Sections */

.section-padded { padding-top: 80px; padding-bottom: 80px }

/* Text */

.text-left { text-align: left }
.text-center { text-align: center }
.text-right { text-align: right }

/**
 * _Header
 */

#header {
  min-height: 101px; /* compensate for sticky navbar */
}

.navbar {
  background-color: #414042;
  border: 0;
  border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
  margin: 0;
}

.logged-in .navbar {
  margin-top: 32px;
}

.navbar-nav {
  float: right;
}

.navbar .container {
  position: relative;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: 'Proxima Nova';
  font-size: 16px;
  font-weight: 700;
  padding: 19px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #d1d3d4;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #d1d3d4;
}

.navbar-default .navbar-nav > li > a .fa {
  display: block;
  font-size: 2.2em;
  margin-bottom: 8px;
}

.navbar-default .navbar-nav > li:not(:last-child) > a:after {
  background: #939598;
  content: '';
  display: block;
  height: 64%;
  position: absolute;
  right: 0;
  top: 18%;
  width: 1px;
}

.navbar-brand {
  height: 130px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 182px;
  z-index: 1;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #333;
}


/**
 * _Footer
 */

#footer {
  background: #414042;
}

#footer a.logo {
  display: block;
  float: left;
  height: 130px;
  margin-top: -1px;
  width: 182px;
}

#footer ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 37px 0;
  width: 400px;
}

#footer li {
  float: left;
  width: 50%;
}

#footer li a {
  color: #fff;
  font-family: 'Proxima Nova';
  font-style: italic;
  line-height: 1.8;
  text-decoration: underline;
}


/**
 * _General
 */

/* Center Content */

.center { text-align: center }

/* Sticky Footer */

#page-wrap {
  min-height: 100%;
  margin-bottom: -210px; 
}

#page-wrap:after {
  content: '';
  display: block;
}

#page-wrap:after, #footer {
  height: 210px; 
}


/**
 * _Pages
 */

.page div.title {
  background: url(images/roofbg.jpg);
  padding-top: 200px;
}

.page div.title h1 {
  background-color: #f1592a;
  color: #fff;
  font-size: 53px;
  margin: 0;
  padding: 25px 0 25px 16.667%;
  position: relative;
  width: 83.333%;
}

.page div.title h1:after {
  border-top: 54px solid transparent;
  border-bottom: 54px solid transparent;
  border-left: 30px solid #f1592a;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
}

.page div.page-content {
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.page div.page-content .btn-lg {
  margin: 30px auto 0;
}

.page div.page-content h2 {
  margin: 30px 0;
}

.page div.page-content h3 {
  color: #f1592a;
  margin: 30px 0 15px;
}

.page div.page-content h2.title,
.page div.page-content h3.title {
  margin-top: 0;
}

.page div.page-content p {
  margin: 12px 0;
}

.page div.page-content ul {
  margin: 12px 0 20px;
  padding-left: 30px;
}

.page div.page-content li {
  padding: 2px 0;
}