/*======================================
Theme Name: mama-divi
Theme URI: https://divicake.com/
Description: Freeman Adventures
Version: 1.0
Author: Mama Advertising
Author URI: https://freeman.thedigitaltree.com.au
Template: Divi
======================================*/
/* .owl-stage-outer img {
	margin-top: -220px;
} */

/* .anchor {
	display: block;
	height: 120px;
	margin-top: -120px;
}
.anchor.hidden {
	visibility: hidden;
} */
#ten-things .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
	justify-content: center;
}

#ten-things .et_pb_module {
	width:	200px;
}
	
.owl-carousel .owl-item img {
	width: 700px !important;
}

.owl-stage div.image {
	height: 700px;
}

.owl-carousel .owl-item {
          position: relative;
}

/* https://github.com/s-wild/gradient-owl-carousel/blob/master/owl-carousel-gradient.scss */
/* https://cssgradient.io/ */
.owl-carousel .owl-item:after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(4,4,4,1) 16%, rgba(255,255,255,0) 55%);
}

.ls-slider {
  position: relative;
  max-width: 100vw;
	width:100%;
  height: auto;
/*   aspect-ratio: calc( 100vw / 500 ); */
  margin-top: 0;
	padding-inline: 10px;
}
 
.ls-slider .hero-bg {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
 
.ls-slider.owl-carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
 
.ls-slider.owl-carousel .wrap-image {
  height: 663px;
}
   
.ls-slider.owl-carousel .wrap-image .carousel__image {
  position: relative;
  background-size: cover;
  -webkit-transition: all 6s ease-in-out;
  transition: all 6s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  min-height: 100%;
  min-width: 100%;
  background-position: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
 
.ls-slider.owl-carousel .wrap-image .zoom {
  -webkit-transform: translateY(0) scale(1.1);
  transform: translateY(0) scale(1.1);
}
 
.ls-slider.owl-carousel .wrap-image .carousel__image {
  	position: relative;
  	transform-origin: center;
  	width: 1040px;
	height: 693px;
  	background-position: center;
	background-size: 1040px 663px;
}
 
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.ls-slide-img {
	max-height: 663px;
}
.ls-slide-text {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: black;
	display: block;
	color: white;
	z-index: 100;
}

#team-list {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.list-tabs-container .tab-label {
	color: #A2A2A2;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: montserrat, sans-serif;
	font-weight: 400;
}

.list-tabs-container .tab-label, .list-tabs-container .tab-content {
	padding-bottom: 50px;
}

#mobile_menu1 .sub-menu {
	display: none !important;
}
#testimonial-section {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
	max-width: 1250px;
	margin: 70px auto 0 auto;
	padding-bottom: 50px;
}

#testimonial-section .et_pb_row {
	margin-bottom: 40px !important;
}

#past-programs-row .et_pb_column {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}
#past-programs-row  .et_pb_module {
	margin-bottom: 20px;
}
#ten-things-row .et_pb_column {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
#ten-things-row .et_pb_module {
	margin-bottom: 30px;
}
#leisure-program .et_pb_column, #peak-program .et_pb_column {
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
}
#leisure-program .et_pb_image {
	break-before: always; 
}
#peak-program .et_pb_image {
	break-after: always; 
}

#tabs-flex {
	display: flex;
	gap: 20px;
}
.brian-embedded {
	display: none;
	background-image: url(https://freeman.thedigitaltree.com.au/wp-content/uploads/2022/11/freeman-profile.jpg);
	padding-top: 650px;
	width: 100%;
	min-width: 380px;
	background-position: bottom;
	background-repeat: no-repeat;
/* 	text-align: right; */
/* 	margin-right: 0; */
}
#brian-achievements .et_pb_column {
	display: flex;
	gap: 30px;
	justify-content: center;
}
#our-way-flex .et_pb_column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
}
#our-way-pic-1 {
	order: 4;
	max-width: 48%;
	margin-bottom: 20px;
}
#our-way-pic-2 {
	order: 5;
	max-width: 48%;
	margin-bottom: 20px;
}
#our-way-pic-3 {
	order: 6;
	max-width: 48%;
}
#our-way-text-1 {
	order: 1;
	max-width: 48%;
}
#our-way-text-2 {
	order: 2;
	max-width: 48%;
	page-break-after: always;
}

#our-way-hero-title {
	
}
#about-us-inspir-blocks-768 {
	display: none;
}

a {
	color: black;
}

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

#main-menu-block {
	
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
	margin-bottom: 0;
}

#footer-tablet, #footer-mobile {
	display: none;
}
.footer-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
.footer-menu.tablet {
	display: flex;
	flex-direction: column;
	height: 120px;
}
.footer-menu.mobile {
	display: block;
	height: 150px;
}
menu-icons {
	display: flex;
	gap: 10px;
	align-items: center;
	height: 44px;
	justify-content: center;
}
.social-icon {
	width: 44px;
	height: 44px;
}
.company  {
	height: 44px;
	color: black;
	display: flex;
	align-items: center;
}
.social-icon.twitter {
	background-image: url(/wp-content/uploads/2022/11/twitter-white.svg);
}
.social-icon.instagram {
	background-image: url(/wp-content/uploads/2022/11/insta-white_1.svg);
}
.social-icon.linkedin {
	background-image: url(/wp-content/uploads/2022/11/li-white.svg);
}
.social-icon.youtube {
	background-image: url(/wp-content/uploads/2022/11/yt-white.svg);
}
.button.send-email {
	background-color: white;
	padding: 10px 20px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	color: #4F4F4F;
	font-family: montserrat, sans-serif;
	font-weight: 500;	
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

/* place button modules next to each other in the same column */
#menu-social li {
	padding-inline: 1px;
}
#menu-social .mobile_nav {
	display:none;
}
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

.montserrat {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.montserrat-italic {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: italic;
}

.montserrat-bold {
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.recent-grotesk {
    font-family: recent-grotesk, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}

.about-sub-title {
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: montserrat, sans-serif;
	color: #A2A2A2;
	font-size: 30px;
	padding:0 0 15px 20px;
}

.about-title {
    font-family: recent-grotesk, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;	
	color: #FFFFFF;
	font-size: 90px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 60px;
	text-align: left;
	text-transform: uppercase;
	padding:0 20px;
}

.about-text {
	padding:20px;
	color:white;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
}

.hero-text {
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
}

.et_mobile_menu, .nav li ul {
    border-top: 3px solid #a2a2a2;
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #FFFFFF;
}

.section-topper {
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
	line-height: 36px;
}

.body-white-left {
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding: 10px 0px;
}

.body-black-left, .test-tabs__content li {
    color: #000000;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
	padding-bottom: 10px;
}

.headline-condensed-white-90 {
    color: #FFFFFF;
    font-family: recent-grotesk, sans-serif;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 72px;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
}

.our-team-images .et_pb_text_inner {
	height: 100%;
}

.our-team-first-name {
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 16px;
    padding-bottom: 10px;
    font-family: montserrat, sans-serif;
    color: #A2A2A2;
    font-size: 20px;
	padding: 0 0 10px 10px;
}

.small-headline-condensed-white-50 {
    color: #FFFFFF;
    font-family: recent-grotesk, sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    padding:0 0 0 10px;
}

table.calendar1 {
	border: 0 !important;
}

table.calendar1 tr.header td {
	border-bottom: 1px solid white;
}

.entry-content .calendar1 tr td {
	border: 0;
	padding: 10px 0 10px 10px;
}

.ts10-reasons {
    color: #A2A2A2;
    font-family: montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    padding: 0px 0px 20px;
	border-bottom: 1px solid white;
}

.page-id-15 .flex-slider {
	display: grid;
    grid-template-columns: 320px 691px;
    justify-content: center;
    grid-gap: 50px;
    margin-top: -70px;
    position: relative;
    z-index: 10;	
}

#ten-things .et_pb_column_11 {
	display: grid;
	grid-template-columns: repeat(5, 195px);
	grid-gap: 20px;
	justify-content:center;
}

.calendar-block-text {
	position: absolute;
	bottom:0;
	margin-bottom:-25px;
}

.program-block-text {
	position: absolute;
	bottom: -20px;
    left: 10px;
}

.Testimonial-Details {
    color: #A2A2A2;
    font-family: montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
}

.comma-top {
    filter: alpha(opacity=100);
    z-index: 35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 25px;
    position: relative;
    margin-top: 30px;
    opacity: 1;
    height: 25px;
    background: transparent url("/wp-content/uploads/2022/11/inverted-commas.svg") no-repeat center center;
    background-size: contain;
}
	
.comma-bottom {
     filter: alpha(opacity=100);
    z-index: 35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 25px;
    position: relative;
    opacity: 1;
    height: 25px;
    background: transparent url("/wp-content/uploads/2022/11/inverted-commas-bottom.svg") no-repeat center center;
    background-size: contain;
}

form.wpcf7-form label {
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;	
} 

form.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    color: #FFFFFF;
    font-family: montserrat, sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 8px;
	margin-bottom: 20px;
	max-width: 505px;
	width: 100%;
}

/* TABS COMPONENT */
.test-tabs-container {
	display: block;
}

.list-tabs-container {
	display: none;
}

.test-tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 880px;
    font-family: sans-serif;
    margin-top: 1rem;
}

.test-tabs__label {
	cursor: pointer;
	width: 22%;
	line-height: 22px;
	font-size: 18px; 
	font-weight: 500;
	text-align: center; 
	opacity: 0.8;  
	
	color: #A2A2A2;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: montserrat, sans-serif;

}

.test-tabs__radio {
	display: none;
}

.test-tabs__content {
	order: 1;
	width: 100%;
	/* border-bottom: 3px solid #dddddd; */
	line-height: 1.5;
	font-size: 0.9em;
	display: none;
	padding-top: 3rem;
	max-width: 860px;
	margin: 0 auto; 
}

.test-tabs__radio:checked + .test-tabs__label {
	font-weight: bold;
	color: #40724b;
	/* border-bottom: 2px solid #009578; */
}

.test-tabs__radio:checked + .test-tabs__label + .test-tabs__content {
	display: initial;
}  

.brian-embedded {
	display: none;
}

.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
  align-items: center;
}

.wpcf7-submit {
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 14px;
	font-family: montserrat, sans-serif;
	background-color: #4F4F4F;
	margin-right: -10000px;
	min-height: 5px;
	z-index: 71;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 12px;
	border: 0;
	padding: 10px;
	width: 100%;
}

/** MEDIA QUERIES **/
/*adjust Divi Menu module breakpoint*/

@media only screen and (max-width: 1300px) {
	.et_mobile_menu .menu-item-has-children > a {
		font-weight: 400;
		background-color: transparent;
	}		
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
	.et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
		list-style: none !important;
		text-align: left;
/* 		margin-top: 40px; */
		top: 100%;
		padding: 5%;
	}	
    .et_mobile_nav_menu {
        display: block
    }
}

@media only screen and (max-width: 1200px) { 
	/* TABS SWITCH TO NEXT SIZE DOWN */
	#hike-image {
		display: none;
	}
	.test-tabs-container .brian-embedded {
		display: block;
	}
	#mama-tabs {
		max-width: 100%;
	}
	.test-tabs {
		max-width: 100%;
	}	
	.test-tabs__content {
		max-width: 100%
	}
	#ten-things .et_pb_column_11 {
		grid-template-columns: repeat(3,195px) !important;
	}
	#leisure-program .et_pb_image, #peak-program .et_pb_image {
		max-width: 450px;
	}
}
@media only screen and (max-width: 1080px) { }

@media only screen and (max-width: 981px) { 
	.et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
		margin-top: 0;
	}	
	.et_pb_section_6 .flex-slider {
		display: block !important;
		max-width: 500px;
		text-align: center;
		margin: auto;
		margin-top: -70px;
		padding: 10px;
	}
	#leisure-program .title, #peak-program .title {
		order: 1;
	}
	#leisure-program .title div, #peak-program .title div {
		text-align: center !important;
	}
	#leisure-program .et_pb_image, #peak-program .et_pb_image {
		order: 2;
		break-after: unset;
		break-before: unset;
		align-self: center;
	}
	#leisure-program .table, #peak-program .table {
		order: 3;
	}	
/* 	.brian-embedded {
		display: block;
	} */
	#hike-image {
		display: none;
	}
	div.hero-text {
		font-size: 30px;
		line-height: 45px;
	}
	div.hero-section {
		min-height: 400px;
	}
	#our-way-flex .et_pb_column {
		flex-direction: row;
	}	
	#our-way-pic-1 {
		order: 1;
	}
	#our-way-pic-2 {
		order: 2;
/* 		page-break-after: always; */
	}
	#our-way-text-1 {
		order: 3;
		max-width: 100%;
		margin-bottom: 20px !important;
/* 		page-break-after: always; */
	}
	#our-way-pic-3 {
		order: 4;
		max-width: 100%;
		margin-bottom: 20px !important;
/* 		page-break-after: always; */
	}
	#our-way-text-2 {
		order: 5;
		max-width: 100%;
	}
}

@media only screen and (max-width: 850px) { 
	.test-tabs-container {
		display: none;
	}
	.list-tabs-container {
		display: block;
	}
}

@media only screen and (max-width: 769px) { 
	#ten-things .et_pb_column_11 {
		grid-template-columns: repeat(2,195px) !important;
	}
	div.hero-text {
		font-size: 20px;
		line-height: 30px;
		padding-top: 40px !important;
	}
	div.hero-section {
		min-height: 235px;
		padding-top: 50px !important;
	}	
	#about-us-inspir-blocks {
		display: none;
	}
	#about-us-inspir-blocks-768 {
		display: block;
	}
	#footer-desktop {
		display: none;
	}
	#footer-tablet {
		display: block;
	}
	.company {
		padding-bottom: 35px;
	}
	menu-icons {
		flex-basis: 100%;
	}
	.et_pb_section_0_tb_footer {
		height: 120px !important;
	}
	.et_pb_column .et_pb_module {
		margin-bottom: 0;
	}
	.about-title {
		font-size: 75px !important;
		padding: 0 !important;
	}
	.about-sub-title {
		padding: 0 0 5px 0 !important;
	}
	.about-text {
		padding: 10px 0 !important;
	}
	.about-you-text {
		padding: 10px !important;
	}
	#our-way-flex {
		padding: 20px;
	}
	#our-way-pic-1 {
		order: 1;
		max-width: 100%;
		margin-bottom: 20px !important;
	}
	#our-way-text-1 {
		order: 2;
		max-width: 100%;
		margin-bottom: 20px !important;
	}
	#our-way-pic-2 {
		order: 3;
		max-width: 100%;
		margin-bottom: 20px !important;
	}
	#our-way-text-2 {
		order: 4;
		max-width: 100%;
		margin-bottom: 20px !important;
	}	
	#our-way-pic-3 {
		order: 5;
		max-width: 100%;
		margin-bottom: 20px !important;
	}
	
	
	
/* 	.test-tabs__radio:checked + .test-tabs__label + .test-tabs__content {
		display: block;
	}	
	#test-tabs-label-1 {
		order: 1;
	}
	#test-tabs-content-1 {
		order: 2;
	}
	#test-tabs-label-2 {
		order: 3;
	}
	#test-tabs-content-2 {
		order: 4;
	}
	#test-tabs-label-3 {
		order: 5;
	}
	#test-tabs-content-3 {
		order: 8;
	}
	#test-tabs-label-4 {
		order: 7;
	}
	#test-tabs-content-4 {
		order: 8;
	}
	 */
	
}
@media only screen and (max-width: 650px) { 
/* 		display: flex; */
/* 		justify-content: space-between; */
/* 		align-items: center; */
/* 		height: 120px;
		flex-direction: column-reverse;
	}	 */

}
@media only screen and (max-width: 600px) { 
}
@media only screen and (max-width: 500px) { 
	#ten-things .et_pb_column_11 {
		grid-template-columns: repeat(1,195px) !important;
	}	
	#leisure-program .et_pb_image, #peak-program .et_pb_image {
		max-width: 250px;
		padding-bottom: 250px;
	}
	#leisure-program .table, #peak-program .table {
		max-width: 400px;
		width: 100%;
		order: 3;
		font-size: 14px;
		margin-inline: 10px;
	}	

	#main-menu-block {
		height: 110px;
		background-color: black;
	}
	#video-section {
		margin-top: 110px;
	}
}
@media only screen and (max-width: 450px) { 
	#footer-tablet {
		display: none;
	}
	#footer-mobile {
		display: block;
		text-align: center;
		padding-top: 15px;
	}
	.button.send-email {
		width: 166px;
		margin: auto;
		margin-block: 10px;
	}
	.company {
	  	display: block;
		padding-top: 10px;
		padding-bottom: 0;
	}
	.et_pb_section_0_tb_footer {
		height: 165px !important;
	}
	
}

.owl-item.active .image {
  animation: mobileburns 30s infinite;
}
@media screen and (min-width: 800px) {
  .owl-item.active .image {
    animation: kenburns 30s infinite;
  }
}

@keyframes kenburns {
  5% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  60% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes mobileburns {
  5% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  80% {
    transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes noburns {
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}