/*
Theme Name: customizr-child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: marco
*/
/* Your awesome customization starts here */
#av_toolbar_regdiv,
#av_toolbar_iframe, .av_site,
.av-antipixel {
  display: none;
}
.av-credit-link{
  display: none;
}
body {top: -35px;}

.czrs-title, .czrs-subtitle {
  text-shadow:
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    2px 2px 0 #000;
}
@media only screen 
  and (max-device-width: 700px)
  and (orientation: portrait) {
    .czrs-subtitle {
      display: none;
    }
}

/* override IE fontawesome icon with itch.io */
ul.socials i.fa-internet-explorer:before {
  content: "\f83a";
}
