/* Minification failed. Returning unminified contents.
(22,1): run-time error CSS1019: Unexpected token, found 'jQuery('
(22,17): run-time error CSS1031: Expected selector, found '('
(22,17): run-time error CSS1025: Expected comma or open brace, found '('
(45,2): run-time error CSS1019: Unexpected token, found ')'
 */
//--- Equal height window load

//$(window).on('load', function () {
//    equalHeight("#animal-list .team-style2 ul li:nth-child(1)");
//    equalHeight("#animal-list .team-style2 ul li:nth-child(2)");
//    equalHeight("#animal-list .team-style2 ul li:nth-child(3)");

//    equalHeight("#video-home .team-header");

//    equalHeight("#news-home .blog-box");
//    equalHeight("#news-home .blog-box-caption");
//    equalHeight("#news-home .blog-box-caption h5");

//    equalHeight(".serviceBox1");
//    equalHeight(".serviceBox1 .service-content");

//    squareImage("#video-home .video-image img");
//    squareImage("#news-home .blog-box img");
//    squareImage(".animal-list-home-bg .animal-box .team-style2 .img-box img");
//});

jQuery(function ($) {
    $(document).ready(function () {
        //--- Equal height window load
        equalHeight(".serviceBox1 .service-icon img");
        equalHeight(".serviceBox1 .title");
        equalHeight(".serviceBox1 .description");
        //equalHeight(".serviceBox1");

        equalHeight("#animal-list .team-style2 .team-header");
        squareImage("#animal-list .team-style2 .img-box img");
        equalHeight("#animal-list .team-style2 ul li");
        //equalHeight("#animal-list .team-style2");

        equalHeight("#video-home .team-header");
        equalHeight("#video-home p");
        squareImage("#video-home .video-image img");

        equalHeight("#news-home .blog-box-caption h5");
        equalHeight("#news-home .blog-box-caption p span");
        equalHeight("#news-home .blog-box-caption");
        squareImage("#news-home .blog-box img");
        //equalHeight("#news-home .blog-box");
    })
})
