/*
    Theme Name:   Goaa Child
    Template:     goaa
    Version:      1.0.0
    Text Domain:  goaa
*/

/*@font-face {*/
/*    font-family: 'TT Norms Pro';*/
/*    src: local('TT Norms Pro Regular'), local('TTNormsPro-Regular'),*/
/*        url('/wp-content/themes/goaa-child/fonts/TTNormsPro-Regular.woff2') format('woff2'),*/
/*        url('/wp-content/themes/goaa-child/fonts/TTNormsPro-Regular.woff') format('woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'TT Norms Pro';*/
/*    src: local('TT Norms Pro Light'), local('TTNormsPro-Light'),*/
/*        url('/wp-content/themes/goaa-child/fonts/TTNormsPro-Light.woff2') format('woff2'),*/
/*        url('/wp-content/themes/goaa-child/fonts/TTNormsPro-Light.woff') format('woff');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'TT Norms Pro';*/
/*    src: local('TT Norms Pro Bold'), local('TTNormsPro-Bold'),*/
/*        url('/wp-content/themes/goaa-child/fonts/TTNormsPro-Bold.woff2') format('woff2'),*/
/*        url('/wp-content/themes/goaa-child/fonts/TTNormsPro-Bold.woff') format('woff');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

.pulse {
    width: 14px;
    margin: -3px 3px 0 3px
}

.designous-credits>a:hover {
    color: #7bccc1 !important;
    text-decoration: none !important
}

.designous-credits .pulse {
    -webkit-animation: pulse .7s linear infinite;
    -moz-animation: pulse .7s linear infinite;
    -ms-animation: pulse .7s linear infinite;
    animation: pulse .7s linear infinite
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {b
        -moz-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1)
    }
}


/* Animations */
.anim--reveal-bot {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
}

.anim--reveal-left {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.anim--reveal-top {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
}

.anim--reveal-right {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}

/* .anim-reveal-bg,
.anim-reveal-bg-top {
	width: 100%;
  	height: 100%;
  	transition: var(--trans-900);
  	position: absolute;
  	z-index: 3;
} */

.anim--from-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: var(--trans-600);
}

.anim--to-bottom {
    opacity: 0;
    transform: translateY(-50px);
    transition: var(--trans-600);
}

.anim--scale-normal {
    transform: scale(1.2);
    opacity: 0;
}

.anim--scale-top {
    transform: scaleY(1.2) translateY(50px);
    transform-origin: top;
    opacity: 0;
}


.in-view .anim--from-bottom,
.in-view .anim--to-bottom,
.in-view .anim--scale-normal,
.in-view .anim--scale-top {
	transform: none;
    opacity: 1;
}

[class*="anim--"] {
    transition: var(--trans-900);
}

.in-view [class*="anim--reveal"] {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.delay--2,
.swiper-slide:nth-child(2) [class*="anim--"]  {
    transition-delay: 150ms;
}

.delay--3,
.swiper-slide:nth-child(3) [class*="anim--"] {
    transition-delay: 300ms;
}

.delay--4,
.swiper-slide:nth-child(4) [class*="anim--"] {
    transition-delay: 450ms;
}

.delay--5,
.swiper-slide:nth-child(5) [class*="anim--"] {
    transition-delay: 600ms;
}

.delay--6,
.swiper-slide:nth-child(6) [class*="anim--"] {
    transition-delay: 750ms;
}

@media (max-width: 767px) {
    .anim--to-bottom,
    .anim--from-bottom {
        transform: none!important;
    }
}

.swiper-wrapper {
    opacity: 0;
    transition: var(--trans-600);
}

.swiper-initialized .swiper-wrapper {
    opacity: 1;
}

:root {
	--general-border-radius: 25px;
}

.main-page-wrapper {
  	padding-top: 0!important;
  	margin-top: 0!important;
}

.whb-header {
  	margin-bottom: 0!important;
}

.row {
  	margin-right: 0!important;
  	margin-left: 0!important;
  	display: block!important;
}

.radius--25 {
    border-radius: 25px;
}

span.goaa-icon {
    min-width: 28px;
    height: 28px;
    display: flex;
    margin-right: 7px;
    font-family: 'woodmart-font';
    align-items: center;
    justify-content: center;
    background: rgb(137 0 39 / 19%);
  	color: var(--color-accent);
    border-radius: 50%;
}

span.goaa-icon.icon--phone:after {
    content: "\f175";
    font-size: 18px;
}

span.goaa-icon.icon--mobile:after {
    content: "\f159";
    font-size: 15px;
}

span.goaa-icon.icon--email:after {
    content: "\f125";
    font-size: 15px;
}

.clergy-item__inner li {
    display: flex;
    align-items: center;
}

.clergy-item__inner li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col--inner {
  	height: 100%;
}

.p--10 {
  	padding: 10px;
}

span.validation-indicator {
    display: inline-block;
}

.full-image-wrapper,
.full-image-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
  	object-fit: cover;
  	top: 0;
  	left: 0;
}

.the__button,
.wpcf7-submit {
    display: inline-block;
    border-radius: 100px;
    padding: 15px var(--md-size);
    min-width: 180px;
    text-align: center;
  	color: #fff;
  	background: var(--color-brand);
  	transition: var(--trans-600);
  	font-size: 14px;
  	letter-spacing: .05em;
}

.the__button.btn--gold {
  	background: var(--color-gold);
  	color: #fff;
}

.the__button:hover,
.wpcf7-submit:hover {
  	background: var(--color-accent);
  	color: #fff;
  	transform: scale(1.02);
}

.hero--homepage .swiper-slide {
    min-height: calc(100vh - var(--header-height));
  	background-color: var(--color-brand);
}

.featured-carousel__btns {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  	padding: 0 15px;
    z-index: 2;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.featured-carousel__btns .featured-carousel__pagination {
    width: auto!important;
    margin: 0 10px;
  	bottom: unset;
  	margin-top: var(--lg-size);
}

.featured-carousel__btns .featured-carousel__pagination.swiper-pagination-lock {
  	display: none!important;
}

.featured-carousel__btns > div {
  	pointer-events: auto;
  	cursor: pointer;
  	outline: none;
  	margin-top: var(--lg-size);
}

.featured-carousel__btns > div svg {
    display: block;
  	width: 20px;
}

.featured-carousel__btns .swiper-button-disabled {
  	opacity: 0;
  	pointer-events: none;
}

.swiper-pagination {
    position: relative;
    margin-top: var(--lg-size);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.swiper-pagination-bullet {
  	background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
  	border-radius: 50%;
    min-width: 30px;
    height: 30px;
    opacity: .5;
    position: relative;
    margin: 0 5px!important;
    display: flex;
    align-items: center;
    justify-content: center;
  	outline: none;
}

.swiper-pagination-bullet-active {
  	opacity: 1;
}

.hero span.swiper-pagination-bullet {
    filter: brightness(0) invert(1);
}

.hero--homepage .featured-carousel__btns > div svg path {
    stroke: #fff;
}

@media (min-width: 768px) {
    .hero--homepage .featured-carousel__btns > div,
    .hero--homepage .featured-carousel__btns .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        transform: rotate(90deg)!important;
    }

    .hero--homepage .featured-carousel__btns {
        position: absolute;
        top: 50%;
        right: 50px;
        left: unset;
        width: 50px;
        flex-direction: column;
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .hero--homepage .featured-carousel__btns {
        position: absolute;
        bottom: 30px;
        left: unset;
    }
}

.hero--homepage span.swiper-pagination-bullet:before {
  	border-color: #fff;
}

.swiper-3d .swiper-slide-shadow {
  	display: none;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  	left: unset!important;
  	transform: none!important;
}

@media (min-width: 768px) {
    .link-grid-item {
        padding: 15px;
        min-height: 450px;
    }
}

.link-grid-item {
    padding-bottom: 10px;
    padding-top: 10px;
}

.link-grid-item__inner {
    border-radius: 25px;
  	position: relative;
  	height: 100%;
    overflow: hidden;
}

.link-grid-item__inner .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.item--two h2 {
    position: absolute;
    bottom: var(--md-size);
    right: var(--lg-size);
}

.item--four h2 {
    position: absolute;
    bottom: var(--md-size);
    left: var(--md-size);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.item--three .link-grid-item__inner .bg-wrapper {
    filter: grayscale(1);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-position: center;
    border-radius: 25px;
  	z-index: 1;
}

.item--three .link-grid-item__inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-accent);
    border-radius: 25px;
    opacity: .8;
  	z-index: 2;
}

.item--three .content-wrapper {
  	position: relative;
  	z-index: 3;
}

/* Animations */

.item--video > div {
	overflow: hidden;  
}

.item--video > div video {
    transition: var(--trans-900);
}

.item--video > div:hover video {
    transform: scale(1.05);
}

/* .featured-post-items .post-item {
    border-bottom: 2px solid var(--color-gold);
    margin-bottom: var(--sm-size);
  	padding-bottom: 15px;
} */

.post-item h3 a {
  	transition: var(--trans-600);
}

.post-item h3 a:hover {
    text-decoration: underline;
}

.post-item__image {
    position: relative;
    height: 0;
    padding-bottom: 57%;
    overflow: hidden;
}

.quick-links-cols__inner {
    width: 100%;
    height: 100%;
    text-align: center;
}

.quick-links-cols {
    padding: 15px;
}

.scroll-top-arrow a {
    position: relative;
    transform: none;
    opacity: 1;
    width: auto;
    background: none;
    box-shadow: none;
    height: auto;
    bottom: unset;
    right: unset;
    border-radius: 0;
    pointer-events: auto;
    display: inline-block!important;
}

.scrollToTop,
.scrollToTop:after {
    display: none!important;
}

ul.list-style-none {
    list-style: none;
  	padding: 0;
  	margin: 0;
}

@media (min-width: 768px) {
    ul.list-style-none.um-text--right li {
        position: relative;
        padding-right: 30px;
    }

    ul.list-style-none.um-text--right li:before {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        right: 0;
        background: var(--color-brand);
        top: 9px;
    }
}

@media (max-width: 767px) {
    ul.list-style-none.um-text--right li {
        position: relative;
        padding-left: 30px;
    }

    ul.list-style-none.um-text--right li:before {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        left: 0;
        background: var(--color-brand);
        top: 9px;
    }
}

input#newsletter_email {
    background: var(--color-light);
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: 20px;
    text-align: center;
}

span.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    max-width: 350px;
    font-size: 12px;
}

input[type="checkbox"] {
 	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	min-width: 25px;
  	min-height: 25px;
  	background-color: var(--color-light);
  	border: 1px solid var(--color-brand);
  	transition: var(--trans-600);
  	outline: none;
  	margin-right: 10px;
    cursor: pointer;
}

input[type="checkbox"]:after {
  	content: "\f107";
  	font-family: 'woodmart-font';
  	color: var(--color-light);
  	font-size: 17px;
  	line-height: 1;
  	transition: var(--trans-600);
}

input[type="checkbox"]:checked {
  	background-color: var(--color-brand);
}

.footer a:not(.wd-social-icon, .scrollToTop) {
    border-bottom: 1px solid transparent;
}

.footer a:hover {
    border-color: var(--color-brand)!important;
}

.screen-reader-response {
    display: none;
}

aside.step-tabs {
    min-width: 300px;
  	background: var(--color-brand);
    border-radius: 25px;
    margin-right: 30px;
    padding: var(--md-size) 20px;
    color: #fff;
}

.single-services .website-wrapper {
  	overflow: initial;
}

.step-item:not(.active) {
    display: none;
}

.step-tab {
  	cursor: pointer;
}

main.step-items {
    transition: var(--trans-600);
}

main.step-items.step-transition {
  	opacity: 0;
  	transform: translateY(100px);
  	transition: none;
}

li.step-tab.active {
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
}

.wd-search-full-screen {
    background-color: #111d42!important;
}

.wd-search-full-screen .searchform input[type="text"] {
  color: #fff!important;
    text-align: left!important;
    font-size: 30px!important;
    font-weight: 400!important;
}

.wd-search-full-screen .searchform input[type="text"]::placeholder {
  color: #8f9199!important;
}

.wd-search-full-screen .searchform .searchsubmit {
    display: block!important;
   color: #fff!important;
}

form.searchform {
  width: 700px;
  padding: 0!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wd-search-full-screen .wd-close-search>a {
  color: #fff;
}

.wd-search-full-screen .searchform {
    border-bottom: 1px solid rgb(143 145 153)!important;
}

.single-churches .website-wrapper,
.single-monasteries .website-wrapper,
.single-education .website-wrapper {
    overflow: initial;
}

ul.church-informations .information-label {
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #5a5a5a;
}

.map-frame.radius--25 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--general-border-radius);
}

.map-frame.radius--25 {
    position: relative;
    height: 400px;
}

.church-item__inner,
.grid-item__inner {
    padding-bottom: 60%;
}

.church-item__inner .full-image-wrapper:after,
.grid-item__inner .full-image-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-brand);
    border-radius: 25px;
    opacity: .2;
}

.church-item__inner .church-item__content,
.grid-item__inner .grid-item__content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  	z-index: 2;
  	padding-right: 65px!important;
}

.church-item__inner img,
.grid-item__inner img {
    border-radius: var(--general-border-radius);
}

.grid-item__content:after {
    content: "\f143";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--color-gold);
    font-family: 'woodmart-font';
    color: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.grid-item__inner:hover:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.grid-item__inner:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #957e4d;
    opacity: .9;
    z-index: 2;
    border-radius: 25px;
    transition: all 300ms ease, height 600ms ease, width 600ms ease;
}

.masonry__item,
.masonry__sizer {
    padding: 10px;
}

.masonry__item a {
  	background: #fff;
  	display: block;
}

.featured-term-list ul li {
    padding: 10px!important;
    margin: 0!important;
}

.featured-term-list ul {
    list-style: none;
    padding: 0;
    margin: 10px -10px;
    display: flex;
    align-items: center;
  	flex-wrap: wrap;
  	justify-content: flex-end;
}

.featured-term-list li.current-item a {
    text-decoration: underline;
    text-underline-position: under;
    color: var(--color-accent);
}

.post-item__image:hover img {
    transform: scale(1.1);
}

.post-item__image img {
  	transition: var(--trans-600);
}

section.single-work-content .full-image-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #111d43;
    opacity: .5;
}

section.single-education-simple {
    padding-top: 40vh;
}

section.single-education-simple .full-image-wrapper {
    max-height: 60vh;
}

.wp-block-image figure {
    margin-bottom: 30px!important;
}

.clergy-item__inner {
    height: 100%;
}

.clergy-item {
  	padding: 10px;
}

aside.anchor-link-menu li {
  	position: relative;
}

.clergy-items .cols--um {
    margin: -10px;
}

.post-type-archive-clergy .website-wrapper {
    overflow: initial;
}

aside.anchor-link-menu {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    top: 5vh;
}

.clergy-items > h3 {
    position: absolute;
    right: 10px;
    top: 10px;
}

.clergy-items {
    padding-right: 50px;
    position: relative;
}

aside.step-tabs.anchor-link-menu {
  	min-width: 150px;
  	width: 150px;
}

aside.step-tabs.anchor-link-menu ul {
    display: flex;
    flex-wrap: wrap;
}

aside.step-tabs.anchor-link-menu ul li {
    padding: 10px;
    line-height: 1;
    margin: 0;
    width: 33.3333333%;
  	text-align: center;
}

li.anchor-tab.step-tab.active > div {
    color: var(--color-accent)!important;
}

li.anchor-tab.step-tab.active {
    background: #fff;
    color: var(--color-accent)!important;
}

.general-page-hero {
    height: 60vh;
    position: relative;
    min-height: 350px;
    max-height: 600px;
    overflow: hidden;
}

.general-page-content {
    margin-top: -150px;
    z-index: 2;
    position: relative;
}

.page-template-contact .step-item__content textarea {
    min-height: 100px;
}

.page-template-contact aside.step-tabs {
    min-width: 250px;
}

.step-item__map iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.step-item__map {
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.single-post-page-hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent, var(--color-brand));
}

.single-post-page-hero {
    height: 80vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: .4;
}

.single-post-page-hero img {
    object-position: top;
}

.page-template-general-with-repeater .website-wrapper {
    overflow: initial;
}

.general-with-repeater-page-hero {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 80vh;
  	overflow: hidden;
}

.general-with-repeater-page-hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, var(--color-brand));
}

.general-with-repeater-page-content {
  	padding-top: 40vh;
  	position: relative;
  	z-index: 2;
}

.general-with-repeater-page-content > .cols--um:not(:last-child) {
    border-bottom: 1px solid;
}

.general-with-repeater-page-content img {
  	border-radius: 25px;
}

.quick-links-cols.services-links .quick-links-cols__inner {
    text-align: left;
}

.quick-links-cols.services-links .quick-links-cols__inner h2 a {
  	border-bottom: 1px solid;
  	display: block;
}

.quick-links-cols.services-links .quick-links-cols__inner h2 a span {
  	display: block;
  	transition: var(--trans-600);
}

.quick-links-cols.services-links .quick-links-cols__inner h2 a:hover span {
    transform: translateX(10px);
}

.link-grid-item__inner img.grid-item__icon {
    width: 100px;
}