/*
Theme Name: ElgrecoWoo Child
Description: This is a child theme for ElgrecoWoo
Author: Bogdan Gorchakov, Evgeniy Chepchugov, Ekaterina Sayapina
Author URI: https://yellowduck.me/
Template: elgrecowoo
Version: 1.1.4
*/

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

@media only screen and (max-width: 575px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
 #tidio-chat iframe { right: -5px !important; bottom: 75px !important; }
	
}

@media only screen and (min-device-width: 576px) {
/*************** ADD DESKTOP AND TABLET ONLY CSS HERE  ***************/
	
 #tidio-chat iframe { bottom: 80px !important; }
	
}


@media (min-width: 577px) and (max-width: 1024px) {
/*************** ADD TABLET ONLY CSS HERE ***************/
	
 #tidio-chat iframe { right: 10px !important; }
	
}