/**
* Theme Name: Grogin Child
* Description: This is a child theme of Grogin, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: grogin
* Version: 1.2.5
*/

/*
 * Rko's Style Starts Here
 * ------------------------------*/
.app-buttons .app-button {
    flex-direction: column-reverse;
    align-items: start !important;
}

.footer-widgets .app-buttons .app-button img {
    max-width: 75%;
}

.footer-widgets .app-buttons .app-button p {
	color: var(--bs-heading-color);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}


.footer-widgets .app-buttons .app-button a {
	pointer-events: none;
}

.quick-button.style-3 .action-link{
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.footer-widgets .app-buttons .app-button img {
    	max-width: 50%;
	}
}

@media screen and (min-width: 1366px) {
	.footer-widgets .app-buttons .app-button img {
    	max-width: 100%;
	}
	
	.footer-widgets .app-buttons .app-button p {
		font-size: 0.875rem;
		margin-bottom: 0.75rem;
	}
}
