/*
Theme Name:     Child of purdue-home-theme
Theme URI:      
Description:    Purdue-home-theme child theme.
Author:         Ryan Grieco
Author URI:     
Template:       purdue-home-theme
Version:        0.1.0
*/
.wp-block-columns {
  column-gap: 40px;
}

.ctabox:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%27104.253572px%27 height=%27104.253572px%27 viewBox=%270 0 104.253572 104.253572%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3Earrow_circle_icon%3C/title%3E%3Cg id=%27Desktop%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27arrow_circle_icon%27 transform=%27translate%2852.1268, 52.1268%29 rotate%2840%29 translate%28-52.1268, -52.1268%29translate%2815.1268, 15.1268%29%27 stroke=%27%238e6f3e%27 stroke-width=%274%27%3E%3Cg id=%27Group-3%27 transform=%27translate%280, 0%29%27%3E%3Ccircle id=%27Oval-Copy%27 transform=%27translate%2837, 37%29 rotate%28135%29 translate%28-37, -37%29%27 cx=%2736.9999977%27 cy=%2736.9999977%27 r=%2725.1629493%27%3E%3C/circle%3E%3Cg id=%27Arrow-Copy-3%27 transform=%27translate%2827.7199, 21.7701%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cline x1=%279.52771771%27 y1=%272.99227577%27 x2=%279.56560625%27 y2=%2727.0777404%27 id=%27Path-6%27 transform=%27translate%289.5467, 15.035%29 rotate%2850%29 translate%28-9.5467, -15.035%29%27%3E%3C/line%3E%3Cpolyline id=%27Path-5%27 transform=%27translate%2814.2315, 11.1834%29 rotate%2850%29 translate%28-14.2315, -11.1834%29%27 points=%274.73086087 17.2295253 14.1515077 5.10747085 23.7320575 17.2593992%27%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 90px;
  width: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: 30%;
  position: absolute;
  transition: 0.3s ease;
}
h3.smallpad {
  margin-top: 0rem !important;
}
.nogap {
  margin-bottom: -30px !important;
}
.wp-block-table {
  margin-top: 0.5rem !important;
}

/* Three column header */

div.wp-block-columns.threecol {
  padding-top: 4rem;
}

.wp-block-separator {
  border: none;
  border-top: 2px solid;
  padding: 1px 20px !important;
  margin: 0px 30px !important;
}

.alignwide,
.post-content .purdue-home-post-grid .section .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

div.container.is-fluid.goldcon {
  background-color: #cfb991 !important;
}

.purdue-second-nav .menu-items .navbar-item a,
.purdue-second-nav .menu-items .navbar-item button {
  font-size: 1.05rem !important;
}

.purdue-second-nav .menu-items .navbar-item a,
.purdue-second-nav .menu-items .navbar-item button {
  font-size: 1.05rem !important;
}
a.purdue-home-cta-card.purdue-home-cta-card--horizontal {
  background: #C4BFC0;
}

.purdue-home-cta-card .image, .purdue-home-background-image {
  width:0% !important;
  height: 0% !important;
}

.ctanoimg {
  margin-top: -100px !important;
  margin-bottom: -50px !important;
}

div.purdue-home-cta-stack.has-gray-background.noback div.section.has-padding-top-large.has-padding-bottom-large a.purdue-home-cta-card.purdue-home-cta-card--horizontal {
  background: white !important;
}
.wp-block-columns {
    align-items: stretch !important;
}

.wp-block-column {
    display: flex;
    flex-direction: column;
}