/*
Theme Name: LioMagazine
Theme URI: http://demo.lioit.com/?theme=LioMagazine
Description: LioMagazine is Premium WordPress News / Magazine Theme Fully Customizable , has an extensive Theme Options with Import/export System.
Version: 1.3.0
Author: LioIT
Author URI: http://www.lioit.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: advanced options, custom widgets, google web fonts, magazine, multi colors, online magazine, responsive, shortcodes, slider, theme magazine, theme news
*/
/*******************************************************************
Reset
 *******************************************************************/
/* ---------------------------------------------
 Main Global Layout Settings
------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Lato);
@import "css/shortcodes.css";
@import "css/reset.css";
@import "css/skin.css";
@import "css/featuredsliders.css";
@import "css/carousel.css";
@import "css/newsboxs.css";
@import "css/widgets.css";
@import "css/pages.css";
@import "css/single.css";
@import "css/pagination.css";
@import "css/hoverdir.css";
@import "css/isotope.css";
@import "css/wpcf7.css";
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
