/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * 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;
}

/*
.dot:hover::before {
	background-color: #27acd5;
}
*/


a {
	outline: 0 !important;
}

html::-webkit-scrollbar,
.entry-content::-webkit-scrollbar {
	display: none;
}

html,
.entry-content {
	scrollbar-width: none;
}

/*
html {
	scroll-behavior: smooth;
}
*/

.apo {
	text-wrap: auto;
}

.apo::before,
.apo::after {
	content: '';
  background-image: url('assets/images/apostrophe.png');
  width: 3vw;
  display: inline-block !important;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 2vw;
  max-width: 50px;
  max-height: 35px;
  min-width: 25px;
  min-height: 18px;
}

.apo::before {
	margin-right: 4px;
	margin-left: -33px;
	top: -0.4vw;
}

.apo::after {
	margin-left: 6px;
	margin-top: 0.8vw;
	transform: scale(-1, 1);
	position: absolute;
}

@keyframes anim_01 {
          0% { transform: translate3d(0,-150%,0) scale(0.5); opacity: 0; } 
		 70% { transform: translate3d(-53%,-47%,0) scale(1.05); opacity: 0.8; }
		  100% { transform: translate3d(-53%,-47%,0) scale(1); opacity: 1; }
        }
		
@keyframes anim_02 {
          0%,20% { transform: translate3d(-50%,-50%,0) scale(0.9); opacity: 0; } 
		  100% { transform: translate3d(-50%,-50%,0) scale(1); opacity: 1; }
        }
		
@keyframes anim_03 {
          0% { transform: translate3d(55%,-190%,0) scale(1.1); opacity: 0; } 
          50% { transform: translate3d(55%,-190%,0) scale(1.1); opacity: 0; } 
		  100% { transform: translate3d(55%,-190%,0) scale(1); opacity: 1; }
        }

@keyframes anim_04 {
          0% { transform: translate3d(0,-150%,0) scale(0.5); opacity: 0; } 
		 70% { transform: transform: translate3d(-47%,-52%,0) scale(1.05); opacity: 0.8; }
		  100% { transform: transform: translate3d(-47%,-52%,0) scale(1); opacity: 1; }
        }
		
@keyframes anim_05 {
          0%,20% { transform: translate3d(-47%,-50%,0) scale(0.9); opacity: 0; } 
		  100% { transform: translate3d(-47%,-50%,0) scale(1); opacity: 1; }
        }
        

.anim_01,
.anim_02,
.anim_03,
.anim_04,
.anim_05 {
	opacity: 0;	
}

.anim_01.active {
	opacity: 1;
	animation: anim_01 1.5s ease;
	animation-iteration-count: 1;
	transform-origin: right center;
}

.anim_02.active {
	opacity: 1;
	animation: anim_02 1s ease-in;
	animation-iteration-count: 1;
	transform-origin: right center;
}

.anim_03.active {
	opacity: 1;
	animation: anim_03 2s ease-in;
	animation-iteration-count: 1;
	transform-origin: left center;
}

.anim_04.active {
	opacity: 1;
	animation: anim_04 1.5s ease;
	animation-iteration-count: 1;
	transform-origin: right center;
}

.anim_05.active {
	opacity: 1;
	animation: anim_05 1.5s ease-in;
	animation-iteration-count: 1;
	transform-origin: center center;
}

.fade_in {
	opacity: 0;
	transition: opacity 1.5s ease-in;	
}

.fade_in.active {
	opacity: 1;
	transition-delay: 0.7s;
}

.nodp {
	display: none !important;
}

.up,
.down {
	cursor: pointer;
}

.footer_group {
	display:none;
}

.home .footer_group {
	display:block;
}

.home .wp-block-list {
	list-style: none;
	margin: 0 !important;
	margin-left: 1.7vw !important;
    padding: 0;
}

.home .wp-block-list li::before,
.footer a::before {
	content: '';
	display: block !important;
	width: 1vw;
	height: 1vw;
	max-width: 15px;
	max-height: 15px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	background-color: #4399bb;
	margin-top: 0.2vw;	
}


.footer a::before {
	margin-top: 0.1vw;
	width: 15px;
	height: 15px;
	transition: all 0.5s ease;
}

.footer_group {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0;
	border-left: 0;
	border-right: 0;
	z-index: 99;
	transition: all 1.2s ease;
}

.footer {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	margin: 0;
	border-left: 0;
	border-right: 0;
}

.footer.dark {
	border-color: #00395a !important;
}

.footer a.active {
	color: #4399bb !important;
}

.footer.dark a.active {
	color: #00395a !important;
}

.footer a.active::before,
.footer.dark a.active::before {
	background-color: #fff !important;
}
	
.footer.dark a::before {
	background-color: #00395a;
}

.footer_sub {
	margin: 0 !important;
	margin-bottom: 10px !important;
}

.footer_sub .wp-block-columns {
	margin: 0 !important;
	position: relative;
	max-width: 1280px;
	width: 100%;
	left: 50%;
	height: 28px;
	transform: translateX(-50%);
	margin-right: var(--wp--preset--spacing--70) !important;
	margin-left: var(--wp--preset--spacing--70) !important;
}

.footer_sub .wp-block-columns .wp-block-column:last-of-type figure {
	display: inline-block;
	vertical-align: bottom;
}

.footer .wp-block-navigation .wp-block-navigation__container {
	margin: 0 !important
}

.footer .wp-block-navigation {
	position: relative;
	max-width: 1280px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-right: var(--wp--preset--spacing--70) !important;
	margin-left: var(--wp--preset--spacing--70) !important;
}

.footer a,
.footer_sub a {
	color: #fff !important;
	text-decoration: none;
}

.footer a:hover::before {
	background-color: #fff;
}

.footer a span {
	margin-left: 25px;
}

.section_01,
.section_02,
.section_03,
.section_04,
.section_05 {
	height: 100%;
	min-height: 100vh;
	margin-block-start: 0 !important;
}

.section_01 .wp-block-columns,
.section_02 .wp-block-columns,
.section_03 .wp-block-columns,
.section_04 .wp-block-columns,
.section_05 .wp-block-columns {
	position: absolute;
	transform: translate3d(-50%,-55%,0);
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
}

.section_01 .wp-block-columns .wp-block-column,
.section_02 .wp-block-columns .wp-block-column,
.section_03 .wp-block-columns .wp-block-column,
.section_04 .wp-block-columns .wp-block-column,
.section_05 .wp-block-columns .wp-block-column {
	height: 100%;
}

.section_01 .wp-block-columns .wp-block-column:first-of-type .wp-block-group,
.section_02 .wp-block-columns .wp-block-column:first-of-type .wp-block-group,
.section_03 .wp-block-columns .wp-block-column:first-of-type .wp-block-group,
.section_04 .wp-block-columns .wp-block-column:first-of-type .wp-block-group,
.section_05 .wp-block-columns .wp-block-column:first-of-type .wp-block-group {
	top: 50%;
	transform: translate3d(0,-50%,0)
}

.section_01 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h1,
.section_02 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h2,
.section_03 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h2,
.section_04 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h2,
.section_05 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h2 {
	
	font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1280 - 320))) !important;
}

.section_02 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h3,
.section_03 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h3,
.section_04 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h3,
.section_05 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h3 {
	
	font-size: calc(15px + (23 - 15) * ((100vw - 320px) / (1280 - 320))) !important;
	margin-top: 10px;
}

.section_01 .wp-block-columns .wp-block-column:first-of-type .wp-block-group h2 {
	
	font-size: calc(14px + (26 - 14) * ((100vw - 320px) / (1280 - 320))) !important;
}


.section_02 .wp-block-columns .wp-block-column:first-of-type .wp-block-group p,
.section_03 .wp-block-columns .wp-block-column:first-of-type .wp-block-group p,
.section_04 .wp-block-columns .wp-block-column:first-of-type .wp-block-group p,
.section_05 .wp-block-columns .wp-block-column:first-of-type .wp-block-group p {
	
	font-size: calc(12px + (17 - 12) * ((100vw - 320px) / (1280 - 320))) !important;
}

.footer a,
.footer_sub a,
.wp-block-button__link {
	font-size: calc(10px + (13 - 10) * ((100vw - 320px) / (1280 - 320))) !important;
}

.ov p,
.ov li {
	font-size: calc(4px + (13 - 4) * ((100vw - 320px) / (1280 - 320))) !important;
}

.ov h4 {
	font-size: calc(4px + (17 - 4) * ((100vw - 320px) / (1280 - 320))) !important;
	margin-bottom: 1.7vw !important;
}

.ov {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 4;
	max-width: 450px;
	width: 20vw;
}

.ov.mrg {
	transform: translate3d(-45%,-65%,0);
}

.book_btn {
	top: 50%;
	left: 50%;
	width: 4vw;
	min-width: 32px;
	max-width: 70px;
	position: absolute;
	transform: translate3d(-50%,-50%,0);
	z-index: 5;
}

.lhsv {
	transform: translate(-320%,-32%) rotate(-20deg);
}

.jma {
	transform: translate(-150%,-159%) rotate(15deg);
}

.svt {
	transform: translate(14%,134%) rotate(-18deg);
}

.ct {
	transform: translate(320%,161%) rotate(29deg);
}


.section_02 .wp-block-columns .wp-block-column:first-of-type .wp-block-group p:first-of-type,
.section_03 .wp-block-columns .wp-block-column:first-of-type .wp-block-group p:first-of-type,
.section_04 .wp-block-columns .wp-block-column:first-of-type .wp-block-group p:first-of-type,
.section_05 .wp-block-columns .wp-block-column:first-of-type .wp-block-group p:first-of-type {
	margin-top: 10px;
}


.section_01 .wp-block-columns .wp-block-column,
.section_02 .wp-block-columns .wp-block-column,
.section_03 .wp-block-columns .wp-block-column,
.section_04 .wp-block-columns .wp-block-column,
.section_05 .wp-block-columns .wp-block-column {
	max-width: 450px;
	position: relative;
}

.section_01 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(1),
.section_02 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(1),
.section_03 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(1),
.section_05 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(55%,-190%,0);
	z-index: 2;
	width: 8.4vw;
	height: auto;
	min-width: 70px;
	max-width: 160px;
	max-height: 160px;
}

.section_01 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(2),
.section_02 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(2),
.section_03 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(2),
.section_05 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
	width: 30vw;
	height: auto;
	min-width: 250px;
	max-width: 570px;
	max-height: 570px;
}

.section_01 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(3),
.section_02 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(3),
.section_03 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(3),
.section_05 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(3) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-53%,-47%,0);
	width: 31vw;
	height: auto;
	min-width: 255px;
	max-width: 580px;
	max-height: 580px;
	z-index: 0;
}

.section_04 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-47%,-50%,0);
	z-index: 1;
	width: 40vw;
	height: auto;
	min-width: 320px;
	max-width: 700px;
	max-height: 700px;
}

.section_04 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-47%,-52%,0);
	width: 31vw;
	height: auto;
	min-width: 205px;
	max-width: 580px;
	max-height: 580px;
	z-index: 0;
}


@media (max-width: 780px) {
	
	.apo::after {
		margin-top: 1vw;
	}
	
	.ov {
		max-width: 180px;
		width: 100%;
	}
	
	.ov.mrg {
		transform: translate3d(-45%,-50%,0);
	}

	.ov p,
	.ov li {
		font-size: 9px !important;
	}
	
	.wp-block-list {
  
		margin-left: 15px !important;
	}
	
	.wp-block-list li::before {
	  width: 8px;
	  height: 8px;
	  margin-top: 2px;
	}

	.ov h4 {
		font-size: 12px !important;
		margin-bottom: 15px !important;
	}
	
	.lhsv {
		transform: translate(-350%,19%) rotate(-20deg);
	}

	.jma {
		transform: translate(-183%,-111%) rotate(15deg);
	}

	.svt {
		transform: translate(-15%,195%) rotate(-18deg);
	}

	.ct {
		transform: translate(306%,220%) rotate(29deg);
	}
	
	.section_01 .wp-block-columns,
	.section_02 .wp-block-columns,
	.section_03 .wp-block-columns,
	.section_04 .wp-block-columns,
	.section_05 .wp-block-columns {
		position: relative;
		transform: unset;
		top: unset;
		left: unset;
		width: unset;
		height: 100%;
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}

	.section_01 .wp-block-columns .wp-block-column:first-of-type .wp-block-group,
	.section_02 .wp-block-columns .wp-block-column:first-of-type .wp-block-group,
	.section_03 .wp-block-columns .wp-block-column:first-of-type .wp-block-group,
	.section_04 .wp-block-columns .wp-block-column:first-of-type .wp-block-group,
	.section_05 .wp-block-columns .wp-block-column:first-of-type .wp-block-group {
		margin-top: 0;
		top: unset;
		transform: unset;
	}
	
	.section_01 .wp-block-columns .wp-block-column:first-of-type,
	.section_02 .wp-block-columns .wp-block-column:first-of-type,
	.section_03 .wp-block-columns .wp-block-column:first-of-type,
	.section_04 .wp-block-columns .wp-block-column:first-of-type,
	.section_05 .wp-block-columns .wp-block-column:first-of-type {
		  min-height: 60vh;		
	}
	
	.section_01 .wp-block-columns .wp-block-column:last-of-type,
	.section_02 .wp-block-columns .wp-block-column:last-of-type,
	.section_03 .wp-block-columns .wp-block-column:last-of-type,
	.section_04 .wp-block-columns .wp-block-column:last-of-type,
	.section_05 .wp-block-columns .wp-block-column:last-of-type {
		  min-height: 40vh;		
	}
	
	.section_04 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(1) {
		transform: translate3d(-50%,-40%,0) !important;
	}
	
	.section_04 .wp-block-columns .wp-block-column:last-of-type figure:nth-child(2) {
		transform: translate3d(-53%,-47%,0) !important;
	}
	
	
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: block !important;
    }
	
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: none !important;
    }
	
	.footer {
		border: 0;
	}
	
	.footer a {
		color: #000 !important;
		font-size: 15px !important;
	}
	
	.footer a::before {
		width: 10px;
		height: 10px;
		margin-top: 4px;
		background-color: #4399bb !important;
	}
	
	.footer a span {
		margin-left: 20px;
	}
	
	.footer,
	.footer_sub {
		padding-left: 20px;
		padding-right: 10px;
	}
	
	.footer_sub .wp-block-columns .wp-block-column:first-of-type {
		display: none;
	}
	
	.nodp {
		display: block !important;
	}

	.footer .wp-block-navigation,
	.footer_sub .wp-block-columns	{
	  max-width: 100%;
	  width: 100%;
	  left: unset;
	  transform: unset;
	  margin-right: 0 !important;
	  margin-left: 0 !important;
	  justify-content: right;
	}
	
	.footer .wp-block-navigation button {
		outline: 0;
	}
	
	.footer .wp-block-navigation > button {
		position: fixed;
		top: 10px;
	}
	
	.footer .wp-block-navigation svg rect {
		fill: #fff !important;
  
	}
	
	.footer_sub .wp-block-columns .wp-block-column:last-of-type {
		text-align: right;
	}
	
}


