/* custom-media */

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}



/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}



/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {

}



/* Large and up */
@media screen and (min-width: 64em) {

}

@media (max-width: 1450px) {
	/** Events Slider Layout **/
	.events-slider-section .events-slider-container .swiper-custom-navigation .es-btn-prev {
		left: -60px;
	}

	.events-slider-section .events-slider-container .swiper-custom-navigation .es-btn-next {
		right: -60px;
	}
	/** Events Slider Layout **/
}

@media (max-width: 1350px) {
	/** Events Slider Layout **/
	.events-slider-section .events-slider-container .swiper-custom-navigation .es-btn-prev {
		left: -10px;
	}

	.events-slider-section .events-slider-container .swiper-custom-navigation .es-btn-next {
		right: -10px;
	}
	/** Events Slider Layout **/
}

@media (max-width: 1300px) {
	/** Page Banner Layout **/
	/** page image banner **/
	.page-banner-section .page-banner-wrapper .page-banner,
	.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
	    height: 650px;
	}

	/** page image slider banner **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 650px;
	}
	/** Page Banner Layout **/
}

@media (max-width: 1200px) {
	/** header **/
	header .__desktop_logo_menu {
	    display: none;
	}

	header .__mobile_logo_menu {
	    display: block;
	}

	header .top-header-section {
		display: none;
	}

	header .header-logo-menu-section {
		padding: 25px 0;
	}

	header .main-header-wrapper.__sticky .header-logo-menu-section {
	    padding: 20px 0;
	}
	/** header **/


	/** Page Banner Layout **/
	/** page image banner **/
	.page-banner-section .page-banner-wrapper .page-banner,
	.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
	    height: 600px;
	}

	/** page image slider banner **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 600px;
	}
	/** Page Banner Layout **/


	/** Events Single Page **/
	.events-single-content-section .__custom_right_column {
		padding: 0 15px;
	}

	.events-single-content-section .event-single-image {
		height: 100%;
	}

	.events-single-content-section .event-single-image img {
		height: 100%;
	}
	/** Events Single Page **/
}

@media (max-width: 1160px) {
	/** footer **/
	footer .sitemap-section {
		padding: 50px 0 50px;
	}

	footer .sitemap-section .__custom_left_column,
	footer .sitemap-section .__custom_right_column {
		width: 100%;
	}

	footer .sitemap-section .__custom_left_column {
		justify-content: center;
	}

	footer .sitemap-section .footer-logo {
		text-align: center;
		margin: 0 auto;
	}

	footer .sitemap-section .footer-social-media {
		margin-top: 30px;
    	margin-bottom: 50px;
	}
	/** footer **/
}

@media (max-width: 1024px) {
	/** Page Banner Layout **/
	/** page image banner **/
	.page-banner-section .page-banner-wrapper .page-banner,
	.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
	    height: 550px;
	}

	/** page image slider banner **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 550px;
	}
	/** Page Banner Layout **/
}

@media (max-width: 1023.98px) {
	/** Gallery Menu & Details Layout **/
	.gallery-menu-details-section .image-item {
		height: auto;
		margin-bottom: 15px;
	}

	.gallery-menu-details-section .menu-content {
		height: auto;
	}

	.gallery-menu-details-section .menu-content-container {
	    padding: 50px 20px;
	}

	.gallery-menu-details-section .details-content {
		display: block;
		height: auto;
		padding: 30px 20px;
	}
	/** Gallery Menu & Details Layout **/
}



/* Medium and up */
@media screen and (min-width: 40em) {

}

@media (max-width: 992px) {

}

@media (max-width: 900px) {
	/** Content And Image Layout **/
	.content-image-section .__custom_left_column,
	.content-image-section .__custom_right_column {
		width: 100%;
	}

	.content-image-section .__custom_left_column {
		padding: 0 15px;
	}

	.content-image-section .cai-content {
		margin-top: 0;
	}

	.content-image-section .cai-image {
        height: auto;
        margin-top: 10px;
	}
	/** Content And Image Layout **/
}

@media (max-width: 880px) {
	/** footer **/
	footer .sitemap-section .__custom_column_first,
	footer .sitemap-section .__custom_column_middle,
	footer .sitemap-section .__custom_column_last {
		width: 100%;
	}

	footer .sitemap-section .footer-social-media {
		margin-bottom: 40px;
	}

	footer .sitemap-section .footer-quick-links {
		text-align: center;
		margin-bottom: 40px;
	}

	footer .sitemap-section .footer-quick-links hr {
		margin: 13px auto 15px;
	}

	footer .sitemap-section .footer-opening-hours {
		text-align: center;
		margin-bottom: 45px;
	}

	footer .sitemap-section .footer-opening-hours hr {
		margin: 13px auto 15px;
	}

	footer .sitemap-section .footer-opening-hours p {
		text-align: center;
	}

	footer .sitemap-section .footer-contact-details {
		text-align: center;
	}

	footer .sitemap-section .footer-contact-details hr {
		margin: 13px auto 15px;
	}

	footer .sitemap-section .footer-contact-details p {
		text-align: center;
	}

    footer .sitemap-section .footer-subscribe-border hr {
        margin: 35px 0 50px;
    }

    footer .sitemap-section .footer-subscribe-details {
        text-align: center;
    }

    footer .sitemap-section .footer-subscribe-details hr {
    	margin: 13px auto 20px;
    }

	footer .sitemap-section .footer-subscribe-details .gform_wrapper .__gform_newsletter_wrapper {
		display: block;
	}

	footer .sitemap-section .footer-subscribe-details .gform_wrapper .gform-body {
		width: 100%;
	}

	footer .sitemap-section .footer-subscribe-details .gform_wrapper .gform_footer {
		display: flex;
        width: 100%;
        margin: 25px 0 0 !important;
    }

    footer .sitemap-section .footer-subscribe-details .gform_button {
    	width: auto;
    	padding: 5px 30px;
    }

	footer .sitemap-section .footer-subscribe-details .gform-loader {
	    position: relative;
	    left: 5px;
	    right: unset;
	}

    footer .sitemap-section .footer-subscribe-details .gform_confirmation_message {
    	text-align: center;
    }
	/** footer **/
}

@media (max-width: 840px) {
	/** Details And Form Layout **/
	.details-form-section .__custom_left_column,
	.details-form-section .__custom_right_column {
		width: 100%;
	}

    .details-form-section .daf-form-content {
        margin-top: 60px;
    }
	/** Details And Form Layout **/
}

@media (max-width: 768px) {
	/** header **/
	header .mobile-main-menu #open-mobile-menu i.fa-bars {
		font-size: 25px;
	}
	/** header **/


	/** Page Banner Layout **/
	/** page image banner **/
	.page-banner-section .page-banner-wrapper .page-banner,
	.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
	    height: 500px;
	}

	.page-banner-section .page-banner-wrapper .page-banner-title h1 {
		font-size: 64px;
	}

	/** page image slider banner **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 500px;
	}
	/** Page Banner Layout **/
}

@media (max-width: 767.98px) {
	/** Events Single Page **/
	.events-single-content-section .__custom_left_column,
	.events-single-content-section .__custom_right_column {
	    width: 100%;
	}

	.events-single-content-section .event-single-content {
		margin-top: 30px;
	}

	.events-single-content-section .event-single-content h2 {
		margin-bottom: 15px;
	}
	/** Events Single Page **/
}

@media (max-width: 667px) {

}

@media (max-width: 640px) {
	/** footer **/
	footer .sitemap-section .footer-subscribe-details .gform_wrapper .gform_footer {
		justify-content: center;
    }

    footer .copyright-section .footer-copyright-wrapper {
        display: block;
    }

	footer .copyright-section .copyright-year p,
	footer .copyright-section .copyright-designed p {
		text-align: center;
	}
	/** footer **/


	/** Page Banner Layout **/
	/** page image banner **/
	.page-banner-section .page-banner-wrapper .page-banner,
	.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
	    height: 450px;
	}

	.page-banner-section .page-banner-wrapper .page-banner-title h1 {
		font-size: 56px;
	}

	/** page image slider banner **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 450px;
	}
	/** Page Banner Layout **/


	/** Gravity Form Layout **/
	.gf-form-section .gf-contact-form select.large,
	.gf-form-section .gf-contact-form select {
		background-position: 96% center;
	}
	/** Gravity Form Layout **/
}

@media (max-width: 639.98px) {
	/** Blurb Layout **/
	.blurb-section .blurb-content {
	    padding: 30px 25px;
	}
	/** Blurb Layout **/


	/** Gallery Layout **/
	.gallery-section .__custom_row {
		padding: 0;
	}

	.gallery-section .__gallery_padding {
	    padding: 0 15px;
	}

	.gallery-section .__inner_padding {
	    padding: 0 10px;
	}

	.gallery-section .__m_bottom_large,
	.gallery-section .__m_bottom_small {
	    margin-bottom: 0 !important;
	}

	.gallery-section .gallery-image-large,
	.gallery-section .gallery-image-small {
		margin-bottom: 15px !important;
	}

	.gallery-section .gallery-image-large img,
	.gallery-section .gallery-image-small img {
		aspect-ratio: 4 / 3;
	}
	/** Gallery Layout **/
}



/***small devices***/
@media (max-width: 600px) {

}

@media (max-width: 578px) {

}

@media (max-width: 560px) {
	/** header **/
	header .mobile-main-menu a > img {
		width: 240px;
	}

	header .mobile-main-menu #open-mobile-menu i.fa-bars {
		font-size: 24px;
	}
	/** header **/
}

@media (max-width: 540px) {
	/** Content Editor Layout **/
	.content-editor-section {
		padding: 60px 0 60px !important;
	}

	.content-editor-section .full-content-editor h2 {
	    font-size: 40px;
	}

	.content-editor-section .full-content-editor h3 {
		font-size: 20px;
	}

	main.ocean-treasure .content-editor-section:nth-of-type(7) {
		padding: 20px 0px 45px !important;
	}
	
	main.just-pho .content-editor-section {
		padding: 60px 0px 0px !important;
	}

	main.catering-events .content-editor-section {
		padding: 60px 0px 0px !important;
	}
	/** Content Editor Layout **/


	/** Content And Image Layout **/
	.content-image-section {
		padding: 60px 0 60px !important;
	}

	.content-image-section .cai-content h2 {
		font-size: 40px;
	}

	main.ocean-treasure .content-image-section:nth-of-type(4) {
		padding: 10px 0px 60px !important;
	}

	main.ocean-treasure .content-image-section:nth-of-type(6) {
		padding: 60px 0px 0px !important;
	}
	/** Content And Image Layout **/


	/** Blurb Layout **/
	.blurb-section {
		padding: 60px 0 40px !important;
	}

	.blurb-section .section-title h2 {
		font-size: 40px;
	}
	/** Blurb Layout **/


	/** Gallery Layout **/
	.gallery-section {
		padding: 60px 0 60px !important;
	}

	.gallery-section .section-title {
		margin-bottom: 30px;
	}

	.gallery-section .section-title h2 {
		font-size: 40px;
	}
	/** Gallery Layout **/


	/** Grid Gallery Layout **/
	.grid-gallery-section {
		padding: 10px 0px 40px !important;
	}
	/** Grid Gallery Layout **/


	/** Images Grid Layout **/
	.images-grid-section {
		padding: 60px 0 40px !important;
	}
	
	main.board-of-directors .images-grid-section:nth-of-type(2) {
		padding: 60px 0px 50px !important;
	}

	main.board-of-directors .images-grid-section:nth-of-type(3) {
		padding: 0px 0px 40px !important;
	}
	/** Images Grid Layout **/


	/** Events Slider Layout **/
	.events-slider-section {
		padding: 60px 0 60px !important;
	}

	.events-slider-section .section-title h2 {
		font-size: 40px;
	}
	/** Events Slider Layout **/


	/** Events List Layout **/
	.events-list-section {
		padding: 60px 0 40px !important;
	}
	/** Events List Layout **/


	/** Gallery Menu & Details Layout **/
	.gallery-menu-details-section {
		padding: 60px 0px 30px !important;
	}
	/** Gallery Menu & Details Layout **/


	/** Gravity Form Layout **/
	.gf-form-section {
		padding: 60px 0 60px !important;
	}

	.gf-form-section .section-content h2 {
		font-size: 40px;
	}
	/** Gravity Form Layout **/


	/** Details And Form Layout **/
	.details-form-section {
		padding: 60px 0 60px !important;
	}

	.details-form-section .daf-details h2,
	.details-form-section .daf-form-content h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	/** Details And Form Layout **/


	/** Events Single Page **/
	.events-single-content-section {
		padding: 60px 0;
	}

	.events-single-content-section .event-single-content h2 {
		font-size: 40px;
	}
	/** Events Single Page **/
}

@media (max-width: 500px) {

}

@media (max-width: 480px) {
	/** Page Banner Layout **/
	/** page image banner **/
	.page-banner-section .page-banner-wrapper .page-banner,
	.page-banner-section .page-banner-wrapper .page-banner-title-wrapper {
	    height: 420px;
	}

	.page-banner-section .page-banner-wrapper .page-banner-title h1 {
		font-size: 52px;
	}

	/** page image slider banner **/
	.page-banner-section .page-slider-banner-wrapper .banner-image {
		height: 420px;
	}
	/** Page Banner Layout **/
}

@media (max-width: 430px) {

}

@media (max-width: 420px) {
 
}

@media (max-width: 410px) {
	.moby.left-side {
	    min-width: 330px !important;
	}
}

@media (max-width: 400px) {
	/** header **/
	header .mobile-main-menu a > img {
		width: 220px;
	}

	header .mobile-main-menu #open-mobile-menu i.fa-bars {
		font-size: 22px;
	}
	/** header **/


	/** Page Banner Layout **/
	/** page image banner **/
	.page-banner-section .page-banner-wrapper .page-banner-title h1 {
		font-size: 46px;
	}
	/** Page Banner Layout **/
}

@media (max-width: 379px) {

}

@media (max-width: 373px) {
	.moby.left-side {
	    min-width: 310px !important;
	}
}

@media (max-width: 370px) {

}

@media (max-width: 360px) {
	
}

@media (max-width: 350px) {
	.moby.left-side {
	    min-width: 280px !important;
	}
}