
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
/*:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}*/

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}



/* Base font size */
html {
    font-size: 16px;
}


.margin-block-start-0 {
    margin-block-start: 0 !important;
}


/* Float header used on the front page */
.site-header.float-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    color: white;
}
.site-header.float-header .site-logo {
    display: none;
}
.site-header:not(.float-header) .light-logo {
    display: none;
}


/* Section title used on the home page */
.section-title {
    display: inline-block;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--larger);
    color: var(--wp--preset--color--sky-blue);
    padding: 0 0 4px;
    border-bottom: 2px solid var(--wp--preset--color--clay-red);
    width: unset !important;
}





/* Team styles */
.wpm_main_template .wpm_6310_team_style_1_title,
.wpm_main_template .wpm_6310_team_style_1_designation,
.wpm_main_template .wpm_6310_team_style_2_title,
.wpm_main_template .wpm_6310_team_style_2_designation {
    font-family: unset;
}
.wpm_main_template .wpm_6310_team_style_1_designation,
.wpm_main_template .wpm_6310_team_style_2_designation {
    font-size: var(--wp--preset--font-size--medium);
}
.wpm-6310-row >.wpm-6310-col-6 img {
    width: 60% !important;
    float: unset !important;
}
.wpm_6310_team_style_1,
.wpm_6310_team_style_2 {
    background: none !important;
    border: none !important;
}
.wpm_6310_team_style_1_title,
.wpm_6310_team_style_2_title {
    color: var(--wp--preset--color--sky-blue) !important;
}
.wpm_6310_team_style_1_designation,
.wpm_6310_team_style_2_designation {
    color: var(--wp--preset--color--contrast) !important;
}
.wpm_6310_team_style_1_social_team,
.wpm_6310_team_style_2_social_team {
    background-color: #00d9ff40 !important;
}
.wpm_6310_modal.wpm_6310_mmt_1,
.wpm_6310_modal.wpm_6310_mmt_2 {
    font-family: unset;
}
.wpm_6310_modal.wpm_6310_mmt_1 .wpm_6310_modal_template_1,
.wpm_6310_modal.wpm_6310_mmt_2 .wpm_6310_modal_template_1 {
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
    background-color: var(--wp--preset--color--white-smoke);
}
.wpm_6310_modal.wpm_6310_mmt_1 .wpm-6310-close,
.wpm_6310_modal.wpm_6310_mmt_1 .wpm_6310_modal_template_1 .wpm_6310_modal_designation,
.wpm_6310_modal.wpm_6310_mmt_1 .wpm_6310_modal_template_1 .wpm_6310_modal_name,
.wpm_6310_modal.wpm_6310_mmt_1 .wpm_6310_modal_template_1 .wpm_6310_modal_details,
.wpm_6310_modal.wpm_6310_mmt_2 .wpm-6310-close,
.wpm_6310_modal.wpm_6310_mmt_2 .wpm_6310_modal_template_1 .wpm_6310_modal_designation,
.wpm_6310_modal.wpm_6310_mmt_2 .wpm_6310_modal_template_1 .wpm_6310_modal_name,
.wpm_6310_modal.wpm_6310_mmt_2 .wpm_6310_modal_template_1 .wpm_6310_modal_details {
    color: unset;
    font-family: unset;
}
.wpm_6310_modal.wpm_6310_mmt_1 .wpm_6310_modal_template_1 .wpm_6310_modal_details,
.wpm_6310_modal.wpm_6310_mmt_2 .wpm_6310_modal_template_1 .wpm_6310_modal_details {
    font-size: unset;
    line-height: unset;
}
@media (max-width: 767px) {
    .wpm-6310-row >.wpm-6310-col-6 img {
        width: 45% !important;
    }
}