/* Copyright (C) YOOtheme GmbH, Peacock Idea Inc. */

/* ========================================================================
Use this file to add Common CSS easily:
    - Button
    - Icon
    - Close
    - Badge
    - Alert
    - Thumbnail
    - Overlay
    - Text
    - Animation
    - Contrast
========================================================================== */


/* ========================================================================
   Responsive
 ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767px) {
/* Styles */

}
/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */

}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1025px) and (max-width : 1223px) {
/* Styles */

}