/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


@media screen and (min-width: 481px) {

	.vc_row.only-phone {
		display : none;
	}

	.vc_row.only-desktop {
		display : block;
	}

}

@media screen and (max-width: 480px) {

	.vc_row.only-phone {
		display : block;
	}

	.vc_row.only-desktop {
		display : none;
	}


}