/* theme base */
/*@import url('normalize.css');*/
/*@import url('base.css');*/
/*@import url('bootstrap4-block-grid.css');*/

/* page level script */
@import url('style-potty-training-desktop.css');


/* tablet portrait landscape*/
@import url("responsive-potty-training-tablet.css") only screen and (min-width: 768px) and (max-width: 1024px );

/* tablet landscape*/
@import url("responsive-potty-training-tablet-landscape.css") only screen and (min-width: 991px) and (max-width: 1024px );

/* phone portrait landscape */
@import url("responsive-potty-training-mobile.css") only screen and (max-width: 767px);

/* phone landscape */
@import url("responsive-potty-training-mobile-landscape.css") only screen and (max-width: 767px) and (orientation : landscape);



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
