@charset "UTF-8";

/*
	Theme Name: Dino 2022
	Theme URI: https://www.dino-digtal.com
	Description: Twenty Twenty-Two Child Theme
	Author: Dino Digital
	Author URI: https://www.dino-digital.com/
	Template: twentytwentyfour
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: tpx-impact
	Text Domain: twentytwentyfour-child
*/

*, ::after, ::before {
	box-sizing: border-box;
}

a:focus,
:where(.wp-site-blocks *:focus) {
	outline:transparent;
}

:root :where(body),
body {
	color: #222;
	background-color: var(--wp--preset--color--background);
	font-weight: 400;
	font-size: 1em;
	font-family: "Lato", serif;
	font-smooth: always;
	outline: transparent;
	/* -webkit-font-smoothing: antialiased; */
	/* font-smoothing: antialiased; */
	line-height: normal;
}

:root :where(.wp-block-separator.is-style-wide--4:not(.alignfull)) {
	max-width:1320px!important;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	padding-top:10px;
	padding-bottom:10px;
}

:root :where(.is-layout-flex),
:root :where(.wp-block-columns-is-layout-flex) {
	gap:1.5rem;
}

h1, h2, h3, h4, h5 { 
	line-height: normal; 
}

body.pt-0,
body.pt-0 .wp-site-blocks {
	padding-top:0!important;
}

body.fixed {
	overflow: hidden;
	height: 110vh;
	padding-right:15px;
}

[hidden] {
	display: none!important;
}
.d-none, .sr-only, .sub-menu-toggle {
	display: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

div img {
	max-width:100%;
	width: auto;
	height: auto;
}

.h-100 {
	height: 100%;
}

.overflow-hidden {
	overflow:hidden;
}

.wp-site-blocks {
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden;
	padding-top: 116px;
}

.wp-block-image img {
	width:100%;
}
.wp-block-image :where(figcaption) {
	font-size: 0.9em;
	margin-bottom: 0;
}

body.white .wp-site-blocks,
.home .wp-site-blocks {
	padding-top: 0;
}

body, input, textarea, select {
	font-family: "Lato", serif;
}

h1, h2, h3, h4, h5 {
	font-weight: 500;
	letter-spacing: normal;
	color:var(--wp--preset--color--primary);
}

div {
	position: relative;
}

.d-flex {
	display:flex; 
}

.flex-grow-1 { 
	flex-grow:1;
}

.d-block { 
	display:block; 
}

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

hr.wp-block-separator {
	position: relative;
	overflow:visible;
	/* max-width:unset!important; */
}
:root :where(.wp-block-separator.is-style-wide--6:not(.alignfull)) {
	max-width:unset!important;
}

h1 a, h2 a, h3 a, h4 a, h5 a,
header.wp-block-template-part a,
.text-decoration-none,
.text-decoration-none a {
	text-decoration: none;
}
.text-decoration-none a:hover {
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
	color: var(--wp--preset--color--primary);
}

:root :where(.wp-block-quote),
blockquote.wp-block-quote {
	position: relative;
	padding:50px;
	margin:20px;
	border:0;
}

blockquote.wp-block-quote:before,
blockquote.wp-block-quote:after {
	display:block;
	position: relative;
	position: absolute;
	color:var(--wp--preset--color--primary) !important;
	width:46px;
	height:46px;
}

blockquote.wp-block-quote:before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 290 290" fill="%23122E49"><path d="M22.12 145v97.65h97.65V145H70.95c0-26.92 21.9-48.82 48.82-48.82V47.35c-53.93 0-97.65 43.72-97.65 97.65zm245.76-48.82V47.35c-53.93 0-97.65 43.72-97.65 97.65v97.65h97.65V145h-48.82c-.01-26.92 21.89-48.82 48.82-48.82z"></path></svg>');
	top:0;
	left:0;
}

blockquote.wp-block-quote:after {	
	content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 290 290" fill="%23122E49"><path d="M267.88 145V47.35h-97.65V145h48.82c0 26.92-21.9 48.82-48.82 48.82v48.82c53.93.01 97.65-43.71 97.65-97.64zM22.12 193.82v48.82c53.93 0 97.65-43.72 97.65-97.65V47.35H22.12V145h48.82c.01 26.92-21.89 48.82-48.82 48.82z"></path></svg>');
	bottom:0;
	right:0;
}
header.wp-block-template-part .logo svg {
	width:161px;
	height:auto;
}
header.wp-block-template-part .logo svg path {
	fill:var(--wp--preset--color--primary);
}

header.wp-block-template-part {
	/* box-shadow:0px 2px 35px -20px rgba(0,0,0,0.3); */
	width: 100%;
	z-index: 500;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	transition: background-color 0.3s ease-in-out, top 0.6s ease-in-out;
}

header.wp-block-template-part a:hover {
	text-decoration: underline;
}
.wp-site-blocks .alignfull .ml-auto,
header.wp-block-template-part .ml-auto,
.ml-auto { margin-left:auto!important; }

.wp-site-blocks .alignfull .mr-0,
header.wp-block-template-part .mr-0,
.mr-0 { margin-right:0!important; }