@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "BebasNeue";
	font-display: swap;
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/BebasNeue/BebasNeuePro-Regular.otf"); /* IE9 Compat Modes */
	src:
		local(""),
		url("/wp-content/themes/slightlychilled-child/assets/fonts/BebasNeue/BebasNeuePro-Regular.otf");
}

@font-face {
	font-family: "BebasNeue Bold";
	font-display: swap;
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/BebasNeue/BebasNeuePro-SmEBd.otf"); /* IE9 Compat Modes */
	src:
		local(""),
		url("/wp-content/themes/slightlychilled-child/assets/fonts/BebasNeue/BebasNeuePro-SmEBd.otf");
}

@font-face {
	font-family: "gantari";
	font-display: swap;
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/gantari/Gantari-Regular.otf"); /* IE9 Compat Modes */
	src:
		local(""),
		url("/wp-content/themes/slightlychilled-child/assets/fonts/gantari/Gantari-Regular.otf");
}

body {
	font-family: "gantari";
	font-size: 1.4rem;
	color: var(--primary);
}

:root {
	--primary: #1b4448;
	--primary-rgba: rgba(27, 68, 72, 0.2);
	--accent: #e9874b;
	--accent-rgba: rgba(233, 135, 75, 0.1);

	--white: #fff;
	--black: #000;

	--dk-grey: #535558;
}

body.page-id-3185 {
	background: #044549;
	color: #fff;
}

#gform_1 label,
#gform_1 legend {
	color: #fff !important;
	font-size: 1.4rem;
}

#gform_1 .gfield_description {
	font-size: 1.1rem;
	color: #ccc !important;
}

.gform_button.button {
	background: var(--accent) !important;
	color: #fff !important;
	font-size: 1.4rem !important;
}

.theContent {
	font-size: 1.3rem;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

p.small {
	font-size: 1.5rem;
}

.text-accent {
	color: var(--accent);
}

.primary-text {
	color: var(--primary);
}

section.blog .card {
	position: relative;
}

section.blog .card img {
	opacity: 0.5;
	transition: 0.4s;
}

section.blog .card img:hover {
	opacity: 1;
}

section.blog .card h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
}

section.bookshelf a {
	text-decoration: none !important;
}

section.intro-content {
	background: var(--primary);
	color: var(--white);
	padding: 3.6rem 0 3rem 0;
}

img.authorImage {
	max-width: 200px;
	height: auto;
	border: 5px solid var(--accent);
}

.card,
.card-header,
.card-body,
.card-footer {
	border: 0;
	padding: 0;
	background: none;
}

.card.service {
	max-width: 200px;
	margin-inline: auto;
}

.card.service img {
	max-width: 80px !important;
	height: auto !important;
}

.card.service .card-body {
	font-family: "BebasNeue Bold";
	color: var(--primary);
	text-transform: uppercase;
	font-size: 1.75rem;
}

.card.service .card-footer {
	font-size: 1.25rem;
}

.primary-bg {
	background: var(--primary);
}

.accent-bg {
	background: var(--accent);
}

.statistics {
	font-size: 3rem;
	font-family: "BebasNeue Bold";
}

.white-text {
	color: var(--white);
}
.navbar-brand {
	font-size: 2rem;
	font-family: "BebasNeue Bold";
	color: var(--accent) !important;
}

.navbar-brand a {
	color: var(--accent) !important;
}
.navbar-brand img {
	margin-right: 20px;
}

.navbar-custom {
}

.navbar-custom li a {
	font-family: "BebasNeue" !important;
	color: var(--white);
	text-transform: uppercase;
	font-size: 1.4rem !important;
}

.navbar-custom ul#menu-main > li:last-child a {
	border: 1px solid var(--accent);
	color: var(--accent) !important;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	padding-inline: 30px !important;
	margin-left: 30px;
}

.navbar-custom ul#menu-main > li:last-child a:hover {
	background: var(--accent);
	color: var(--white) !important;
	border: 1px solid var(--accent);
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a:hover,
.navbar-custom li a.focus {
	color: var(--accent);
}

.navbar-toggler {
	border-color: var(--primary);
}

.header {
	/*background: url(/wp-content/themes/slightlychilled-child/assets/img/backgrounds/header-bg.webp)
		no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	min-height: 300px;
	color: #fff;
}

.ctaBlock {
	/*background: url(/wp-content/themes/slightlychilled-child/assets/img/backgrounds/cta-background.webp)
		no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: var(--accent);
}

.ctaBlock .container {
	background: var(--white);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.ctaBlock .contentBlock {
}

.header .contentBlock {
	margin-right: 10rem;
}

.dropdown-menu {
	margin-top: 10px;
	background: #fff;
	color: var(--primary) !important;
	border-top: none;
	border-color: rgba(109, 90, 65, 0.2);
}

.dropdown-menu li a {
	color: var(--primary) !important;
}
.dropdown-menu li a:hover,
.dropdown-menu li.active a {
	background: var(--primary);
	color: var(--white) !important;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 0 0 5px 5px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn {
	border: 1px solid #fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	padding: 10px 60px !important;
	font-size: 1.75rem;
	color: var(--white);
	text-transform: uppercase;
	font-family: "BebasNeue Bold";
	background: var(--white);
	color: var(--accent);
}

.btn-orange {
	border: 1px solid var(--accent);
	background: var(--accent);
	color: var(--white) !important;
}

.btn:hover {
	border: 1px solid #fff;
	background: var(--accent);
	color: var(--white);
}

.btn-accent {
	background: var(--accent);
	color: var(--white);
	border: 1px solid var(--accent);
}

.btn-accent:hover {
	background: var(--white);
	color: var(--accent);
	border: 1px solid var(--white);
}

.btn-orange:hover {
	border: 1px solid var(--accent);
	background: var(--white);
	color: var(--accent) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "BebasNeue Bold";
	text-transform: uppercase;
}

h2 {
	font-size: 4rem;
}

h4 {
	font-size: 3rem;
}

section.header h1 {
	color: var(--accent);
	font-size: 3.75rem;
}

.contentBlock {
	color: var(--primary) !important	;
}

#givingBack {
	max-width: 600px;
	margin-inline: auto;
}

#givingBack img {
	max-height: 80px;
	width: auto;
}

ul.social,
ul.social li {
	display: inline-block;
}

ul.social li a {
	color: var(--white);
}

.logoImage {
	max-width: 100px;
	height: auto;
}

ul.menu li {
	display: block;
	list-style: none;
	line-height: 2rem;
}

ul.menu li a {
	color: var(--white);
	font-size: 1.5rem;
}

a {
	text-decoration: none;
	color: var(--primary);
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-left {
	display: flex;
	align-items: center;
	justify-content: left;
}

.myIframe {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*pointer-events: none;*/
	border: none;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
	background: none;
}

#copyright {
	font-size: 0.8rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#copyright a {
	color: var(--white);
}

.woocommerce {
	padding-top: 3rem;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 1rem;
}

h2.woocommerce-loop-product__title {
	font-family: "BebasNeue";
	text-transform: none;
	min-height: 45px;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1.3rem !important;
}

span.price {
	font-size: 2rem !important;
	font-family: "BebasNeue Bold";
	color: var(--accent) !important;
	margin: 0 0 1rem 0 !important;
	padding: 0 !important;
}

.woocommerce ul.products li.product .button {
	display: inline-block;
	margin-top: 1em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background: var(--primary);
	color: var(--white);
	padding: 10px 15px 12px 15px;
	margin: 0;
	font-family: "BebasNeue" !important;
	font-weight: 100;
	transition: 0.2s;
}

.woocommerce ul.products li.product .button:hover {
	background: var(--accent);
}

.nav-links > div {
	width: 50%;
	float: left;
}

.nav-links .nav-next {
	float: right;
	text-align: right;
}

section.header h2 {
	color: var(--accent);
}

section.blog_single {
	background: #fff;
	padding: 4rem 2rem;
}

ul.wp-block-latest-posts {
	border: 0;
	padding: 0;
	margin: 0;
}

ul.wp-block-latest-posts li {
	display: block;
	margin-bottom: 3rem;
}

ul.wp-block-latest-posts li img,
.theContent img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.theContent img {
	margin: 3rem auto;
}

aside#sidebar {
	border-left: 1px solid #ddd;
}

.wp-block-latest-posts__post-date {
	display: block;
	color: #999;
	font-size: 1rem;
	margin-bottom: 2rem;
}
.widget.widget_search {
	margin-bottom: 3rem;
}

.widget.widget_search input {
	border: 1px solid #666;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	padding: 5px;
	margin: 0 !important;
}

.widget.widget_search input#searchsubmit {
	background: var(--primary);
	color: #fff;
	padding: 5px 15px;
	transition: 0.2s;
}

.widget.widget_search input#searchsubmit:hover {
	border: 1px solid var(--accent);
	background: var(--accent);
}

.woocommerce {
	padding-bottom: 5rem;
}

#footer h3 {
	font-size: 4rem;
}

#footer small p {
	font-size: 1.1rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (min-width: 992px) {
	.ethos-image {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

@media (max-width: 992px) {
	.header .contentBlock {
		margin-right: auto;
	}

	img.logo {
		max-width: 40px;
		height: auto;
	}

	.navbar-custom {
		border-bottom: 1px #fff !important;
	}

	img.smallIcon {
		max-width: 150px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.header {
		min-height: auto;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.logoImage {
		display: block;
		max-width: 60px;
		height: auto;
		margin-inline: auto;
	}

	.navbar-custom li:last-child a {
		margin-left: auto !important;
	}

	.dropdown-menu[data-bs-popper] {
		margin-top: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 0 0 5px 5px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1200px) {
}
