/*
Theme Name: Inovado Child
Description: Inovado Child Theme
Author: Peter Leitch
Template: inovado
Version: 1.0
*/

@import url("../inovado/style.css");

.teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5, .teaser h6, .teaser p {
    margin-bottom: -10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.teaser .teaser-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 5px;
    margin-left: -26px;
    margin-right: -26px;
    margin-top: -26px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.callout .callout-button {
    float: hidden;
clear: none;
}

/* Match X (Twitter) icon brightness to other footer social icons */
#copyright .social-twitter a {
    filter: brightness(0.54);
}

/* ===== ADP Cross-Links: Layout Fix & Hover Animation ===== */
div[style*="display:grid"] br {
	  display: none !important;
}
a[style*="background:#1D2C91"][style*="text-decoration:none"]:hover {
	  transform: translateY(-5px) !important;
	  box-shadow: 0 10px 30px rgba(0,0,0,0.35), 0 5px 12px rgba(0,0,0,0.2) !important;
}
/* ===== End Cross-Links ===== */
}
}