/*
==============================================================================================================
 Theme Name:	CT Solutions Theme 2021
 Theme URI:		[theme-url]
 Description:	New design and build for the 2019 refresh of the CT Solutions Theme 2021 website.
 Author:		  We Are Jungle
 Author URI:	http://www.wearejungle.co.uk
 Version:		  1.0
 Tags:			  white, grey, light, clean, responsive, responsive-layout, accessibility-ready
==============================================================================================================
*/
@media screen and (min-width: 992px) {
    .js-hidden {
        opacity: 0;
        transition: all ease 900ms;
        transform: translateY(30px);
    }

    .js-hidden.js-visible {
         opacity: 1;
         transform: translateY(0px);
     }
}
