/*
 * Please place your own CSS code to this file
 */  


#block-stack-custommenusociallinks,
#block-stack-custommenusociallinks-2 {
  margin-top: 14px;
  margin-left: 30px;
}

i.navsoicon{
    color: #5A052E !important;
    background-color: #f1f1f1;
    padding: 4px;
    border-radius: 13px;
    margin-top: 7px;
}


 /*
 * Services Boxes
 */


.service-item {
	--primary-color: #ffffff;
	--secondary-color: #5a052e;
	text-align: center;
    padding:0 1em;
}

.service-item .service-item-header {
    flex-flow: column nowrap;
    text-align: center;
}

a.service-icon{
    font-family: sport;
    font-size: 3rem;
    font-weight: 400;

    display: block;
    margin: 0 auto .25em;
    
    box-shadow: 0 0 0 1em var(--secondary-color, black) inset;
    color: var(--primary-color, white);
    border-radius: 50%;

    transition: all 280ms ease;
    
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-decoration: none;
    order: 1;
    outline: none;
}

.service-item:hover a.service-icon{
    box-shadow: 0 0 0 2px var(--secondary-color, black) inset;
    background-color: var(--primary-color, transparent);
    color: var(--secondary-color, black);
}

a.service-icon::before {
    display: block;
}

a.service-icon-community:before { content: "\f121"; }
a.service-icon-teamwork:before { content: "\f159"; }
a.service-icon-sportsmanship:before { content: "\f137"; }
a.service-icon-encourage:before { content: "\f123"; }


.service-item .service-item-content{
    color:#3c3c3c;
}

.service-item .service-content-title{
    font-size: 1.5rem;
    font-weight: 800;
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1.7em;
    
}
.service-item .service-content-title a{
    color:#191919;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}

.service-item:hover .service-content-title a{
    color: var(--secondary-color);
}

.service-item .service-content-text {
    color:#3c3c3c;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6em;
    
}

.btn.bg--instagram-alt:hover{
    background-color: #5a052e !important;
}
.btn.bg--instagram-alt:hover i {
    color: #fff;
}

/* Insta Gallery */

.insta-post{
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
}
.insta-post img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.insta-caption {
    display: none;
}


.footer-main {
    border-top:1px solid rgba(0, 0, 0, 0.16);
}