/**
Theme Name: Physicum
Author: Spieker Digital
Author URI: https://spieker.digital
Description: Physicum Personal Training Studio Amsterdam
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: physicum
Template: astra
*/

/*:root {
  --bp-desktop: 1440px;
  --bp-tablet: 976px;
  --bp-mobile: 767px;
}*/

/* GLOBAL */
b, strong {
	font-weight: 600;
}

/*@media (max-width: 767px) {
	h2 {
		line-height: 32px !important;
	}	
}
*/

@media (max-width: 767px) {
  .aos-animate,
  .uagb-block-animate,
  .uagb-animation__fadeIn,
  .animated {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* blog / tekst pagina style guide */
:root :where(.is-layout-flow) > :first-child {
    margin-block-start: 0 !important;
}

:root :where(.is-layout-flow) > p {
    margin-block-start: 10px !important;
}

/* HEADER */
.site-header {
    z-index: 9999;
}

.main-header-bar-navigation .current_page_item a.menu-link {
	font-weight: 500;
}

/*.menu-toggle {
	padding-left: 0 !important;
}*/

/*.ast-builder-menu-mobile .main-navigation ul .menu-item .menu-link {
	padding: 0 40px;
}

.ast-button-wrap .menu-toggle:focus {
	outline: none;
}*/

/*.ast-header-button-1 {
	padding-right: 0 !important;
}

.ast-header-sticked .ast-primary-header-bar {
	border-color: #e9e9e9 !important;
}*/

.menu-item-has-children {
	cursor: pointer;
}

.ast-header-html-1 {
	padding: 0;
}

.custom-wmpl-language-switcher {
	padding: 13px;
	background: #e9e9e9;
	top: 1px;
    position: relative;
}


/* SITE */
.site-content {
 	background-image:
    	linear-gradient(
    		rgba(255,255,255,0.3),
    		rgba(255,255,255,0.3)
    	),
    url(img/logo-outline-bg-large-left.svg);
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-size: 40%;
}

.ast-layout-simple-text-page .site-content {
	background-image: url(img/logo-outline-bg-small-right.svg);
    background-position-y: 55px;
    background-position-x: right;
}

.single-post .site-content {
    background-image: none; /* alleen dit wordt overschreven */
}


@media (min-width: 1440px) {
	.site-content {
		background-image: url(img/logo-outline-bg-large-left.svg);
	    background-size: auto;
	    background-position-y: 142px;
	}

	.ast-layout-simple-text-page .site-content {
    	background-position-y: 142px;
	}
}




/* FOOTER */
.footer-social-icons-container .uagb-svg-wrapper {
	display: flex;
	position: relative;
	border-radius: 100%;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
	transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
	transition-duration: .2s !important;
}

.footer-social-icons-container .uagb-svg-wrapper a {
	display: flex !important;
	position: absolute;
    inset: 0;
	align-items: center;
    justify-content: center;
}

.footer-social-icons-container .uagb-svg-wrapper, .footer-link span {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
	transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
	transition-duration: .2s !important;
}

/* FOOTER -- footer top menu */
@media (max-width: 921px) {
	#footer-top .wp-block-navigation a {
	    line-height: 1.25em !important;
	}
}

@media (max-width: 921px) {
	#footer-top .wp-block-navigation a .wp-block-navigation-item__label {
		font-size: 15px;
	}
}

#footer-top .wp-block-navigation a .wp-block-navigation-item__label {
	transition: all 0.2s;
}

#footer-top .wp-block-navigation a:hover .wp-block-navigation-item__label {
	color: rgba(0,0,0,0.5) !important;
}

/* FOOTER -- footer bottom responsive order */
@media (max-width: 767px) {
	.footer-bottom-copyright {
		order: 3 !important;
	}

	.footer-bottom-logo-icon {
		order: 1 !important;
	}

	.footer-bottom-links {
		order: 2 !important;
	}
}




/* HOMEPAGE */
/*#hero-outer {
	height: calc(100vh - 80px);
}

#hero-inner {
	height: calc(100% - 40px);
    width: calc(100% - 80px);
}

#feature1, #feature2 {
	width: 100% !important;
	height: 100% !important;
}*/

#guarantee .uagb-highlight {
    font-weight: 500;
    background: #fff0cf;
    color: #000;
    -webkit-text-fill-color: #000;
}



/* BLOG INDEX */
.blog .ast-post-filter-single, .archive.category .ast-post-filter-single {
    box-shadow: none;
    border: 1px solid #bbb;
    line-height: 24px;
}

.blog .ast-post-filter-single:hover, .archive.category .ast-post-filter-single:hover {
    border-color: #333;
}

.blog .ast-post-filter-single.active, .archive.category .ast-post-filter-single.active {
    border: 1px solid #1a1a1a;
}

.blog .ast-post-filter-single.active:hover, .archive.category .ast-post-filter-single.active:hover {
    border: 1px solid #1a1a1a;
}

.entry-title {
	margin-bottom: 1rem;
}

/* TODO: zorgen dat h1 niet meer op pagina komt */
.blog .ast-archive-description, .archive.category .ast-archive-description {
	display: none;
}







/* PAGINATION OP BLOG INDEX */
.ast-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ast-pagination .nav-links > * {
    flex: 0 0 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 400 !important;
}

.ast-pagination a.page-numbers {
	border-color: #bbb;
}

.ast-pagination a.page-numbers:hover {
	background-color: transparent;
	border-color: #1a1a1a;
	color: #000;
}

.ast-pagination a.next.page-numbers,
.ast-pagination a.prev.page-numbers {
    float: none !important;
    font-size: 0;
}

.ast-pagination a.next.page-numbers .ast-right-arrow,
.ast-pagination a.prev.page-numbers .ast-left-arrow {
    font-size: 16px;
}

.ast-pagination .page-numbers.current, .ast-pagination .page-numbers:focus, .ast-pagination .page-numbers:hover {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.ast-pagination .page-numbers.dots {
	border: none !important;
    background: none !important;
    color: #000 !important;
    cursor: default !important;
}






/* SINGLE POST */
#blog-single-post-date {
	margin-left: 0;
	margin-right: 0;
	transform: translateY(-50%);
}

.single-post .wp-block-post-terms {
    max-width: var(--inner-content-custom-width);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-post .wp-block-post-terms a {
    padding: 8px 20px;
    background: #e9e9e9;
    border-radius: 9999px;
    color: #000;
}

.single-post .wp-block-post-terms__prefix {
	padding: 8px 0;
}

.single-post .wp-block-post-terms a:hover {
    background: #1a1a1a;
    color: #fff;
}

.single-post .wp-block-post-terms .wp-block-post-terms__separator {
	display: none;
}

.single-post .ast-related-posts-wrapper {
	max-width: 720px;
    margin: 0 auto;
}

.single-post .ast-related-posts-wrapper article .entry-content {
	display: none;
}




/* ENTRY CONTENT */
.single-post .entry-content h2, .ast-layout-simple-text-page .entry-content h2 {
	margin-top: 3.25rem;
	margin-bottom: 1.875rem;
}

.single-post .entry-content figure, .ast-layout-simple-text-page .entry-content figure {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

/*.single-post .entry-content > h2:first-child, .ast-layout-simple-text-page .entry-content > h2:first-child {
  margin-top: 0;
}
*/
/*.single-post .entry-content a:hover, .ast-layout-simple-text-page .entry-content a:hover {
	color: #0353a3;
}*/




/* PRESO PLAYER */
:where(.presto-popup-image-trigger img) {
    filter: brightness(1);
}

:where(.presto-popup-image-trigger)::before {
	transition-property: opacity !important;
	transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
	transition-duration: .2s !important;
}

:where(.presto-popup-image-trigger):hover::before {
	opacity: .8;
}


/* CONTACT PAGE */









/* HOME */
@media (max-width: 767px) {
	.feature-section-1-image {
		float: none !important;
		margin-left: 0 !important;
		justify-content: flex-start !important;
	}
}

/* MODAL POPUP */
.uagb-modal-popup.active .uagb-modal-popup-close.window-top-right {
	right: 28px !important;
	top: 27px !important;
}

@media (max-width: 921px) {
	.uagb-modal-popup.active .uagb-modal-popup-close.window-top-right {
    	background: #070707;
	}
}



/* VACATURES */
/*.job-opening .wp-block-uagb-container {
	transform: translateY(25%);
}

.job-opening:hover .wp-block-uagb-container {
	transform: translateY(0);
}
*/


/* MATCHTEST & AFSPRAAK MAKEN -- todo: dit netter oplossen */
.page-id-1216 .site-content, .page-id-3262 .site-content, .page-id-3467 .site-content {
    background-image: none !important;
}

#trainin-widget-container {
	height: calc(100vh - 80px);
}





