/*
Theme Name: Airtech Child
Description: This is a child theme for Fitzeous Theme
Author: Templatation
Template: airtech
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* ≥1400px */
@media (min-width: 1400px) {
  .container, .col-full {
    max-width: 1320px;
  }
}
