/**
* @author Dom Tancredi (dom@domandtom.com)
**/
/*
 @import 'partials/reset'; 
*/
/**
* signorinanavarra.com font styles
*
**/
@font-face {
  font-family: 'archer-book-webfont';
  src: url("fonts/archer/archer-book-webfont.eot") format("eot"), url("fonts/archer/archer-book-webfont.woff") format("woff"), url("fonts/archer/archer-book-webfont.ttf") format("truetype"), url("fonts/archer/archer-book-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'archer-book-webfont';
  src: url("fonts/archer/archer-bold-webfont.eot") format("eot"), url("fonts/archer/archer-bold-webfont.woff") format("woff"), url("fonts/archer/archer-bold-webfont.ttf") format("truetype"), url("fonts/archer/archer-bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'archer-book-webfont';
  src: url("fonts/archer/archer-bookitalic-webfont.eot") format("eot"), url("fonts/archer/archer-bookitalic-webfont.woff") format("woff"), url("fonts/archer/archer-bookitalic-webfont.ttf") format("truetype"), url("fonts/archer/archer-bookitalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'archer-bold-webfont';
  src: url("fonts/archer/archer-bold-webfont.eot") format("eot"), url("fonts/archer/archer-bold-webfont.woff") format("woff"), url("fonts/archer/archer-bold-webfont.ttf") format("truetype"), url("fonts/archer/archer-bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'archer-bookitalic-webfont';
  src: url("fonts/archer/archer-bookitalic-webfont.eot") format("eot"), url("fonts/archer/archer-bookitalic-webfont.woff") format("woff"), url("fonts/archer/archer-bookitalic-webfont.ttf") format("truetype"), url("fonts/archer/archer-bookitalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'archer-medium-webfont';
  src: url("fonts/archer/archer-medium-webfont.eot") format("eot"), url("fonts/archer/archer-medium-webfont.woff") format("woff"), url("fonts/archer/archer-medium-webfont.ttf") format("truetype"), url("fonts/archer/archer-medium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
* signorinanavarra.com global styles 
*
**/
/* color variables 
------------------------------------------------------------------------------*/
/* mixins 
------------------------------------------------------------------------------*/
/* margins 
------------------------------------------------------------------------------*/
/* line 23, scss/partials/_global.scss */
.margin-bottom-20px {
  margin-bottom: 20px;
}

/* base 
------------------------------------------------------------------------------*/
/* line 30, scss/partials/_global.scss */
h5 {
  margin-top: 0;
  font-size: 17.5px;
}

/* line 35, scss/partials/_global.scss */
p {
  font-size: 16px;
}

/* line 39, scss/partials/_global.scss */
hr {
  border-top: 1px solid #939598;
}

/* line 43, scss/partials/_global.scss */
figure {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

/* line 49, scss/partials/_global.scss */
a:hover {
  text-decoration: none;
}

/* line 53, scss/partials/_global.scss */
a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #f79863;
}

/* line 57, scss/partials/_global.scss */
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
  color: #ef6c25;
}

/* line 66, scss/partials/_global.scss */
.font-size-16px,
.font-size-16px label,
.font-size-16px input,
.font-size-16px button,
.font-size-16px select,
.font-size-16px textarea {
  font-size: 16px;
  line-height: 24px;
}

/* line 71, scss/partials/_global.scss */
.orange {
  color: #f79863;
}

/* line 75, scss/partials/_global.scss */
.fine-grey {
  color: #eeeeee;
}

/* line 78, scss/partials/_global.scss */
.center {
  text-align: center;
}

/* line 83, scss/partials/_global.scss */
.label-info, .badge-info,
.label-info[href], .badge-info[href] {
  background-color: black;
}

/* line 88, scss/partials/_global.scss */
.label-info:hover, .badge-info:hover,
.label-info[href]:hover, .badge-info[href]:hover {
  background-color: #f79863;
}

/* line 92, scss/partials/_global.scss */
.lead {
  font-size: 16px;
}

/* line 96, scss/partials/_global.scss */
.divider-main {
  margin: 20px 0 5px 0;
}

/* line 100, scss/partials/_global.scss */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 105, scss/partials/_global.scss */
.btn-inverse {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/**
* signorinanavarra.com header styles 
*
**/
/* line 6, scss/partials/_header.scss */
.navbar .brand {
  margin-left: -32px;
}

/* line 10, scss/partials/_header.scss */
.work-detail-nav {
  margin-top: -22px;
}

/* line 13, scss/partials/_header.scss */
.work-detail-nav li {
  border-top: 3px solid rgba(230, 130, 14, 0);
  padding-top: 22px;
}

/* line 18, scss/partials/_header.scss */
.sf-isotope-filters, .sf-da-isotope-filters {
  margin-top: -22px;
}

/* line 21, scss/partials/_header.scss */
.sf-isotope-filters li, .sf-da-isotope-filters li {
  padding-top: 22px;
}

/**
* signorinanavarra.com footer styles 
*
**/
/* line 6, scss/partials/_footer.scss */
.sf_footer .divider-blog-footer {
  border-top: 1px solid #eeeeee;
  margin: 5px 0;
}

/* line 11, scss/partials/_footer.scss */
.sf_footer h4 img {
  float: left;
}

/* line 15, scss/partials/_footer.scss */
.sf_footer h4 div {
  padding: 3px 0 0 34px;
}

/* line 19, scss/partials/_footer.scss */
.recent-posts-footer {
  padding: 11px 0 0 0;
}

/* line 23, scss/partials/_footer.scss */
.sf_footer .divider-main {
  margin: 20px 0 5px 0;
}

/* line 27, scss/partials/_footer.scss */
.sf_footer .footer-copy {
  padding: 23px 0 0 0;
}

/**
* signorinanavarra.com home styles
*
**/
/* home 
------------------------------------------------------------------------------*/
/* line 9, scss/partials/_home.scss */
.camera-width {
  width: 1100px;
}

/**
* signorinanavarra.com contact styles
*
**/
/* line 6, scss/partials/_contact.scss */
input.wide-button {
  height: 30px;
  width: 100%;
}

/* line 10, scss/partials/_contact.scss */
.captcha img {
  height: 30px !important;
  width: 232px !important;
}

/**
* signorinanavarra.com work styles 
*
**/
/* work 
------------------------------------------------------------------------------*/
/* line 9, scss/partials/_work.scss */
.work-inner-wrap {
  margin: 0 0 0 15px;
}

/* line 13, scss/partials/_work.scss */
.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 17, scss/partials/_work.scss */
.margin-top-0px {
  margin-top: 0px;
}

/* line 21, scss/partials/_work.scss */
.margin-bottom-7px {
  margin-bottom: 7px;
}

/**
* signorinanavarra.com blog styles
*
**/
/* line 6, scss/partials/_blog.scss */
.blog-post h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
}
