/*
Template: dms
*/

/* -------- Base -------- */
@import url(../wp-content/themes/dannys-child-theme/base.css);

/* -------- Mobile --------- */
@import url(http://www.dannysvenice.com/wp-content/themes/dannys-child-theme/mobile.css) (max-width:767px);

/* -------- Tablet Portrait --------- */
@import url(http://www.dannysvenice.com/wp-content/themes/dannys-child-theme/tabletportrait.css) (min-width:768px) and (max-width:1024px) and (orientation:portrait);

/* -------- Tablet Landscape --------- */
@import url(http://www.dannysvenice.com/wp-content/themes/dannys-child-theme/tabletlandscape.css) (min-width:768px) and (max-width:1024px) and (orientation:landscape);

/* -------- Desktop --------- */
@import url(http://www.dannysvenice.com/wp-content/themes/dannys-child-theme/desktop.css) (min-width:1025px) and (max-width:1279px);

/* -------- Large Screen --------- */
@import url(http://www.dannysvenice.com/wp-content/themes/dannys-child-theme/largescreen.css) (min-width:1280px);