/******************************************************************
Theme Name: Mike Panaggio
Theme URI: http://www.jointswp.com
Description: Modified jointswp theme.
Author: Luka Lopicic
Author URI: https://www.lukalopicic.com
Version: 5.0 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/
.button-icon.pause span svg {
	display: block !important;
	height: 100%;
	width: 100%;
}

/* PAGE HOME */
@media screen and (max-width: 39.99875em) {
	.home #hero .text h1 {
		font-size: 2.8rem;
	}
}
.home #successful-companies .success-slider .item {
	display: flex;
	flex-direction: column;
}
.home #successful-companies .success-slider .item a {
	display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: .8rem;
    text-transform: uppercase;
	opacity: 0;
}
.home #successful-companies .success-slider .item a:before {
	content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url(/wp-content/uploads/2022/03/link-arrow.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
}
.home #successful-companies .success-slider .item a:hover {
	text-decoration: underline;
}
.home #successful-companies .success-slider .item a:hover:before {
    transform: rotate(45deg);
}
.home #successful-companies .success-slider .item.slick-current a {
	opacity: 1;
}
.home #successful-companies .success-slider .item p {
	flex-grow: 1;
}

/* PAGE BIO */
.bio #hero {
	background-image: url('/wp-content/uploads/2024/05/Mike-Bio.jpg');
}

/* PAGE NOW CARDS */
.now-cards #hero .text h1 {
	margin-bottom: 20px;
}


