/*------------------------------------------------*/
/*--------------[Header and Footer]--------------*/
/*------------------------------------------------*/

#et_search_icon:before {
    content: "\55";
    font-size: 17px;
    left: 0;
    position: absolute;
    top: 10px;
}

.dsm_breadcrumbs_separator .dsm_separator_icon {
	font-size: 26px !important;
}

.grizzly-breadcrumbs .dsm_separator_icon {
	font-weight: 700 !important;
}


* {
	font-weight: 300;
}

.grizzly-footer-main {
	display: flex;
    gap: 100px;
}

.griz-email .dsm_icon_list_text {
	padding-left: 12px !important;
	font-size: 14px;
}

.griz-email .dsm_icon_list_image {
	width: 16px;
    height: 13px;
}

.griz-email a {
	text-decoration: none;
}

.griz-footer-1 {
	width: 20%;
}

.griz-footer {
	display: flex;
    width: 60%;
    justify-content: space-between;
}

#footer-bottom .container {
	padding: 30px 0;
}

.footer-widget {
	margin-bottom: 0 !important;
}

#footer-widgets {
	padding: 64px 0 !important;
}

.griz-footer-headers {
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 500;
	padding-bottom: 18px !important;
}

.griz-footer-text {
font-family: Lato;
font-size: 14px;
font-weight: 300;
}

#main-footer {
    background-color: black !important;
}

.griz-footer-1 .griz-footer-text {
	padding-bottom: 42px !important;
}

.griz-footer-button {
	color: #FFF;
    font-family: Lato;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #5C8B63;
    padding: 16px 37px;
	display: inline-block;
}

.griz-footer-email::before {
	content: ""; /* Required for pseudo-elements */
  display: inline-block; /* Allows setting width and height */
  width: 16px; /* Adjust size as needed */
  height: 13px; /* Adjust size as needed */
  vertical-align: middle; /* Aligns the icon vertically with the text */
  margin-right: 14px; /* Adds space between the icon and the text */
  background-image: url('/assets/uploads/Vector-9.svg'); /* Specifies the image file */
  background-size: contain; /* Ensures the image fits within the dimensions */
  background-repeat: no-repeat
}

.griz-footer-email {
font-family: Lato;
font-size: 14px;
font-weight: 300;
}

.griz-icon1 {
	padding-right: 14px;
}

#footer-info {
font-size: 16px !important;
font-weight: 300 !important;
}

#footer-info a {
	text-decoration: none;
	font-size: 16px !important;
	font-weight: 300 !important;
}

.logo_1 {
	padding-right: 12px;
}

#top-header .container {
	width: 100%;
	padding-top: 9px;
    padding-bottom: 9px;
	display: flex;
    justify-content: center;
}

#top-header .grizzly-top-text {
	font-weight: 300;
}

.grizzly-email a {
	background-color: #5C8B63;
    color: white !important;
    padding-top: 16px !important;
	padding-bottom: 16px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.grizzly-email a::before {
	content: ""; /* Required for pseudo-elements */
  display: inline-block; /* Allows setting width and height */
  width: 16px; /* Adjust size as needed */
  height: 13px; /* Adjust size as needed */
  vertical-align: middle; /* Aligns the icon vertically with the text */
  margin-right: 6px; /* Adds space between the icon and the text */
  background-image: url('/assets/uploads/Vector-7.svg'); /* Specifies the image file */
  background-size: contain; /* Ensures the image fits within the dimensions */
  background-repeat: no-repeat
}

.grizzly-bottom-footer {
	display: flex;
    justify-content: flex-end;
	gap:30px;
}

.grizzly-bottom-footer a {
	color: white !important;
	text-decoration: none !important;
	font-weight: 300;
}

#footer-bottom .container {
	border-top: 1px solid white;
}

#footer-bottom {
	padding: 0px;
}

/*------------------------------------------------*/
/*--------------[Home page]--------------*/
/*------------------------------------------------*/

.grizzly-cards .et_pb_column_12 h3 {
	border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 24px;
}

.grizzly-cards .et_pb_column_11 h3 {
	border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 24px;
}

.grizzly-img-row .grizzly-image-sec {
	height: 100%
}

.grizzly-img-row .grizzly-image-sec .et_pb_image_wrap {
	height: 100%
}

.grizzly-img-row .grizzly-image-sec .et_pb_image_wrap img {
	height: 100%
}

.grizzly-home-des1 .et_pb_column_3 {
	background-color: #5C8B63;
    padding: 24px;
}

.destination-body {
	padding: 24px 16px;
}

.destination-body h3 {
	padding-bottom: 12px;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 24px;
}

.destination-exerpt {
	border-top: 1px solid rgba(92, 139, 99, 0.10);
    margin-top: 16px;
    padding-top: 16px;
	font-size: 16px;
	font-weight: 300;
}

.grizzly-home-des1  .et_pb_main_blurb_image::before {
	content: ""; /* Required for pseudo-elements */
  display: inline-block; /* Allows setting width and height */
  background-image: url('/assets/uploads/Frame-9.svg'); /* Specifies the image file */
  background-size: contain; /* Ensures the image fits within the dimensions */
  background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0;
}

.destination {
	text-decoration: none !important;
	border: 1px solid rgba(92, 139, 99, 0.25);
	position: relative;
}


/* .destination-location::before {
	content: ""; 
  display: inline-block; 
  width: 9px; 
  height: 12px; 
  margin-right: 6px; 
  background-image: url('/assets/uploads/Vector-8.svg'); 
  background-size: contain; 
  background-repeat: no-repeat;
} */

.destination-body::before {
	content: ""; /* Required for pseudo-elements */
  display: inline-block; /* Allows setting width and height */
  background-image: url('/assets/uploads/Frame-9-1.svg'); /* Specifies the image file */
  background-size: contain; /* Ensures the image fits within the dimensions */
  background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0;
	top:0;
}

.destination .destination-exerpt {
	color: black !important;
}

.grizzly-des-card .dsm_card_wrapper {
	height: 100% !important;
}

.grizzly-home-des1 .et_pb_blurb_content {
	background-color: white;
}

 .grizzly-home-des1 .et_pb_image_wrap {
	height: 210px;
}

.grizzly-home-des1 .et_pb_image_wrap img {
	height: 210px;
	width: 320px;
	object-fit: cover;
}

.grizzly-home-des1 .et_pb_module_header,
.grizzly-home-des1 .et_pb_module_header span {
	font-size: 24px;
	font-weight: 400;
}

.grizzly-home-des1 .et_pb_blurb_description p {
	font-weight: 300;
}

.grizzly-home-des1 .et_pb_blurb_description p:last-child {
	border-top: solid 1px rgba(92, 139, 99, 0.10);
	padding-top: 10px;
}

.grizzly-home-des1 .griz-loc::before,
.destination-location::before {
	content: ""; /* Required for pseudo-elements */
  display: inline-block; /* Allows setting width and height */
  width: 9px; /* Adjust size as needed */
  height: 12px; /* Adjust size as needed */
  margin-right: 6px; /* Adds space between the icon and the text */
  background-image: url('/assets/uploads/Vector-8.svg'); /* Specifies the image file */
  background-size: contain; /* Ensures the image fits within the dimensions */
  background-repeat: no-repeat
}

.grizzly-home-des1 .griz-loc,
.destination .destination-location {
	color: #5C8B63;
	background-color: rgba(92, 139, 99, 0.10);
	padding:4px;
	text-transform: uppercase;
	color: #5C8B63;
	font-size: 12px;
	font-weight: 600 !important;
	width: fit-content;
    padding: 4px 10px;
	line-height: normal;

}


.grizzly-home-des1 .et_pb_main_blurb_image {
	margin-bottom: 0px !Important;
}

.grizzly-home-des1 .et_pb_blurb_container {
	background-color: white;
	padding: 24px;
}

.grizzly-home-section {
	    align-content: center !important;
}

.grizzly-home-button1 span {
	    padding-right: 36px;

}

.grizzly-home-des .et_pb_ajax_pagination_container {
	display: grid;
    grid-template-columns: auto auto auto auto;
/*     grid-template-columns: repeat(4, 1fr); */
}

.grizzly-des-2 .et_pb_text_4  {
	color: white;
	font-size: 18px;
	font-weight: 400;
}

.grizzly-des-2 .et_pb_text_4 p  {
	font-size: 18px;
font-weight: 400;
}

.grizzly-des-2 .et_pb_column_1_4 {
	background-color: #EEF3ED;
}

.grizzly-des-2 .et_pb_code_0 {
	padding: 24px 18px;
}

.grizzly-des-2 summary  {
	background-color: #5C8B63;
	color: white;
	padding: 12px;
	font-size: 15px;
	font-weight: 300;
	cursor: pointer;
	}

.all-destinations-list {
	display: flex;
    flex-direction: column;
    gap: 12px;
}

.all-destinations-list a {
	font-size: 15px;
font-weight: 300;
	color: black !important;
	text-decoration: none !important;
	padding-left: 6px;
	padding-right: 6px;
}

.all-destinations-list .destination-list-item {
	padding-top: 24px;
}


.grizzly-home-des .et_pb_column_1_4 {
	background-color: #5C8B63;
	padding: 24px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*------------------------------------------------*/
/*--------------[About us page]--------------*/
/*------------------------------------------------*/

.grizzly-card1 {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	
}

.grizzly-card-button {
	padding: 16px !important;
}

.grizzly-breadcrumbs .dsm_home_text,
.grizzly-breadcrumbs .dsm_breadcrumbs_crumb_link {
	color: #FFF !important;
	font-family: Lato;
	font-size: 20px;
	font-weight: 600 !important;
	text-decoration-line: underline;
}

.grizzly-breadcrumbs .dsm_breadcrumbs_crumb_current {
	color: #FFF;
	font-family: Lato;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
}

.grizzly-breadcrumbs {
	margin-bottom: 0px !Important
}

.grizzly-card1 .dsm_card_description {
	padding-top: 36px;
    padding-bottom: 24px;
}

.grizzly-home-row .et_pb_column_12 {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
/*------------------------------------------------*/
/*--------------[Quick info]--------------*/
/*------------------------------------------------*/

.grizzly-quick-info h3 {
	color: #FFF;
font-family: Lato !important;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
background-color: #5C8B63;
padding: 18px 24px;
}

.destinationinfo {
	padding: 24px;
}

.Location > div:first-child {
	margin-top: 0px !important;
}

.grizzly-home-row {
	display:flex;
}

.grizzly-home-row .et_pb_column_7 {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.destinationinfo > div > div:first-child {
	color: #7CA282;
	font-size: 18px;
	margin-top: 25px;
}

.grizzly-quick-info h3 {
	color: #fff !important;
	font-weight: 400 !important;
}

.grizzly-destination-title .et_pb_text_inner {
	color: #FFF;
font-family: "Playfair Display";
font-size: 72px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 72px */
}

/*------------------------------------------------*/
/*--------------[Contact form]--------------*/
/*------------------------------------------------*/

.gfield_error {
	background: #fff9f9;
    border: 1px solid #c02b0a;
}

.gform_fields input,
.gform_fields textarea {
    color: #7CA282;
    font-family: Lato;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    padding: 12px !important;
}

#input_1_8 {
/* 	width: 306px; */
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(92, 139, 99, 0.25);
}

#input_1_10 {
/* 	width: 306px; */
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(92, 139, 99, 0.25);
}

#input_1_4 {
/* 	width: 306px; */
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(92, 139, 99, 0.25);
}

#input_1_11 {
/* 	width: 306px; */
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(92, 139, 99, 0.25);
}

#input_1_12 {
/* 	width: 306px; */
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(92, 139, 99, 0.25);
}

#input_1_10::placeholder {
	color: #7CA282 !important;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 28px;
}

#input_1_4::placeholder {
	color: #7CA282 !important;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 28px;
}

#input_1_8::placeholder {
	color: #7CA282 !important;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 28px;
}

#input_1_11::placeholder {
	color: #7CA282 !important;
	font-size: 18px !Important;
	font-weight: 400;
	line-height: 28px;
}

#input_1_12::placeholder {
	color: #7CA282 !important;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 28px;
}

#gform_submit_button_1 {
	padding: 16px 37px;
	background-color: #5C8B63;
	border: none;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	
}

.griz-button-des:hover {
	background-color: black !important;
	color: white !important;
}


/*
Theme Name:  Grizzly Theme
Theme URI:   https://themes.grizzly.marketing/nature
Version:     1.0.0
Description: Het theme van Grizzly New Marketing
Author:      vps230265
Author URI:  https://themes.grizzly.marketing/nature
Template:    Divi
*/

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------[Contact form error]--------------*/
/*------------------------------------------------*/
.validation_error{
	display:none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom:0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-sizing: content-box !important;
}

.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper 
li.gfield_error textarea {
    border: 2px solid #790000 !important;
	background-color:#fff2f2 !important;
}

.gform_wrapper .gfield_error .gfield_label{
	color:#790000 !important;
}

.gform_wrapper .validation_message{
	display:none;
}

.gform_button[type=submit]:hover {
    cursor: pointer !important;
}

/*------------------------------------------------*/
/*-----------------[Cookie notice]----------------*/
/*------------------------------------------------*/
#cookie-notice {
	min-width:initial !important;
    background-color: #000000de !important;
    z-index: 2 !important;
    position: fixed !important;
    bottom: 15px !important;
    left: 15px !important;
    width: 415px !important;
    font-size: 16px !important;
    line-height: 27px !important;
    text-align: left !important;
    box-shadow: 0px 5px 10px #6B676DA6 !important;
    border-radius: 5px !important;
    min-width: initial !important;
}

#cookie-notice .cookie-notice-container {
    display: block;
    padding: 25px !important;
    text-align: left !important;
}

#cookie-notice h3 {
    color: white !important;
    margin: 0 !important;
    line-height: 25px !important;
}

#cookie-notice .cn-button {
    margin-left: 10px !important;
    display: block !important;
    text-align: center !important;
    padding: 9px 10px !important;
    width: 157px !important;
    font-size: 16px !important;
    margin-left: 0 !important;
    margin-top: 13px !important;
    font-weight: 600;
    background-color: white;
}

@media only screen and (max-width:450px) {
    #cookie-notice {
        width: 100% !important;
        left: 0 !important;
        bottom: 0 !important;
        border-radius: 0 !important;
    }
}



/*------------------------------------------------*/
/*-----------------[Grizzly Responsiveness]----------------*/
/*------------------------------------------------*/

@media screen and (min-width: 980px) {
	.container,
	.et_pb_row {
		width: 90%;
	}
	.grizzly-search-bar {
		width: 60% !important;
	}
	.img-left,
.img-right {
	display: flex !important;
}

.img-left .et_pb_row .et_pb_column:last-child,
.img-right .et_pb_row .et_pb_column:first-child  {
	display: flex;
	height: 100%;
	align-items: center;
}

.img-left .et_pb_row .et_pb_column:last-child {
	padding-left: 100px;
}

.img-right .et_pb_row .et_pb_column:first-child {
	padding-right: 100px;
}

.img-left .et_pb_row,
.img-left .et_pb_row .et_pb_column:first-child,
.img-left .et_pb_row .et_pb_column:first-child .et_pb_image,
.img-left .et_pb_row .et_pb_column:first-child .et_pb_image .et_pb_image_wrap {
	position: initial;
}

.img-left .et_pb_row .et_pb_column:first-child .et_pb_image .et_pb_image_wrap img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% / 3);
	object-fit: cover;
}

.img-right .et_pb_row,
.img-right .et_pb_row .et_pb_column:last-child,
.img-right .et_pb_row .et_pb_column:last-child .et_pb_image,
.img-right .et_pb_row .et_pb_column:last-child .et_pb_image .et_pb_image_wrap {
	position: initial;
}

.img-right .et_pb_row .et_pb_column:last-child .et_pb_image .et_pb_image_wrap img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: calc(100% / 3);
	object-fit: cover;
}
}

@media screen and (max-width: 1440px) {
	.grizzly-about-banner .et_pb_row_0 {
		width:80% !important;
	}
	
	.grizzly-about-1 .et_pb_row_1 {
	width: 80%;
	}
	
	.grizzly-cards {
		width:80% !important;
	}
	
	.grizzly-bottom-contact {
	width: 80% !important;
	}
	
	.grizzly-card1 .dsm_card_description {
    padding-top: 0px !important;
}
	
	.griz-contact-banner .et_pb_row_0 {
		width: 80% !important;
	}
}



@media screen and (max-width: 1024px) {
	
#top-menu {
        display: none;
    }
	
	#et_mobile_nav_menu {
    float: right;
    display: block;
}
	
.grizzly-about-1 .et_pb_row_1 {
	width: 80%;
    display: flex;
    flex-direction: column;
}
	
	.grizzly-footer-main {
    display: flex;
    gap: 50px;
    padding: 20px;
}
	
	#footer-bottom {
    padding: 20px;
}

.grizzly-about-1 .et_pb_column_2_5, .grizzly-about-1 .et_pb_column_3_5 {
	width: 100% !important;
}
	
	.grizzly-about-1 .et_pb_image_0 {
		text-align: center;
	}
	
	.grizzly-about-1 {
		padding-top: 40px !important;
	}
	
	.grizzly-about-banner .et_pb_row_0 {
		width:80% !important;
	}
	
	.grizzly-cards {
		width:80% !important;
		display:flex;
		flex-direction: column;
	}
	
	.grizzly-cards .et_pb_column_1_3 {
		width: 100% !important;
	}
	
	.grizzly-cards .et_pb_column_4 {
		padding-bottom: 30px;
	}
	
	.grizzly-cards .et_pb_column_3 {
		padding-bottom: 30px;
	}
	
	.grizzly-bottom-contact {
	width: 80% !important;
    display: flex;
    flex-direction: column;
	}

	.grizzly-bottom-contact .et_pb_column_6, .grizzly-bottom-contact .et_pb_column_7 {
		width: 100% !important;
	}
	
	.grizzly-bottom-contact .et_pb_column_6 {
		padding-bottom: 40px;
	}
	
	.destinations-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px !important;
}
	.grizzly-home-destinations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px !Important;
}
	
	
.grizzly-destination-title .et_pb_text_inner {
font-size: 40px !important;
}	
	
	
}
@media screen and (max-width: 800px) {
	.homebanner .et_pb_divider {
		margin-bottom: 0;
    	height: 10px;
	}
}

@media screen and (max-width: 800px) {
	.grizzly-footer-main {
    display: flex;
    gap: 50px;
    padding: 20px;
}
	.griz-footer {
    display: flex;
    width: 50%;
    justify-content: space-between;
    flex-direction: column;
}
	.griz-footer-1 {
    width: 50%;
}
	
	.grizzly-bottom-footer {
    display: flex;
    justify-content: center;
    gap: 30px;
}
	
	.destinations-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 64px;
}
	
	.grizzly-home-destinations-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
}
	
	.grizzly-img-row .et_pb_column_3_5 {
		width: 100% !important;
	}
	
	.grizzly-img-row .et_pb_column_2_5 {
		width: 100% !important;
	}
	
	.grizzly-home-row .et_pb_column_12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
}
	.grizzly-home-row {
    display: flex;
    flex-direction: column;
}
}

@media screen and (max-width: 500px) {
	.griz-footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}
	.griz-footer-1 {
    width: 100%;
}
	.grizzly-footer-main {
    display: flex;
    gap: 100px;
    flex-direction: column;
    padding: 0;
}
	
	.grizzly-bottom-footer {
    display: flex;
    justify-content: center;
    gap: 30px;
}
	
	.destinations-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 64px;
}
	
	.grizzly-home-destinations-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
}
}

.destinations-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 64px;
}

.destination-list-item {
	display: block;
}

.grizzly-home-destinations-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 25px;
grid-row-gap: 0px;
}

.grizzly-home-destinations-grid  .et_pb_blurb .et_pb_blurb_content {
height: 100% !important;
	border: 1px solid rgba(92, 139, 99, 0.25);
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 0;
}
.et_header_style_left #et-top-navigation {
    padding-bottom: 33px;
}

.grizzly-search-bar {
	top: -50px;
}

.grizzly-search-bar .et_pb_column:first-child {
	top: 0;
    bottom: 0;
    margin: auto;
}

.et_pb_search {
	border: none !important;
	border-radius: 0;
}

.et_pb_search input.et_pb_searchsubmit {
    background-color: #fff;
}

html body #page-container .et_pb_section .et_pb_row .et_pb_button:not(.et_pb_custom_button_icon),
body #page-container .et_pb_section .et_pb_row .dsm_card .et_pb_button.et_pb_more_button {
	padding: 16px !important;
	font-weight: 400 !important;
}

html body #page-container .et_pb_section .et_pb_row .et_pb_button,
body #page-container .et_pb_section .et_pb_row .dsm_card .et_pb_button.et_pb_more_button,
.griz-footer-button {
	transition: .5s !important;
}

html body #page-container .et_pb_section .et_pb_row .et_pb_button:not(.et_pb_custom_button_icon):hover,
body #page-container .et_pb_section .et_pb_row .dsm_card .et_pb_button.et_pb_more_button:hover {
	padding: 16px !important;
	font-weight: 400 !important;
}

html body #page-container .et_pb_section .et_pb_row .et_pb_button:hover,
body #page-container .et_pb_section .et_pb_row .dsm_card .et_pb_button.et_pb_more_button:hover,
.griz-footer-button:hover {
	background: #fff;
	color: #000 !important;
}


.alldest_title_code {
	background: #5C8B63;
    padding: 18px 24px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
	margin-bottom: 0 !important;
}

.grizzly-des-2 img {
	height: 210px;
	object-fit: cover;
}

.et_mobile_menu li a {
    text-decoration: none !important;
}

.et_mobile_menu li.current-menu-item a {
    text-decoration: underline !important;
}

.et_mobile_menu {
    border-color: #a18b4a !important;
}

.mobile_menu_bar:before {
	color: #5c8b63 !important;
}

.destination_text .et_pb_row {
	width: 100% !important;
}

.current-menu-item a {
	color: #5C8B63 !important;
	text-decoration: underline !important;
}

.allstories .entry-title {
    min-height: 60px;	
}

.dsm_icon_list_items {
	list-style-type: none !important;
}

body .grecaptcha-badge {
    visibility: visible !important;
}


.magnifying_glass .et_pb_searchsubmit {
  font-size: 0;
  position: relative;
}
/*----------------------------------------------*/
/*-----------------[Extra fixes]----------------*/
/*----------------------------------------------*/

/*-----------------[magnifying glass homepage]----------------*/
.magnifying_glass .et_pb_searchform > div {
  display: flex;
  align-items: stretch;
  padding: 0;
}

.magnifying_glass .et_pb_searchform .et_pb_s {
  flex: 1;
  border: none;
}

.magnifying_glass .et_pb_searchsubmit {
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("data:image/svg+xml;utf8,<svg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.6667 11.6667L17 17M7.22222 13.4444C3.78578 13.4444 1 10.6587 1 7.22222C1 3.78578 3.78578 1 7.22222 1C10.6587 1 13.4444 3.78578 13.4444 7.22222C13.4444 10.6587 10.6587 13.4444 7.22222 13.4444Z' stroke='%235C8B63' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 19px;
}

.magnifying_glass.et_pb_search {
  padding-right: 0 !important;
}

.magnifying_glass .et_pb_searchform {
  margin: 0;
}
/*-----------------[magnifying glass homepage]----------------*/
@media (max-width: 920px) {
  #et-top-navigation {
    position: relative;
  }

  #et_top_search {
    position: absolute;
    right: 0px; 
    top: 80px;
    transform: translateY(-50%);
  }

  #top-menu {
    margin-right: 60px;
  }
  #et-top-navigation input.et-search-field {
	max-width: 320px;
  }
.et-search-form input {
	position: absolute;
    top: 80px;
}
span.et_close_search_field {
    top: 80px;
	}
}
/*-----------------[Mail width]----------------*/
@media (max-width: 920px) {
a[href^="mailto:"] .dsm_icon_list_text {
    max-width: 320px;
    display: inline-block;
    word-break: break-word;
	font-size:12px;
	}
}
/*-----------------[Mail width]----------------*/
@media (max-width: 320px) {
  .et_pb_button {
    max-width: 200px;
    width: 100%;
    display: inline-block;
    font-size: 10px!important;
    padding: 10px 16px; 
  }
}
/*-----------------[links on destination out of box]----------------*/

.destinationinfo a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.destinationinfo {
  max-width: 100%;
  box-sizing: border-box;
}

