@charset "UTF-8";
/*
Theme Name: Holy Comolli
Theme URI: http://comocreative.com
Description: Como Boot Child Theme
Author: Como Creative
Template: como-boot
*/
/* Variables */
@font-face {
  font-family: 'Agent-Orange';
  src: url('fonts/webfonts_Agent-Orange/Agent-Orange.ttf.woff') format('woff'), url('fonts/webfonts_Agent-Orange/Agent-Orange.ttf.svg#Agent-Orange') format('svg'), url('fonts/webfonts_Agent-Orange/Agent-Orange.ttf.eot'), url('fonts/webfonts_Agent-Orange/Agent-Orange.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/* Text Elements */
/* ----------- Header ----------- */
#mainNav {
  background: #0d223d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.25);
}
#mainNav * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mainNav .navbar-header {
  position: relative;
  height: auto;
}
#mainNav .navbar-brand {
  height: auto;
  padding: 20px 0;
}
#mainNav .navbar-brand a {
  position: relative;
  font-family: 'Agent-Orange';
  font-size: 3em;
  color: #fff;
  line-height: 1;
  text-decoration: none !important;
}
#mainNav .nav .menu-item a {
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.666);
}
#mainNav .nav .menu-item a:hover,
#mainNav .nav .menu-item a:focus {
  color: #ffffff;
}
/* Slider Nav */
#sliderNav {
  margin-top: 0.5em;
}
#sliderNav .as-panel img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sliderNav .as-panel:hover img,
#sliderNav .as-panel:focus img,
#sliderNav .as-panel:active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* Page Content */
.page-header,
.post-header {
  margin-top: 1em;
}
.page-section {
  padding: 0;
}
