/*
Theme Name: Projektstart
Theme URI: https://modena.se
Author: Gabriel Westington
*/

@font-face{font-family:"Prompt";src:url('/wp-content/themes/projektstart/assets/fonts/Prompt-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url('/wp-content/themes/projektstart/assets/fonts/Roboto-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url('/wp-content/themes/projektstart/assets/fonts/Roboto-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}

*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box}body{margin:0;padding:0;-webkit-font-smoothing:antialiased}article,footer,header,main,menu,nav,section{display:block}strong{font-weight:bold}img,.wp-caption{max-width:100%;height:auto;border:0;display:block}ul,ol,li>ul,li>ol{margin:0;padding:0;list-style:none}ul,ol{margin-left:20px;margin-bottom:20px}ul{list-style:disc}svg:not(:root){overflow:hidden}figure{display:block;margin:0}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}.site-content{overflow:hidden}

/*--------------------------------------------------------------
# Root vars
--------------------------------------------------------------*/
:root {
    --header-height: 85px;
    --header-height-small: 70px;

	--color-almostblack: #2b2b2b;
	--color-sand: #fff3e7;
	--color-lightblue: #dde1e2;
	--color-teal: #18545e;
	--color-darkerblue: #1a2332;
	--color-darkestblue: #141c29;
	--color-antiquewhite: #faebd7;

	--large-width: 1360px;
	--medium-width: 1024px;
	--small-width: 768px;

    --gradient-angle: 31.21deg;
   	--gradient: linear-gradient(var(--gradient-angle), var(--color-darkerblue) 0%, var(--color-teal) 100%);
}

/*--------------------------------------------------------------
# Block editor colors
--------------------------------------------------------------*/
.has-almostblack-color { color: var(--color-almostblack); }
.has-almostblack-background-color { background-color: var(--color-almostblack); }

.has-beige-color { color: var(--color-sand); }
.has-beige-background-color { background-color: var(--color-sand); }

.has-darkbeige-color { color: var(--color-lightblue); }
.has-darkbeige-background-color { background-color: var(--color-lightblue); }

.has-darkblue-color { color: var(--color-teal); }
.has-darkblue-background-color { background-color: var(--color-teal); }

.has-darkerblue-color { color: var(--color-darkerblue); }
.has-darkerblue-background-color { background-color: var(--color-darkerblue); }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: var(--color-almostblack);
    font-size: 18px;
    line-height: 1.5;
	background: var(--color-sand);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Prompt", sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 { font-size: 4rem; line-height: 1; word-spacing: -5px; }
.home h1 { font-size: 4.2rem; margin-bottom: 2rem; }
h2 { font-size: 3.2rem; margin-bottom: 1.5rem; line-height: 1.1; word-spacing: -7px; }
h3 { font-size: 2.2rem; line-height: 1.1; word-spacing: -2px; margin: 0 0 1.5rem; }
h4 { font-size: 1.8rem; line-height: 1.1; word-spacing: -2px; margin: 0 0 1.5rem; }
.hero p, p { font-size: 1.2rem; line-height: 1.5; margin: 0 0 2rem; }
.hero p { font-size: 1.6rem; }

@media (max-width: 1100px) { h1 { font-size: 3.5rem; } }
@media (max-width: 1024px) {
	h1 { font-size: 3.5rem; }
	.home h1 { font-size: 4rem; }
	.hero p { font-size: 1.5rem; line-height: 1.4; }
	h2 { font-size: 2.8rem; margin: 0 0 1.2rem; word-spacing: -7px; }
	h3 { font-size: 2rem; }
	h4 { font-size: 1.6rem; }
}
@media (max-width: 781px) {
	h1 { font-size: 2.7rem; }
	.home h1 { font-size: 3rem; }
	.hero p { font-size: 1.4rem; }
	h2 { font-size: 2.5rem; }
	h3 { font-size: 1.8rem; margin-bottom: 1rem; }
	h4 { font-size: 1.4rem; margin-bottom: 1rem; }
}
@media (max-width: 500px) {
	h1, .home h1 { font-size: 2rem; }
	.home h1 { margin-bottom: 1.3rem; word-spacing: -7px; }
	.hero p { font-size: 1.2rem; }
	h2 { font-size: 1.8rem; margin-bottom: 1.3rem; word-spacing: -6px; }
	h3 { font-size: 1.5rem; }
	h4 { font-size: 1.3rem; }
	p { font-size: 1.1rem;margin: 0 0 1.1rem; line-height: 1.5; }
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: var(--color-almostblack);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a:hover,
a:focus,
a:active {
	color: var(--color-almostblack);
	text-decoration: none;
	outline: 0;
}

.site-main a {
	color: var(--color-almostblack);
	border-bottom: 1px solid var(--color-almostblack);
}

.site-main a:hover {
	color: var(--color-teal);
	border-bottom: 1px solid var(--color-teal);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	background: var(--color-teal);
	transition: background 0.3s ease;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	padding: 0;
    position: fixed;
}

header .top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	z-index: 1;
	position: relative;
    max-width: var(--large-width);
	height: var(--header-height);
}

header .logo {
	width: 200px;
	height: auto;
	display: block;
}

.site-header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-content {
	padding-top: var(--header-height);
}

@media (min-width: 991px) {
	/* Only on desktop, it causes issues with mobile */
	.scrolled header {
		backdrop-filter: blur(4px);
	}
}

@media (max-width: 500px) {
	header .top-wrap {
		height: var(--header-height-small);
	}
	.site-content {
		padding-top: var(--header-height-small);
	}
}

/*--------------------------------------------------------------
# Framework
--------------------------------------------------------------*/
.container,.container-small{width:100%;margin-right:auto;margin-left:auto}.container-large{max-width:var(--large-width)}.container-small{max-width:var(--medium-width)}.row{display:flex;flex-wrap:wrap}.d-flex{display:flex!important}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:20px;padding-left:20px}.col-3{max-width:25%}.col-4{max-width:33.3333333333%}.col-5{max-width:41.6666666667%}.col-6{max-width:50%}.col-7{max-width:58.3333333333%}.col-8{max-width:66.6666666667%}.col-9{max-width:75%}.col-10{max-width:83.3333333333%}.col-11{max-width:91.6666666667%}.col-12{max-width:100%}@media (min-width:576px){.col-sm-3{max-width:25%}.col-sm-4{max-width:33.333333%}.col-sm-5{max-width:41.666667%}.col-sm-6{max-width:50%}.col-sm-7{max-width:58.333333%}.col-sm-8{max-width:66.666667%}.col-sm-9{max-width:75%}.col-sm-10{max-width:83.333333%}.col-sm-11{max-width:91.666667%}.col-sm-12{max-width:100%}}@media (min-width:782px){.col-md-3{max-width:25%}.col-md-4{max-width:33.3333333333%}.col-md-5{max-width:41.6666666667%}.col-md-6{max-width:50%}.col-md-7{max-width:58.3333333333%}.col-md-8{max-width:66.6666666667%}.col-md-9{max-width:75%}.col-md-10{max-width:83.3333333333%}.col-md-11{max-width:91.6666666667%}.col-md-12{max-width:100%}}@media (min-width:1024px){.col-lg-2{max-width:16.6666666667%}.col-lg-3{max-width:25%}.col-lg-4{max-width:33.3333333333%}.col-lg-5{max-width:41.6666666667%}.col-lg-6{max-width:50%}.col-lg-7{max-width:58.3333333333%}.col-lg-8{max-width:66.6666666667%}.col-lg-9{max-width:75%}.col-lg-10{max-width:83.3333333333%}.col-lg-11{max-width:91.6666666667%}.col-lg-12{max-width:100%}}

.center-block{text-align:center;margin:0 auto}.mx-auto{margin:0 auto}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.edge-to-edge{padding:0}.all-4{padding:20px}.pb-0{padding-bottom:0}.pb-50{padding-bottom:50px}.pb-100{padding-bottom:100px}.pt-50{padding-top:50px}.pt-75{padding-top:75px}.pt-0{padding-top:0}.pt-25{padding-top:25px}.pr-4{padding-right:20px!important;padding-left:20px!important}.tb-50{padding-top:50px;padding-bottom:50px}.tb-100{padding-top:100px;padding-bottom:100px}.tb-150{padding-top:150px;padding-bottom:150px}.pr-l-4{padding-right:20px!important;padding-left:20px!important}@media (max-width:781px){.pb-100{padding-bottom:70px}.pb-50{padding-bottom:30px}.pt-75{padding-top:30px}.pt-50{padding-top:20px}.pt-25{padding-top:10px}}


/*--------------------------------------------------------------
# Header & Menu
--------------------------------------------------------------*/
@media (min-width: 991px) {
	.off-screen-menu {
		position: static;
		transition: none;
		transform: none;
	}

	.site-header .menu {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		gap: 40px;
	}

	.site-header .menu li {
		margin: 0;
		display: block;
		position: relative;
	}

	.main-menu .menu > li.menu-item > a {
		margin-right: 15px;
		font-size: 16px;
		line-height: 1.6;
		color: white;
		font-weight: 600;
		display: inline-block;
		height: auto;
		text-decoration: none;
		transition: all .15s ease-in-out;
		border-bottom: 2px solid transparent;
		text-transform: uppercase;
		letter-spacing: .7px;
	}

	.main-menu .menu > li.menu-item > a:last-child {
		margin-right: 0;
	}

	.main-menu .menu > li.menu-item:hover > a {
		border-bottom: 2px solid white;
	}
}

@media (max-width: 990px) {
	.off-screen-menu {
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		position: fixed;
		background: var(--gradient);
		width: 100%;
		height: 100%;
		z-index: -1;
		transform: scale(1, 0);
		transform-origin: left top;
	}

	.off-screen-menu.animate {
		transition: transform cubic-bezier(.78, 0, .23, 1) .5s;
	}

	.main-menu ul {
		position: fixed;
		bottom: 100px;
		left: 0;
		opacity: 0;
		list-style: none;
	}

	.off-screen-menu.animate .main-menu ul {
		transition: opacity cubic-bezier(.89, 0, .08, 1) .2s;
	}

	.menu-item {
		margin-top: -15px;
		transform: translate(0, -80px);
		opacity: 0;
		list-style: none;
		text-transform: uppercase;
		margin-bottom: 1rem;
	}

	.off-screen-menu.animate .menu-item {
		transition: transform cubic-bezier(.19,.18,.04,1) .8s, opacity cubic-bezier(.47, 0, .94, .45) .5s;
	}

	.site-header .menu-item a {
		font-size: 2.5rem;
        font-weight: 700;
        color: white;
        font-family: "Prompt", sans-serif;
        letter-spacing: 1px;
        word-spacing: -7px;
	}

	.off-screen-menu.animate {
		transform: scale(1, 1);
	}

	.off-screen-menu.animate ul {
		opacity: 1;
	}

	.background-container.animate {
		opacity: .2;
		transform: scale(.95, .95);
	}

	.off-screen-menu.animate ul .menu-item {
		transform: translate(0, 0);
		opacity: 1;
	}

	.off-screen-menu.animate ul .menu-item:nth-child(1) {
		transition-delay: .25s;
	}

	.off-screen-menu.animate ul .menu-item:nth-child(2) {
		transition-delay: .2s;
	}

	.off-screen-menu.animate ul .menu-item:nth-child(3) {
		transition-delay: .15s;
	}

	.off-screen-menu.animate ul .menu-item:nth-child(4) {
		transition-delay: .1s;
	}

	.off-screen-menu.animate ul .menu-item:nth-child(5) {
		transition-delay: .05s;
	}
}

@media (max-width: 500px) {
	.site-header .menu-item a {
		font-size: 2rem;
		word-spacing: -6px;
	}
}

/*--------------------------------------------------------------
# Block editor and classes
--------------------------------------------------------------*/
.wp-block-list li {
	margin-bottom: 20px;
}

.aligncenter > .row {
	justify-content: center;
}

.bg-darkblue {
	background: var(--color-teal);
	color: var(--color-sand);
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section {
	text-align: left;
	color: #fff;
	font-size: 50px;
}

.section h1,
.section h2 {
	font-size: 48px;
	line-height: 1.1;
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.section .desc {
	color: #fff;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 400;
	margin: 0 0 30px 0;
}

@media (max-width: 1024px) {
	.section h1,
	.section h2 {
		font-size: 42px;
	}

	.section .desc {
		font-size: 20px;
	}
}

@media (max-width: 781px) {
	.section h1,
	.section h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.section .desc {
		font-size: 19px;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 468px) {
	.section h1,
	.section h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.section .desc {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
}

/*--------------------------------------------------------------
## Buttons - Block editor
--------------------------------------------------------------*/
.wp-block-button__link {
    border: 0;
    border-radius: 5px;
	background: transparent;
	border: 2px solid;
	color: var(--color-almostblack);
	border-radius: 50px;
    padding: 16px 30px;
	width: auto;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: none;
	display: inline-flex;
	-webkit-transition: -webkit-transform 350ms ease-in-out;
    transition: -webkit-transform 350ms ease-in-out;
    -o-transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}

.hero .wp-block-button__link {
	background: transparent;
	border: 2px solid;
	color: white;
}

.button--ripple-effect {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: color 350ms ease-in-out,border-color 350ms ease-in-out,-webkit-transform 200ms ease-in-out;
    transition: color 350ms ease-in-out,border-color 350ms ease-in-out,-webkit-transform 200ms ease-in-out;
    -o-transition: color 350ms ease-in-out,border-color 350ms ease-in-out,transform 200ms ease-in-out;
    transition: color 350ms ease-in-out,border-color 350ms ease-in-out,transform 200ms ease-in-out;
    transition: color 350ms ease-in-out,border-color 350ms ease-in-out,transform 200ms ease-in-out,-webkit-transform 200ms ease-in-out
}

.button--ripple-effect .button__inner{
    z-index: 1;
    position: relative
}

a.button--active:hover {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    color: #fff;
    border-color: var(--color-almostblack);
}

.hero a.button--active:hover {
    color: var(--color-almostblack);
    border-color: white
}

.button__ripple-el {
    position: absolute;
    border-radius: 50%;
  	background-color: var(--color-almostblack);
    -webkit-animation: ripple-effect-reverse 350ms ease-in-out;
    animation: ripple-effect-reverse 350ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hero .button__ripple-el {
  	background-color: white;
}

.button__ripple-el--active {
    -webkit-animation: ripple-effect 400ms ease-in-out;
    animation: ripple-effect 400ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes ripple-effect {
	from { -webkit-transform: scale(0); transform: scale(0); }
	to { -webkit-transform: scale(3); transform: scale(3); }
}
@keyframes ripple-effect {
	from { transform: scale(0); }
	to { transform: scale(3); }
}
@-webkit-keyframes ripple-effect-reverse {
	from { -webkit-transform: scale(3); transform: scale(3); }
	to { -webkit-transform: scale(0); transform: scale(0); }
}
@keyframes ripple-effect-reverse {
	from { transform: scale(3); }
	to { transform: scale(0); }
}

@media (max-width: 781px) {
	.wp-block-button__link {
		padding: 16px 24px;
		font-size: 15px;
	}
	.wp-block-button__link *,
	.wp-block-button__link:visited * {
		font-size: 15px;
	}
}

@media (max-width: 500px) {
	.wp-block-button__link {
		padding: 14px 22px;
		font-size: 14px;
	}
	.wp-block-button__link *,
	.wp-block-button__link:visited * {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
figure img {
	display: block;
	border-radius: 20px;
}

/*--------------------------------------------------------------
## Hamburger animation
--------------------------------------------------------------*/
.ham-wrap{height:50px;z-index:10;display:none}@media (max-width:990px){.ham-wrap{display:block}.nav-icon-1{width:30px;height:30px;position:relative;transition:.1s;margin:10px;cursor:pointer;display:inline-block}.nav-icon-1 span{width:5px;height:5px;background-color:white;display:block;border-radius:50%;position:absolute}.nav-icon-1:hover span{transform:scale(1.2);transition:350ms cubic-bezier(.8,.5,.2,1.4)}.nav-icon-1 span:nth-child(1){left:0;top:0}.nav-icon-1 span:nth-child(2){left:12px;top:0}.nav-icon-1 span:nth-child(3){right:0;top:0}.nav-icon-1 span:nth-child(4){left:0;top:12px}.nav-icon-1 span:nth-child(5){left:12px;top:12px}.nav-icon-1 span:nth-child(6){right:0;top:12px}.nav-icon-1 span:nth-child(7){left:0;bottom:0}.nav-icon-1 span:nth-child(8){left:12px;bottom:0}.nav-icon-1 span:nth-child(9){right:0;bottom:0}.nav-icon-1.open{transform:rotate(180deg);cursor:pointer;transition:.2s cubic-bezier(.8,.5,.2,1.4)}.nav-icon-1.open span{border-radius:50%;transition:.5s cubic-bezier(.8,.5,.2,1.4) 200ms}.nav-icon-1.open span:nth-child(2){left:6px;top:6px}.nav-icon-1.open span:nth-child(4){left:6px;top:18px}.nav-icon-1.open span:nth-child(6){right:6px;top:6px}.nav-icon-1.open span:nth-child(8){left:18px;bottom:6px}}@media (max-width:781px){.ham{height:60px}}@media (max-width:568px){.ham{height:53px}}

/*--------------------------------------------------------------
# Block : Hero
--------------------------------------------------------------*/
.hero {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8rem 0 8rem 0;
}

.home .hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--color-darkerblue);
    overflow: hidden;
    min-height: calc(100vh - var(--header-height));
    padding: 8rem 0;
}

.hero-layout {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
    align-items: center;
    gap: 0;
    max-width: var(--large-width);
	padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.hero-content-left { 
	grid-area: 1 / 1 / 2 / 2; 
	z-index: 1;
	transition: all .7s .2s;
	animation: animateTop 1.2s ease;
}

@keyframes animateTop {
	from {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.hero-content-right { 
	grid-area: 2 / 2 / 3 / 3; 
	z-index: 1;
	align-self: start;
	transition: all .7s .2s;
	animation: animateBottom 1.2s ease;
}

@keyframes animateBottom {
	from {
		opacity: 0;
		visibility: hidden;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.hero-content-left h1 {
	margin-top: 0;
	margin-bottom: 1rem;
    color: #ffffff;
}

.hero-diamond-container {
    position: absolute;
    width: 500px;
    height: 500px;
    z-index: 0;
    flex-shrink: 0;
}

.hero-diamond {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-radius: 20px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.hero-diamond::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient);
	opacity: 0.4;
    z-index: 1;
}

/* Video inside diamond */
.hero-diamond video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 141%;
    min-height: 141%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%) rotate(-45deg);
    object-fit: cover;
}

.hero-content-right p {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

.hero-content-right strong {
    padding-top: 1rem;
    display: block;
    color: white;
}

.hero-content-right .wp-block-button {
    margin-top: 1rem;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .hero-diamond-container {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 1024px) {
    .home .hero {
        min-height: auto;
        padding: 5rem 0;
    }

	.hero-content-left h1 {
		margin-bottom: 1rem;
	}
    
    .hero-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 1rem;
        text-align: center;
    }
    
    .hero-content-left {
        grid-area: 1 / 1 / 2 / 2;
        text-align: center;
        max-width: 100%;
        justify-self: center;
    }
    
    .hero-content-right {
        grid-area: 2 / 1 / 3 / 2;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        justify-self: center;
    }
    
    .hero-diamond-container {
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {  
    .hero-diamond-container {
        width: 320px;
        height: 320px;
    }
}

/*--------------------------------------------------------------
# Hero Simple Image Layout
--------------------------------------------------------------*/
.hero-layout--simple {
    display: block;
	max-width: 900px;
}

.hero-simple-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-simple-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-simple-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient);
    opacity: 0.6;
    z-index: 1;
}

/* Ensure content is above the simple image background */
.hero-layout--simple .hero-content-left,
.hero-layout--simple .hero-content-right {
    position: relative;
    z-index: 2;
}

@media (max-width: 480px) {
    .hero-layout {
        gap: .5rem;
    }
    .hero-diamond-container {
        width: 280px;
        height: 280px;
    }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
	padding: 100px 0 100px;
}

@media (max-width: 1100px) {
	section {
		padding: 80px 0 80px;
	}
}
@media (max-width: 781px) {
	section {
		padding: 50px 0 50px;
	}
}
@media (max-width: 500px) {
	section {
		padding: 40px 0 40px;
	}
}

/*--------------------------------------------------------------
# Block : Services
--------------------------------------------------------------*/
.services .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.services__wrap {
    max-width: var(--large-width);
	padding-left: 20px;
	padding-right: 20px;
    margin: 0 auto;
}

.services__heading > .row {
    max-width: var(--large-width);
    text-align: center;
    margin: 0 auto;
}

.services__heading h2 {
	margin-bottom: 3rem;
}

.services__items {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    list-style-type: none;
    width: 100%;
	list-style: none;
	margin-left: 0;
}

.services__item {
    background-color: var(--color-lightblue);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
	padding: 1.6rem;
    position: relative;
    width: 100%;
}

.services__item--header {
	text-align: center;
}

.services__item--header .subtitle {
    padding: .375rem .75rem;
}

.services__item--content {
    margin-left: auto;
    margin-right: auto;
}

.services__item--content img {
	width: 80px;
	height: auto;
}

.services__item--footer {
    margin-top: 3rem;
}

.services__cta {
	margin-top: 3rem;
	text-align: center;
}

@media only screen and (min-width: 781px) {
    .services__items {
        align-items: stretch;
        flex-flow: wrap;
		gap: 1.5rem;
    }
    .services__item {
        max-width: calc(50% - 1rem);
        min-height: 100%;
		padding: 1.8rem;
    }
}

@media only screen and (min-width: 1024px) {
    .services__item {
        max-width: calc(50% - 1rem);
        padding: 2rem;
    }
}

@media only screen and (max-width: 781px) {
	.services__heading h2 {
		margin-bottom: 2rem;
	}
}

/*--------------------------------------------------------------
# Block : Prices
--------------------------------------------------------------*/
.prices__heading > .row {
    max-width: var(--large-width);
    text-align: center;
    margin: 0 auto;
}

.prices__heading h2 {
	margin-bottom: 3rem;
	color: var(--color-sand);
}


.prices {
    padding: 100px 0;
    background-color: var(--color-darkerblue); 
    opacity: 0.95;
    background: repeating-linear-gradient( -45deg, var(--color-darkestblue), var(--color-darkestblue) 5px, var(--color-darkerblue) 5px, var(--color-darkerblue) 25px );
    position: relative;
    overflow: hidden;
}

.prices-container {
    max-width: var(--medium-width);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.prices-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    align-items: stretch;
}

/* 2 columns layout */
.prices-grid:has(.price-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

/* 3 columns layout */
.prices-grid:has(.price-card:nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
}

.price-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.price-card__header {
    margin-bottom: 1rem;
}

.price-card__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}

.price-card__amount {
    font-weight: 600;
    font-size: 18px;
}

.price-card__content {
    flex: 1;
    margin-bottom: 30px;
}

.price-card__features {
    text-align: left;
}

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

.price-card__features li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(100, 116, 139, 0.1);
    position: relative;
    padding-left: 30px;
	margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.5;
}

.price-card--featured .price-card__features li {
    color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.price-card__features li:last-child {
    border-bottom: none;
}

.price-card__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 11px;
    color: var(--color-teal);
    font-weight: bold;
    font-size: 18px;
}

.price-card--featured .price-card__features li::before {
    color: white;
}

.price-card__footer {
    margin-top: auto;
}

.price-card__button {
    display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .prices-grid:has(.price-card:nth-child(3)) {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .price-card--featured {
        transform: scale(1.02);
    }
    
    .price-card--featured:hover {
        transform: scale(1.02) translateY(-10px);
    }
}

@media (max-width: 781px) {
    .prices {
        padding: 60px 0;
    }
	.prices__heading h2 {
		margin-bottom: 2rem;
	}    

    .prices-grid,
    .prices-grid:has(.price-card:nth-child(2):last-child),
    .prices-grid:has(.price-card:nth-child(3)) {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .price-card {
        padding: 30px 20px;
        min-height: auto;
    }
	.price-card__amount {
		font-size: 17px;
	}
	.price-card__features li {
		padding: 8px 0;
		padding-left: 25px;
	}
	.price-card__features li::before {
		top: 9px;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
    .price-card {
        padding: 25px 15px;
    }
	.price-card__amount {
		font-size: 16px;
	}
}

/*--------------------------------------------------------------
Two items. Using WP blocks only
--------------------------------------------------------------*/
.two-items .wp-block-columns {
	max-width: var(--large-width);
    margin: 0 auto;
    gap: 3rem;
}

.two-items.services .wp-block-columns {
    max-width: var(--large-width);
}

.two-items.services figure {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.two-items.services figure:before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--color-lightblue);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    opacity: 0.3;
}

.two-items.services.reverse-order figure{
    justify-content: flex-end;
}

.two-items.services.reverse-order figure:before {
    right: -30px;
	left: auto;
}

.two-items.services img {
    width: 180px;
    height: auto;
    position: relative;
    z-index: 1;
}

.two-items.services .wp-block-column p:last-child {
	margin-bottom: 0;
}

.two-items.form .wp-block-columns {
	max-width: 1064px;
	margin: 0 auto;
	gap: 0;
}

.two-items .wp-block-columns > div {
	padding: 0 20px;
}

.two-items h2 {
	margin-top: 0;
}

.two-items .wp-block-list,
.two-items .wp-block-list li:last-child {
	margin-bottom: 0;
}

.two-items h2 a {
	color: var(--color-almostblack);
	border: 0;
}

.two-items figure a {
	border: 0;
}

.two-items img {
	display: block;
	border-radius: 20px;
}

.two-items p {
	margin-bottom: 2rem;
}

.two-items.two-items-form p {
	margin-bottom: 0;
}

.two-items .wp-block-buttons {
	flex-grow: 1;
	align-items: flex-end;
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		display: flex;
		flex-direction: column;
    }
	.two-items.services .wp-block-columns > .wp-block-column:first-child {
		flex-basis: 50%;
	}

	.two-items.services .wp-block-columns > .wp-block-column:last-child {
		flex-basis: 50%;
	}

	/* Reverse order layout - image gets 2/3, text gets 1/3 */
	.two-items.services.reverse-order .wp-block-columns > .wp-block-column:first-child {
		flex-basis: 50%;
	}

	.two-items.services.reverse-order .wp-block-columns > .wp-block-column:last-child {
		flex-basis: 50%;
	}
}
@media (max-width: 781px) {
	.two-items .wp-block-columns {
		max-width: 1024px;
		margin: 0 auto;
		gap: 0;
	}
	.two-items.services .wp-block-columns {
		margin-bottom: 2rem;
		gap: 1.5rem;
	}
	.two-items.services img {
		width: 120px;
	}
	.two-items.form .wp-block-columns {
		gap: 3rem;
	}
	.two-items.services.reverse-order figure {
		justify-content: flex-start;
	}
	.two-items.services figure:before {
		content: none;
	}

	/* reverse order */
	.two-items.reverse-order .wp-block-columns {
        display: flex;
        flex-direction: column-reverse;
	}
	.two-items .wp-block-columns > div:first-child {
		margin-bottom: 0;
	}
	.two-items p {
		margin-bottom: 1.5rem;
	}
	.two-items .wp-block-buttons {
		margin-bottom: 2rem;
	}
}

@media (max-width: 500px) {
	.two-items.services .wp-block-columns {
		margin-bottom: 1.5rem;
		gap: 1rem;
	}
	.two-items.services img {
		width: 100px;
	}
}

/*--------------------------------------------------------------
Two items with large portrait image
--------------------------------------------------------------*/
.two-items.portrait-image {
	background: var(--color-lightblue);
}

.two-items.portrait-image section {
	padding: 50px 0;
}

.two-items.portrait-image section .wp-block-columns > div {
	padding: 0;
}

.two-items.portrait-image figure {
    display: flex;
}

@media (max-width: 1024px) {
	.two-items.portrait-image .wp-block-columns {
		flex-direction: column-reverse;
		gap: 0;
	}
	.two-items.portrait-image section {
		padding: 40px 0 20px;
	}
	.two-items.portrait-image section .wp-block-columns {
		display: flex;
		flex-direction: row;
        gap: 2rem;
	}
	.two-items.portrait-image section .wp-block-column {
		flex-basis: 50% !important;
	}
	.two-items.portrait-image h3 {
		margin-bottom: 1rem;
	}
}

@media (max-width: 781px) {
	.two-items.portrait-image section .wp-block-columns {
		flex-direction: column;
		gap: 0;
	}
}

/*--------------------------------------------------------------
One column block editor
--------------------------------------------------------------*/
.one-col {
	max-width: var(--medium-width);
	margin: 0 auto;
}

.one-col .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.one-col .wp-block-columns > div {
    padding: 0 20px;
}

.one-col .wp-block-group	{
	text-align: center;
	padding: 0 8rem;
}

.one-col h2 {
	margin-top: 0;
}

@media (max-width: 781px) {
	/* reverse order */
	.one-col.reverse-order .wp-block-column {
        display: flex;
        flex-direction: column-reverse;
	}
	.one-col .wp-block-group {
        padding: 0;
        text-align: left;
	}
	.one-col .wp-block-column {
		gap: 1rem;
	}
	.one-col p {
		margin-bottom: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Block : Reviews Carousel
--------------------------------------------------------------*/
.reviews {
	background: var(--color-antiquewhite);
}

.reviews__heading > .row {
    max-width: var(--medium-width);
    text-align: center;
    margin: 0 auto;
}

.reviews__heading h2 {
	margin-bottom: 3rem;
}

.reviews-carousel {
    max-width: var(--medium-width);
	margin: 0 auto;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.reviews-carousel.slick-initialized {
    visibility: visible;
}

/* Equal height for slick slides */
.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
}

.slick-initialized .slick-track .slick-slide {
    display: flex;
    height: auto;
}

.slick-initialized .slick-track .slick-slide > div {
    width: 100%;
}

/* Arrows*/
.slick-prev:before,
.slick-next:before {
	content: none;
}
.slick-prev, .slick-next {
   	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 67%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow:  0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex !important;
    justify-content: center;
    align-items: center;
	opacity: 1;
    transition: all .3s;
}
.slick-prev:hover, .slick-next:hover {
    background-color: #f5f5f5;
}
.slick-prev:active, .slick-next:active {
    background-color: #ededed;
}
.slick-prev svg, .slick-next svg {
	width: 18px;
	height: 18px;
}
.slick-next svg {
	transform: rotate(180deg);
}
.slick-prev,
.slick-next {
	z-index: 99;
}
.slick-prev {
	left: 10px;
}
.slick-next {
	right: 10px;
}
.slick-prev svg {
	left: -2px;
    position: relative;
}

.reviews-carousel::before,
.reviews-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.reviews-carousel::before {
    left: 0;
    background: linear-gradient(to right, var(--color-antiquewhite), transparent);
}

.reviews-carousel::after {
    right: 0;
    background: linear-gradient(to left, var(--color-antiquewhite), transparent);
}

.review-card {
    margin: 15px;
    padding: 30px;
    background: #fff;
    border: 0.5px solid #ededed;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: grab;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.review-content {
    margin-bottom: 25px;
}

.review-content blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

.review-content blockquote p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-almostblack);
    margin: 0;
	font-style: italic;
}
.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.reviewer-details h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-almostblack);
}

p.reviewer-location {
	font-size: 0.9rem;
	margin-bottom: 0;
}

@media (max-width: 1100px) {
    .reviews-carousel::before,
    .reviews-carousel::after {
        width: 40px;
    }
}

@media (max-width: 781px) {
	.reviews__heading h2 {
		margin-bottom: 2rem;
	}

    .review-content blockquote p {
        font-size: 1rem;
    }
    
    .reviewer-avatar {
        width: 40px;
        height: 40px;
    }
    
    .reviewer-details h4 {
        font-size: 0.9rem;
    }
    
    .reviews-carousel::before,
    .reviews-carousel::after {
        width: 25px;
    }
	.review-card:hover {
		transform: translateY(0);
	}
}

/*--------------------------------------------------------------
## Forminator form
--------------------------------------------------------------*/
.forminator-ui#forminator-module-208 {
	margin-top: 0 !important;
}

.forminator-ui#forminator-module-208 input,
.forminator-ui#forminator-module-208 textarea {
	outline: none !important;
}

.forminator-ui#forminator-module-208.forminator-design--material .forminator-textarea {
	background: transparent !important;
}

#forminator-module-208.forminator-design--material .forminator-checkbox span[aria-hidden]:not(.forminator-checkbox-image) {
	background: transparent !important;
	border: 2px solid var(--color-almostblack) !important;
	border-radius: 5px;
}

.forminator-ui#forminator-module-208.forminator-design--material .forminator-button-submit {
    border: 0;
    border-radius: 50px;
    padding: 21px 30px 18px;
    width: auto;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: .5px;
    background: var(--color-almostblack) !important;
	transition: 0.2s ease-in-out;
}

.forminator-ui#forminator-module-208.forminator-design--material .forminator-button-submit:hover {
    opacity: 0.8;
}

.forminator-ui#forminator-module-208.forminator-design--material .forminator-button-submit span {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.forminator-consent {
    padding-top: 3px;
}

.forminator-consent__label p {
	line-height: 1.5;
	color: var(--color-almostblack);
}

.forminator-ui#forminator-module-208.forminator-design--material .forminator-button-submit:hover,
.forminator-ui#forminator-module-208.forminator-design--material .forminator-button-submit:focus {
    background: var(--color-almostblack) !important;
}

.forminator-ui#forminator-module-208.forminator-design--material .forminator-button-submit:hover span,
.forminator-ui#forminator-module-208.forminator-design--material .forminator-button-submit:focus span {
    color: #fff !important;
}

/* HP fields */
#forminator-module-208 #phone-1 {
	position: absolute;
	left: -9999px;
}

#forminator-module-208 #url-1 {
	display: none;
}

#forminator-module-208 #textarea-2 {
	position: absolute;
	left: -9999px;
}

/*--------------------------------------------------------------
## Privacy policy
--------------------------------------------------------------*/
.privacy-policy main {
    max-width: var(--small-width);
    padding: 0 20px;
    margin: 80px auto;
} 

.privacy-policy .wp-block-list li {
    margin-bottom: 3px;
}

.privacy-policy h3 {
	margin-top: 3rem;
	margin-bottom: 1rem;
}

@media (max-width: 781px) {
	.privacy-policy main {
		margin-bottom: 60px;
	}
}

/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
.animated-content {
    will-change: transform,opacity;
    opacity: 0;
    transform: translate3d(0,30px,0) scale(1);
    transition: opacity .6s,transform .6s cubic-bezier(.25,.46,.45,.94)
}

.animated-content.animated-scale {
    transform: translate3d(0,40px,0) scale(.95)
}

.animated-content.animated {
    opacity: 1;
    transform: translate3d(0,0,0)
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact__outer {
    max-width: var(--medium-width);
    margin: 0 auto;
    padding: 0 20px;
}

.contact__inner {
	background: var(--color-antiquewhite);
    border: 1px solid #cebabb;
    border-radius: 20px;
    padding: 4rem;
}

.contact h2 {
	margin-top: 0;
}

.contact .wp-block-button {
	margin-top: 1.2rem;
}

@media (max-width: 1024px) {
	.contact .contact__inner {
		padding: 3rem;
	}
}

@media (max-width: 781px) {
	.contact .contact__inner {
		padding: 2rem;
	}
}

/*--------------------------------------------------------------
## Make embedded video in WP editor responsive
--------------------------------------------------------------*/
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
	color: white;
	overflow: hidden;
}

.footer-top {
	background: var(--color-teal);
	padding: 100px 0 80px;
}

.footer-bottom {
	background: var(--color-darkerblue);
	padding: 40px 0 33px;
}

.footer-bottom > div {
	padding: 0 20px;
}

footer .container {
	margin: 0 auto;
}

footer p, footer a, footer a:hover, footer a:visited, footer a:active {
	color: white;
	margin-bottom: 0;
	opacity: 0.9;
}

footer a {
	line-height: 1.6;
	transition: ease-in-out .2s;
	border-bottom: 2px solid transparent;
}

footer a:hover {
	border-bottom: 2px solid white;
}

footer ul {
	list-style: none;
}

footer h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 8px;
}

footer a.logo {
	margin-bottom: 1rem;
	border: 0 !important;
}

footer a.logo img {
	width: 200px;
	height: auto;
	display: block;
}

footer ul {
	margin: 0;
}

footer ul li {
	margin-bottom: 4px;
}

footer .menu-item {
	margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
	font-weight: 400;
	transition: ease-in-out .2s;
	transform: none;
	opacity: 1;
	text-transform: none;
	margin: 0;
}

footer .menu-item a {
	letter-spacing: 0;
}

footer .copyright {
	font-size: 14px;
	line-height: 1.2;
}

.footer-bottom .row > div {
	display: flex;
}

@media (min-width: 782px) {
	footer .row > div:not(:first-child) {
        flex-direction: column;
        display: flex;
        align-items: center;
	}
	footer .company-info {
		padding-right: 40px;
	}
}

@media (max-width: 1024px) {
	.footer-top {
		padding: 70px 0 30px;
	}
	footer .row > div {
		margin-bottom: 40px;
	}
}

@media (max-width: 781px) {
	footer {
		padding-left: 0;
		padding-right: 0;
	}
	footer .row > div {
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.footer-top {
		padding: 60px 0 20px;
	}
	footer .copyright {
		text-align: center;
	}
}

@media (max-width: 500px) {
	footer .row .footer-logo-col {
		margin: 0;
	}
	footer a.logo {
		margin: 1rem 0 0 0;
	}
}

/*--------------------------------------------------------------
# Adminbar
--------------------------------------------------------------*/
.admin-bar .site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}