/* Black: #2a2a2a */
/* Pink: #eb466e */
/* Green: #09d2aa */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body.page-template-template-content, html {
    height: 100%;
}

#mobile-header,
#site-header{
    background-color: black!important;
}

#site-header nav ul {
    text-align: center;
    margin: 25px 180px 0!important;
}

#site-header nav ul li {
    margin-left: 15px!important;
}
@media (min-width:901px) and (max-width: 1000px) {
    header#site-header {
        padding: 10px 0;
    }
}
#site-header nav ul li a{
    font-size: 14px!important;
    color: white!important;
    font-family: "Oswald", sans-serif!important;
}

header#site-header ul.nav-icon li a{
    color: white!important;
}

header#site-header ul.nav-icon li a:hover{
    color:  #eb466e!important;
}

header#site-header ul.nav-icon{
    top: 17px;
}

header#site-header nav ul li a:hover{
    color:  #eb466e!important;
}

.fixed-header #site-header{
    height: 110px;
}

header#site-header nav ul li a{
    display: inline-block;
    margin-bottom: 10px;
}
@media (max-width: 900px) {
    .menu-btn {
        top: -5px;
    }
}

.menu-btn:before, .menu-btn:after, .menu-btn span{
    background-color: white!important;
}

/*.desktop-extra-menu-click:hover .menu-btn:before, .desktop-extra-menu-click:hover .menu-btn:after, .desktop-extra-menu-click:hover .menu-btn span{*/
/*    background-color: #eb466e!important;*/
/*}*/

.desktop-extra-menu{
    background-color: rgba(235, 70, 110, .9)!important;
}
.desktop-extra-menu a{
    font-family: "Oswald", sans-serif!important;
}

#mobile-shortcuts{
    text-align: center;
    background-color: #eb466e!important;
}

.mobile-overlay{
    background-color: #eb466e!important;
}

#mobile-shortcuts li{
    height: unset;
}

#mobile-shortcuts li a{
    font-size: 12px!important;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: unset;
    font-family: "Oswald", sans-serif!important;
}

#site-footer{
    background-color: black!important;
}
#site-footer a {
    font-family: "Oswald", sans-serif!important;
}
#site-footer .footer-social-icons li a{
    color: #eb466e!important;
}
#site-footer .footer-social-icons li a:hover{
    color: white!important;
}
#site-footer p.button a{
    color: #eb466e!important;
    border: 2px solid #eb466e!important;
}
#site-footer p.button a:hover{
    background-color: #eb466e!important;
    color: white!important;
}
#site-footer a:hover{
    color: #eb466e!important;
}
.company-logo{
    top: 24px;
}

h1, h2{
    color: #eb466e!important;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif!important;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-family: inherit!important;
}

p{
    font-family: "Roboto", sans-serif!important;
}

.white-text{
    color: white!important;
}

.white-text p,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6{
    color: white!important;
}

p.button a{
    color: #eb466e!important;
    border-color: #eb466e!important;
}

p.button a:hover{
    background-color: #eb466e!important;
    color: white!important;
}

p a{
    font-family: inherit!important;
}

.home-intro p:not(.button){
    font-size: 16px;
}

.full-height-image p.button a {
    background-color: #eb466e!important;
    color: white!important;
}

.full-height-image p.button a:hover {
    background-color: white!important;
    color: #eb466e!important;
    border-color: white!important;
}

.full-height-image .scroll i{
    color: #eb466e!important;
}

.content-image-row {
    display: flex;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 40px;
}

.content-image-row.reverse {
    flex-direction: row-reverse;
}

.content-image-row img {
    width: 100%;
    height: auto;
    display: block;
}

.text-inner {
    padding: 0 40px;
}
.spacer{
    padding-top: 40px;
    padding-bottom: 40px;
}
.spacer.cta {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
}

.spacer.cta .cta-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.26);

}
.spacer.cta .cta-content{
    position: relative;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
}
.spacer.cta h2 {
    margin-bottom: 20px;
    color: white!Important;
    font-family: 'Source Sans Pro', sans-serif;
}

.spacer.cta .button a {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border: 2px solid white;
    /*background: rgba(0, 0, 0, 0.25);*/
    background-color: #eb466e!important;
    color: white!important;
    padding: 19px 35px;
    font-size: 1.25em;
    font-weight: 600;
}

.spacer.cta .button a:hover {
    background-color: white!important;
    color: #eb466e!important;
    border-color: white!important;
}

/* Spacer block sizes */
.space-element { width: 100%; display: block; }

.space-element.sm { height: 24px; }
.space-element.md { height: 48px; }
.space-element.lg { height: 80px; }

/* Optional: slightly larger on bigger screens */
@media (min-width: 768px) {
    .space-element.sm { height: 32px; }
    .space-element.md { height: 64px; }
    .space-element.lg { height: 120px; }
}


.team-block{

    display: flex;
    flex-wrap: wrap;

}

.rjc-team-row {

}

.rjc-team-row > .columns {
    float: none;
}

.rjc-person-name {
    font-weight: 700;
    font-size: 1.2rem;
}

/* Shared avatar styles */
.rjc-blank-person,
.rjc-person {
    /*border-radius: 10rem;*/
    margin: 0 auto 1rem auto !important;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

@media (max-width: 575px) {
    .rjc-blank-person,
    .rjc-person {
        width: 100%;
    }
}

.rjc-person-small {
    width: 92px;
}

/* Person image */
.rjc-person {
    border: 3px solid black;
}

/* Blank person placeholder */
.rjc-blank-person {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eb466e;
    border: 3px solid #eb466e;
}

@media (max-width: 575px) {
    .rjc-blank-person {
        height: 8rem;
    }
}

/* Icon inside blank person */
.rjc-blank-person svg {
    width: 7rem !important;
    height: 7rem;
}

@media (max-width: 575px) {
    .rjc-blank-person svg {
        width: 4rem !important;
        height: 4rem;
    }
}

.rjc-blank-person svg path {
    fill: #eb466e;
}

/* Team card */
.rjc-team-person {
    cursor: pointer;
    margin-bottom: 20px;
}

/* Hover states */
.rjc-team-person:hover .rjc-person-name {
    color: #eb466e;
}

.rjc-team-person:hover .btn-underlined {
    color: #eb466e;
}

/* Button */
.rjc-team-person .btn-underlined {
    color: #eb466e;
}

.rjc-team-person .btn-underlined span::after {
    padding-top: 0.1rem;
}

/* SweetAlert popup */
.rjc-team-popup .swal2-html-container p {
    font-size: 1rem;
    text-align: left;
}
.is-hidden {
    display: none !important;
}

@media (max-width: 1024px) {
    .split-content-block .six.columns {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }

    .split-content-block .split-col + .split-col {
        margin-top: 20px;
    }
}
.our-events-page > .columns {
    padding-left: 1rem;
    padding-right: 1rem;
}

.dance-event-listing {
    margin-bottom: 40px;
}

.dance-event-listing-container{
    padding-bottom: 10px;
}

.dance-event-listing .details .more-info,
.dance-event-listing .details .more-info a,
.dance-event-listing .details h3,
.dance-event-listing .details h3 a{
    color: #eb466e;
}

.woocommerce div.product .product_title{
    color: #eb466e;
}

.single-product p a{
    color: #eb466e;
}

.woocommerce div.product form.cart .button{
    color: #eb466e;
    border-color: #eb466e;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #eb466e;
    border-color: #eb466e;
    color: white;
}

#breadcrumb{
    margin-top: 20px;
    margin-bottom: 25px;
}
#breadcrumb > p > span{
    color: #eb466e!important;
}

/* Converted from SCSS */

.urt-image-gallery .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .urt-image-gallery .items {
        grid-template-columns: repeat(3, 1fr);
    }
}

.urt-image-gallery .urt-zoom-image {
    cursor: pointer;
    aspect-ratio: 1 / 1;
}

.urt-link .urt-zoom-image {
    overflow: hidden;
}

.urt-link .urt-zoom-image .image {
    background-position: center;
    background-size: cover;
    transition: transform 1s linear;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

.urt-link .rjc-link-primary-secondary {
    color: black;
}

.urt-link:hover .urt-zoom-image .image {
    transform: scale(1.1);
}

.urt-link:hover .urt-link-primary-secondary {
    color: #eb466e;
}
