@charset "UTF-8";
/* ****************************************************************************
Theme Name: WebProNews Subscription Theme                     		
Fonts:												
font-family: font-family: 'Roboto', sans-serif;
font-family: font-family: 'Roboto Condensed', sans-serif;			
/* ****************************************************************************/
/* ****************************************************************************/
/* General HTML                                                               */
/* ****************************************************************************/
body {
  background-color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
/*  margin-bottom: 1250px;*/
  overflow-x: hidden;
}

/* ****************************************************************************/
/* Media Queries                                                              */
/* ****************************************************************************/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/**iPad media queries**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
@media (min-width: 1600px) {

}