/*
Theme Name: ZooCheck
Theme URI: http://presscustomizr.com/customizr
Template: customizr
Author: nikeo
Author URI: http://presscustomizr.com/
Description: Customizr is a versatile and easy to customize WordPress theme, instantly giving a professional look to your online presence. Designed with visitor engagement in mind, it allows anyone to create a beautiful, fast and mobile friendly website compatible with all browsers and devices. Customizr works fine with major WordPress plugins like WooCommerce, bbPress, JetPack and many others. Top rated by hundreds and with a very active community of users and developers, the Customizr theme is a safe and reliable design option to publish your WordPress content.
Tags: gray,white,light,blue,red,yellow,green,purple,orange,black,one-column,two-columns,three-columns,left-sidebar,right-sidebar,fluid-layout,responsive-layout,buddypress,custom-menu,custom-colors,featured-images,full-width-template,theme-options,threaded-comments,translation-ready,sticky-post,post-formats,rtl-language-support,editor-style
Version: 4.4.21.1574354720
Updated: 2020-11-21 12:45:20

*/
.new-homepage .info-totes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 30px auto; }
  @media all and (max-width: 768px) {
    .new-homepage .info-totes {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      justify-items: center; } }
  .new-homepage .info-totes__item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .new-homepage .info-totes__item__copy {
      color: #9B9B9B;
      padding-bottom: 15px;
      margin-bottom: auto; }
    .new-homepage .info-totes__item__cta {
      transition: all 0.3s ease-out;
      color: #017B8A;
      background: transparent;
      border: solid 3px #017B8A;
      display: inline-block;
      padding: 15px;
      text-decoration: none;
      line-height: 0.75;
      width: auto;
      font-weight: 800;
      padding-left: 30px;
      padding-right: 30px; }
      .new-homepage .info-totes__item__cta:hover {
        color: #fff;
        background: #017B8A;
        border-color: #017B8A; }
    .new-homepage .info-totes__item__image {
      width: 100%;
      margin-bottom: 15px;
      height: 275px;
      overflow: hidden; }
      .new-homepage .info-totes__item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media all and (max-width: 768px) {
          .new-homepage .info-totes__item__image img {
            width: 90%;
            margin-left: 5%; } }
    .new-homepage .info-totes__item__title {
      padding-bottom: 15px;
      margin-bottom: auto;
      font-size: 1.4rem;
      text-transform: uppercase;
      color: #9B9B9B; }