/*----------------------------------------------------------------
  You can add your style here, if you don't want to use child theme.

  MAKE SURE YOU "BACKUP" THIS FILE, YOUR CUSTOM CAN BE LOSS WHEN YOU UPDATE.

--------------------------------------------------------------*/
/* Note: Add new css to the media query below that you want to only effect all device  */




/*----------------------------------------------------------------
  ONLY DESKTOP STYLE
--------------------------------------------------------------*/
/* Note: Add new css to the media query below that you want to only effect the desktop view  */
@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */




}
/*----------------------------------------------------------------
  MOBILE STYLE
--------------------------------------------------------------*/
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait */
@media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */




}