@charset "UTF-8";

/*
	Theme Name: Dino 2024
	Theme URI: https://www.dino-digtal.com
	Description: Twenty Twenty-Four 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
*/

body {
	background-color: #FFF;
	background: url(/wp-content/uploads/2023/01/background.png) repeat;
	color: #333;
	font-size: 19px;
	font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
	color: #003e29;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	overflow-wrap: unset;
}

h2 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

a:focus {
	outline: transparent;
}

body.fixed {
	overflow: hidden;
}

.wp-site-blocks {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.wp-block-site-logo a,
.wp-block-site-logo img {
	width: 100%;
	max-width: 220px;
}

.card {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	border-radius: 8px;
}

.wp-block-navigation__responsive-container-open:after {
	content: "Menu";
	font-size: 1.2em;
	padding:0;
}

header.wp-block-template-part {
	/* position: absolute; */
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

header.wp-block-template-part nav.wp-block-navigation .button {
	color: #FFF;
	border-radius: 6px;
	background: linear-gradient(180deg, rgb(4, 97, 65) 0%, rgb(0, 62, 41) 100%);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

header.wp-block-template-part .wp-block-navigation ul.has-background {
	padding: 0;
}

.top-60 {
	position: relative;
	margin: -60px 0 0;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-size: 1em;
}

.btn-primary {
	background: #003e29;
	border-color: #003e29;
	color: #FFF;
	border-radius: 5px;
}

.wp-block-post-title {
	color: #003e29;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	overflow-wrap: unset;
}

.breadcrumb {
	background: none;
	margin-bottom: unset;
	padding: unset;
	font-size: 0.75em;
	border-top: solid 1px #CCC;
	padding-top: 6px;
	margin-top: 12px;
}

.breadcrumb li {
	overflow: hidden;
	transition: all 1.5s ease;
	padding-right: 3px;
	padding-left: 0;
}

.breadcrumb li, .breadcrumb li a {
	color: #939598;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "›";
	color: #939598;
	padding-right: 6px;
}

.wp-block-quote {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 50px 60px 40px;
	color: #555;
	border: 0;
	border-radius: 40px;
	background-color: #FFCFCA;
}

.wp-block-quote:before,
.wp-block-quote:after {
	position: absolute;
	content: '"';
	color: #FA4D56;
	font-size: 3em;
	font-family: "Centra No2";
}

.wp-block-quote:before {
	top: 0;
	left: 36px;
}

.wp-block-quote:after {
	bottom: -20px;
	right: 46px;
}

.wp-block-dino-blocks-post-category-feed img {
	border-radius: 40px;
	width: 100%;
	height: auto;
}

.wp-block-post-content h1 {
	border-bottom: solid 1px #CCC;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.wp-block-post-content .wp-block-cover__inner-container h1 {
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.6);
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.carousel .carousel-item .carousel-caption {
	max-width: 860px;
}

.carousel .carousel-control-next-icon {
	background-color: #2700eb !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel .carousel-control-prev-icon {
	background-color: #2700eb !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-caption h1 {
	font-size: 2.6em;
	width: auto;
	display: inline-block;
	padding: 18px 24px;
	border: solid 4px #FFF;
	border-radius: 6px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.3);
}

.carousel-caption p {
	font-size: 1.6em;
}

.headerIntro {
	position: relative;
}

.headerIntro .caption {
	top: 0;
	display: flex;
	justify-content: center;
	height: 90%;
	align-items: center;
	flex-direction: column;
	position: absolute;
	bottom: 1.25rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	width: 100%;
}

.headerIntro img {
	width: 100%;
}

.headerIntro h1 {
	font-size: 2.6em;
	width: auto;
	display: inline-block;
	padding: 18px 24px;
	border: solid 4px #FFF;
	border-radius: 6px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.3);
}

.w-100, .w-100 img {
	max-width: 100%;
	width: 100% !important;
	height: auto !important;
}

.d-none {
	display: none;
}

.bubble-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.bubble-list li {
	border-radius: 6px;
	background-color: #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	overflow: hidden;
}

.bubble-list li a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	margin: 0;
	border-radius: 6px;
}

.bubble-list li a:hover {
	background: linear-gradient(180deg, rgb(4, 97, 65) 0%, rgb(0, 62, 41) 100%);
	color: #FFF;
	text-decoration: none;
}

input[type=submit],
.button-primary,
.btn-primary,
.btn-secondary {
	font-size: 0.85em;
	text-decoration: none;
}

.button-primary,
.button-primary a,
.btn-primary,
.btn-primary a {
	color: #FFF !important;
}

.learndash-wrapper #learndash-reset-password-wrapper form input[type=submit],
input[type=submit],
.button-primary,
.btn-primary,
.btn-secondary,
.btn-outline-primary,
.btn-outline-secondary {
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 0;
	color: #FFF;
}

.learndash-wrapper #learndash-reset-password-wrapper form input[type=submit],
input[type=submit],
.button-primary,
.btn-primary {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	text-transform: none;
}

.btn-secondary {
	background-color: #000;
	border-color: #000;
}

.btn-outline-primary {
	background-color: transparent;
	border-width: 1px;
	color: var(--wp--preset--color--primary);
}

.btn-outline-secondary {
	background-color: transparent;
	border-width: 4px;
	color: var(--wp--preset--color--primary);
}

.button-primary:hover,
.button-primary:active,
.btn-primary:hover,
.btn-primary:active {
	background-color: #000;
	border-color: #000;
	color: #FFF;
}

.btn-secondary:hover, .btn-secondary:active {
	background-color: var(--wp--preset--color--primary) !important;
	border-color: var(--wp--preset--color--primary) !important;
	color: #FFF;
}

.btn-lg {
	font-size: 1em;
	min-width: 220px;
	padding: 12px;
}

/* FORM */
.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.flex-row .col-lg-6,
.flex-row .col-lg-12 {
	width: 50%;
	flex-basis: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}

.flex-row .col-lg-12 {
	width: 100%;
	flex-basis: 100%;
}

.wpcf7-list-item,
.flex-row .col-lg-12 .wpcf7-list-item {
	margin: 0;
}

.flex-row .col-lg-6 p {
	margin: 20px 0 0;
}

.flex-row .col-lg-12 p {
	margin: 20px 0 0;
	width: 100%;
}

.flex-row .col-lg-12 .btn {
	border-radius: 0;
	padding: 16px 70px;
	font-size: 1em;
}

.form-label {
	display: inline-block;
	margin-bottom: 10px;
}

.form-control {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	line-height: 20px;
	border: 1px solid #101010;
	padding: 14px;
	box-sizing: border-box;
	width: 100%;
}

.flex-row .wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

.wpcf7-not-valid-tip {
	background-color: var(--wp--preset--color--primary);
	padding: 8px 20px;
	color: #FFF;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 20px;
	font-size: 1.3em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	min-width: 250px;
	border-radius: 10px;
	overflow: hidden;
}

.does_it_fit_btn {
	display: inline-block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-size: 1.1em;
	padding: 20px 90px 20px 30px;
	background-color: #003e29;
	border-radius: 2px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	font-weight: 500;
	margin: 20px 0;
	transition: all .5s ease;
	background: rgb(4, 97, 65);
	background: -moz-linear-gradient(180deg, rgba(4, 97, 65, 1) 0%, rgba(0, 62, 41, 1) 50%, rgba(1, 45, 30, 1) 50%, rgba(0, 62, 41, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(4, 97, 65, 1) 0%, rgba(0, 62, 41, 1) 50%, rgba(1, 45, 30, 1) 50%, rgba(0, 62, 41, 1) 100%);
	background: linear-gradient(180deg, rgba(4, 97, 65, 1) 0%, rgba(0, 62, 41, 1) 50%, rgba(1, 45, 30, 1) 50%, rgba(0, 62, 41, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#046141", endColorstr="#003e29", GradientType=1);
}

.does_it_fit_btn:hover {
	text-decoration: none;
	background: #000;
	border-color: #000;
	background: rgb(93, 93, 93);
	background: -moz-linear-gradient(180deg, rgba(93, 93, 93, 1) 0%, rgba(25, 25, 25, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(37, 37, 37, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(93, 93, 93, 1) 0%, rgba(25, 25, 25, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(37, 37, 37, 1) 100%);
	background: linear-gradient(180deg, rgba(93, 93, 93, 1) 0%, rgba(25, 25, 25, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(37, 37, 37, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d5d5d", endColorstr="#252525", GradientType=1);
}

.does_it_fit_btn:after {
	content: "›";
	height: 100%;
	width: 60px;
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	align-items: center;
	justify-content: center;
	border-left: solid 1px rgba(255, 255, 255, 0.6);
	font-size: 1.6em;
}

footer.wp-block-template-part svg {
	width:60px;
	height:60px;
}

@media screen and (max-width: 710px) {
	.headerIntro .caption {
		padding: 20px;
	}

	.headerIntro .caption h1 {
		font-size: 1.6em;
	}
}