/*
Theme Name: Twenty Twenty-Five Child Theme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Luffy & Co.
Author URI: https://luffyandco.com
Description: Twenty Twenty-Five Child Theme
Template: twentytwentyfive
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Text Domain: twentytwentyfivechild
*/

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Regular.woff2') format('woff2'),
	url('./fonts/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Light.woff2') format('woff2'),
	url('./fonts/OpenSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Medium.woff2') format('woff2'),
	url('./fonts/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('./fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Bold.woff2') format('woff2'),
	url('./fonts/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}

body {
	font-family: 'Open Sans', system-ui, sans-serif;
}

/* GLOBAL */
html {
	scroll-behavior: smooth;
}
.wp-block-social-links.has-small-icon-size:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-social-link a {
	padding: 16px;
}
.with-play-btn {
	overflow: hidden;
}
.with-play-btn a {
	position: relative;
}
.with-play-btn a:before {
	content: "";
    background: #e8f6f6;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.with-play-btn a:hover:before {
	background: #cdb67c;
}
.with-play-btn a:after {
	content: "";
    border-top: 12px solid transparent;
    border-left: 18px solid #303030;
    border-bottom: 12px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.with-play-btn a:hover:after {
	border-left-color: #fff;
}
.with-play-btn img {
	-webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-backface-visibility: hidden;
}
.with-play-btn a:hover img {
	transform: scale(1.05) rotate(.01deg);
    -webkit-transform: scale(1.05) rotate(.01deg);
}

/* FORMS */
.wpforms-container .wpforms-field {
	padding-top: 0;
}
.wpforms-container input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
	height: auto !important;
	min-height: unset;
	padding: 20px 15px;
}
.wpforms-container-full button[type=submit] {
	height: auto !important;
    padding: 17px 34px !important;
    letter-spacing: 2.7px;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.408), 18px) !important;
}

/* GALLERY */
.gallery-masonry {
	position: relative;
}
.gallery-item {
	position: absolute !important;
    padding: 8px !important;
    box-sizing: border-box;
}
.gallery-item img {
	width: 100%;
	display: block;
}

/* RESPONSIVE */
@media all and (min-width: 1001px) {
	.ls-hidden {
		display: none;
	}
	.sticky-wrapper {
		top: calc(61px + var(--wp-admin--admin-bar--position-offset, 0px));
		z-index: 5;
	}
}
@media all and (max-width: 1000px) {
	.ss-hidden {
		display: none;
	}
	.sticky-wrapper {
		top: calc(102px + var(--wp-admin--admin-bar--position-offset, 0px));
		z-index: 5;
	}
}
@media (min-width: 782px) and (max-width: 1000px) {
	.fb-40 {
		flex-basis: 40% !important;
	}
	.fb-60 {
		flex-basis: 60% !important;
	}
}
@media all and (max-width: 781px) {
	.tablet-hidden {
		display: none !important;
	}
	.mt-fw {
		max-width: 100% !important;
	}
	.mt-center,
	.mt-center * {
		text-align: center !important;
		justify-content: center !important;
	}
	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
	.sticky-wrapper {
		position: static;
	}
	.fo {
		order: -1;
	}
}