/*
Theme Name: Campworld
Theme URI: https://athemes.com/theme/sydney/
Description: Child theme for the Sydney WordPress theme.
Author: Abdul Basit
Author URI: https://campworld.shop/
Template: sydney
Version: 1.0.0
Text Domain: sydney-child
*/

/* Typographical Elements
--------------------------------------------- */

:root {
	--color1: #FFFFFF;
	--color2: #090d16;
	--color3: #505561;
	--color4: #77d32f;
	--color5: #21a215;
	--color6: #1f66e4;
	--color7: #BDBDBD;
}


/* buttons
--------------------------------------------- */

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

#page .button,
#page input[type="button"],
#page input[type="reset"],
#page input[type="submit"] {
	background-color: var(--color4);
	border: 1px solid var(--color4);
	border-radius: 50px;
	box-shadow: none;
	color: var(--color2);
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.025em;
	padding: 13px 23px;
	width: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#page .button:hover,
#page .button:focus,
#page input:hover[type="button"],
#page input:hover[type="reset"],
#page input:hover[type="submit"] {
	background-color: var(--color5);
	border-color:  var(--color5);
	text-decoration: none;
}

#page .button.btn2 {
	background-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
	border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.3);
	color: var(--color1);
	--tw-backdrop-blur: blur(8px);
}

#page .button.btn2:hover,
#page .button.btn2:focus {
	background-color: var(--color5);
	border-color:  var(--color5);
}

#page .button.btn3 {
	background-color: var(--color2);
	border-color: var(--color2);
	color: var(--color1);
}

#page .button.btn3:hover,
#page .button.btn3:focus {
	background-color: var(--color6);
	border-color:  var(--color5);
}

.button.btn-phone:before {
	content: '';
	display: inline-block;
	background: url(images/phone-icon.svg) no-repeat left center;
	width: 13px;
	height: 13px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -2px;
}

.button.btn-map:before {
	content: '';
	display: inline-block;
	background: url(images/map-icon.svg) no-repeat left center;
	width: 16px;
	height: 16px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -2px;
}

.button.btn-external-link:after {
	content: '';
	display: inline-block;
	background: url(images/external-icon.svg) no-repeat left center;
	width: 16px;
	height: 16px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 7px;
	position: relative;
	top: -2px;
}

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: absolute;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999;
	padding: 16px 40px;
}

.site-header .wrap {
	max-width: 100%;
}

.site-header + * {
	margin-top: 100px;
}

.home .site-header + * {
	margin-top: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
	background: url("images/logo.png") no-repeat center #fff;
	border-radius: 12px;
	width: 96px;
	height: 64px;
	background-size: 66px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	padding-top: 9px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: var(--color2);
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 10px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	background: var(--color1);
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 10px;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: var(--color1);
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: var(--color3);
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 240px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item:hover > ul.sub-menu,
.menu .menu-item:focus-within > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}


/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: var(--color2);
}

.dark-bg-section *,
.fonts-light * {
	color: var(--color1);
}

/*
home page hero section
--------------------------------------------- */

.home-hero-section {
	background: var(--color2);
	position: relative;
	overflow: hidden;
	color: var(--color1);
	display: flex;
	align-items: center;
	min-height: 100svh;
	padding: 160px 0 65px;
}

.home-hero-section:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	background: linear-gradient(to bottom,  rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.85) 100%);
	z-index: 1;
}

.home-hero-section * {
	color: var(--color1);
	height: 100%;
}

#page .home-hero-section .widget_sow-image {
	margin-bottom: 0;
}

.home-hero-section > img,
#page .home-hero-section .so-widget-image,
#page .home-hero-section .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.home-hero-section video {
	width: 100%;
	object-fit: cover;
}

.home-hero-section .wrap,
.home-hero-section .widget_siteorigin-panels-builder {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 48px;
	z-index: 9;
}

.home-hero-section .textwidget h3 {
	background-color: var(--color4);
	border: 1px solid var(--color4);
	border-radius: 10px;
	box-shadow: none;
	color: var(--color2);
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	padding: 13px 24px;
	width: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.home-hero-section .google-star {
	background: url(images/star.svg) no-repeat left 18px;
	background-size: 16px;
	font-size: 14px;
	float: right;
	padding-top: 15px;
	padding-left: 25px;
}

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

.card-style1 .image-container {
	margin-bottom: 10px;
}

.card-style1 img {
	width: 44px;
	margin: 0 auto;
	display: block;
}

.card-style1 .widget-title {
	font-size: 14px;
	text-transform: uppercase;
}

/*
title small box
--------------------------------------------- */

.title-small-box .widget-title {
	background-color: var(--color4);
	border: 1px solid var(--color4);
	border-radius: 4px;
	box-shadow: none;
	color: var(--color2);
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.6px;
	padding: 4px 12px;
	width: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.title-small-box p strong {
	font-size: 20px;
	color: var(--color2);
}

/*
equal height widgets row
------------------------------------------------- */

#page .equal-height-widgets .panel-widget-style,
#page .equal-height-widgets .widget,
#page .equal-height-widgets .so-widget-custom_image_widget,
#page .equal-height-widgets .widget-container,
#page .equal-height-widgets .widget-inner-wrap,
#page .equal-height-widgets .so-widget-sow-editor {
	height: 100%;
}

/*
card style 2
------------------------------------------------- */

#page .card-style2 .widget-inner-wrap {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	color: inherit;
	display: block;
	font-size: 12px;
	position: relative;
	padding: 24px 24px;
	height: 100%;
	text-decoration: none;
	transition-duration: 0.15s;
	transition-property: all;
}

#page .card-style2 a.widget-inner-wrap:hover {
	filter: drop-shadow(0 20px 20px rgba(53,66,72,.1));
}

#page .card-style2 .has-read-more .widget-inner-wrap {
	padding-bottom: 80px;
}

.card-style2 .image-container {
	background: rgb(119 211 47 / 15%);
	border-radius: 16px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: all 0.15s ease;
}

.card-style2 .image-container img {
	max-height: 100%;
}

.card-style2 .widget-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}

.card-style2 .image-description {
	max-width: 280px;
	margin: 0 auto;
}

.card-style2 .image-widget-info .link-style {
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
	white-space: nowrap;
}

.card-style2 .image-hover-description .link-style {
	display: none;
}

#page .card-style2 .widget-inner-wrap:hover {
	border-color: #77d32f;
	box-shadow: 0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);
	translate: 0px -4px;
	transition: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}

#page .card-style2 .widget-inner-wrap:hover .image-container {
	background: #77d32f;
}

#page .card-style2 .widget-inner-wrap:hover .image-container img {
	filter: brightness(0) saturate(100%) invert(3%) sepia(28%) saturate(1978%) hue-rotate(192deg) brightness(98%) contrast(97%);
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-box {
	background-color: var(--color2);
	border-radius: 20px;
	color: var(--color1);
	padding: 32px;
}

.dark-box h6 {
	color: var(--color4);
}

.dark-box h5 {
	color: var(--color1);
	font-size: 18px;
}

.dark-box h5 {
	color: var(--color1);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.555;
}

/*
table box
--------------------------------------------- */

.divider-section {
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

.divider-section h6 {
	color: var(--color6);
}

.table-box {
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 10px 10px;
}

.table-box table tr, .table-box table td {
	border: none;
	background: transparent;
}

.table-box table td {
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
}

.table-box table td:last-child {
	color: #090d16;
	text-align: right;
}

.table-box table tr:nth-child(2n +2) {
	background: rgb(119 211 47 / 10%);
	border-top: 1px solid rgb(226 232 240);
	border-bottom: 1px solid rgb(226 232 240);
	border-radius: 20px;
	color: #090d16;
}

.font-small {
	font-size: 16px;
}

.frame-round iframe {
	border-radius: 20px;
	border: none;
	overflow: hidden;
}