/*
Theme Name:     Power Workers Union Theme
Theme URI: 		https://www.pwu.ca
Description:    Child theme for the Jupiter theme 
Author:         Power Workers' Union
Theme URI: 		https://www.pwu.ca
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

#menu-footer-menu svg {
    display: none;
}

.overlay-grid .gallery-title::after{
    display: none;
}
.overlay-grid .gallery-title{
    opacity: 1 !important;
	width: 70% !important;
    margin: 0 auto;
}
.overlay-grid .gallery-title p{
    font-size: 22px
}
.overlay-grid-blue .gallery-title{
    background-color: #15898d;
    background-color: rgba(21, 137, 141, 0.9);
}
.overlay-grid-red .gallery-title{
    background-color: #dd725b;
    background-color: rgba(221, 114, 91, 0.9);
}
.overlay-grid .mk-gallery-item:hover .gallery-title{
    background: none;
}

.overlay-grid .gallery-caption{
    display:none !important;
}

@media (max-width: 1140px){
	.overlay-grid .gallery-title p{
		font-size: 14px;
	}
}
@media (max-width: 1023px){
	.overlay-grid-red .mk-gallery-image{
		min-height: 100px;
	}
}
@media (max-width: 767px){
	.overlay-grid .gallery-title p{
		font-size: 12px;
	}
}
@media (max-width: 425px){
	.overlay-grid-red{
		
	}
}