/*
Theme Name: Respondo Child Theme
Theme URI: http://www.respondotheme.com/
Author: Spark Logix Studios
Author URI: http://www.sparklogix.com/
Description: A framework theme made to not only look and behave great in the latest desktop browsers but in tablet and smartphone browsers via responsive CSS as well. Based in part on Twitter Bootstrap and built for creative and custom developed websites. Brought to you by Spark Logix Studios.
Version: 1.0
Template: Respondo
*/

@import url("../Respondo/style.css");

/* DO NOT CHANGE ANYTHING ABOVE THIS LINE */

/* Custom Fonts */
@font-face {
    font-family: 'LuckiestGuy';
    src: url('http://numstheword.com/webfont/luckiestguy-webfont.eot');
    src: url('http://numstheword.com/webfont/luckiestguy-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://numstheword.com/webfont/luckiestguy-webfont.woff') format('woff'),
         url('http://numstheword.com/webfont/luckiestguy-webfont.ttf') format('truetype'),
         url('http://numstheword.com/webfont/luckiestguy-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quando';
    src: url('http://numstheword.com/webfont/quando-webfont.eot');
    src: url('http://numstheword.com/webfont/quando-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://numstheword.com/webfont/quando-webfont.woff') format('woff'),
         url('http://numstheword.com/webfont/quando-webfont.ttf') format('truetype'),
         url('http://numstheword.com/webfont/quando-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 260px;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-size: 15pt;
  position: fixed;
}

#close_fb {
  float: right;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}

@media print {

  .adunit, .adunitlabel, .adunitwrapper, #recipe_btf_wrapper {

    display : none !important;

  }

}