/*
Theme Name: Your Child Theme
Description: Child theme for the Theme Blvd framework
Author: Your name here
Template: alyeska
*/

/*
Note: The parent theme does not include any CSS in
style.css, and so you don't need to @import it here.
*/

/* Add your custom CSS here. */
div.googlemaps .map-class { width:100%!important;min-width:100%!important;}
#main-menu .sf-menu li a {
  font-family: Arial,Helevtica,Verdana,san-serif;
  font-size: 10px!important;
}
#featured {
  max-width: 100%!important;
}
/*  Kitty Cam iFrame Styles */
.petpointFrame {
    width: 100%!important;
    min-width: 300px!important;
    margin-left: -20px;
    height: 1000px;
    overflow: scroll;
}
.kitten-cam-iframe {
width:588px;
height:473px;
}
@media screen and (max-width: 994px) {
.kitten-cam-iframe {
width:420px;
height:380px;
}
}
@media screen and (max-width: 785px) {
.kitten-cam-iframe {
width:100%;
height:340px;
}
}
@media screen and (max-width: 500px) {
.kitten-cam-iframe {
height:275px;
}
.petpointFrame {
height:600px;
}
}
@media screen and (max-device-width: 500px) {
.kitten-cam-iframe {
height:275px;
}
.petpointFrame {
/*height:600px;*/
}
}
@media screen and (max-width: 425px) {
.petpointFrame {
/*height:400px;*/
}
}
