/*
Theme Name: Divi child
Template: Divi
*/

@import url("../Divi/style.css");
@import url("../Divi/style.dev.css");
/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */


@font-face{
	font-family: 'Muli';
	src: url('fonts/Muli.woff2');
}
@font-face{
	font-family: 'Allura';
	src: url('fonts/Allura.woff2');
}
body{font-family: 'Muli' !important;font-weight: 400;}
/*
** HEADER
*/

#page-container{
    position: relative;
    background: url(images/background-oc.jpg) no-repeat;
	background-attachment: fixed;
    overflow: hidden;
    min-height: 100vh;
}
#page-container:before{
	position: absolute;
    width: 1200px;
    height: 800px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-linear-gradient(-405deg, rgba(0, 0, 0, 0.0) 48%, rgba(28, 125, 201, 0.2) 35%, rgba(0, 0, 0, 0.0) 75%);
    background-image: linear-gradient(135deg,rgba(0, 0, 0, 0.0) 48%, rgba(28, 125, 201, 0.2) 35%, rgba(0, 0, 0, 0.0) 75%);
    z-index: 0;
    pointer-events: none;
    content: '';
}
#main-header{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    min-height: 100px;
}
#main-header #et-top-navigation{
	padding-top: 35px;
	padding-bottom: 20px;
}
#main-header #logo{
	padding: 20px 0px;
}
#social-home{
	position: absolute;
	top: 100px;
	right: 11%;
	z-index: 9;
}
#social-home ul li{
	background-color: unset;
	margin-right: 0 !important;
}
#social-home ul li img{
	width: 40px !important;
	height: 40px !important;
	border-radius: 100%;
	margin: 3px !important;
	background-color: #22d2f9;
}
body.home #main-header #logo{
	/* max-width: 224px; */
	max-width: 240px;
}
#main-header #logo{
	/* max-width: 171px; */
	max-width: 220px;
}

/* Navigation */
nav #top-menu li a{    font-weight: 400;
    font-size: 1.125rem;
    padding: 0.625rem 1.225rem !important;
    border-radius: 4px;
    font-weight: 700;
	line-height: 1;
}
nav #top-menu li:hover a{
	background-color: #fff;
	opacity: 1;
}
nav #top-menu li.menu-item-has-children:hover a{
	border-radius: 4px 4px 0px  0px;
}
nav #top-menu li a:after{
	top: 10px !important;
	right: 2px !important;
}
nav #top-menu li{
	margin-right: 5px;
	padding: 0;
	vertical-align: top;
}
nav #top-menu li.current_page_item a,
nav #top-menu li.current-menu-parent a{
	background-color: #fff;
	color: unset;
}
nav #top-menu li ul.sub-menu{
	border-top: 0;
	border-radius: 0 4px 4px  4px;
	box-shadow: none;
	padding: 15px 10px;
	width: 200px;
}
nav #top-menu li ul.sub-menu li{
	display: block;
	margin-right: 0;
	padding-top: 5px;
}
nav #top-menu li ul.sub-menu li a{
	padding: 3px 8px !important;
	width: 100%;
}
nav #top-menu li ul.sub-menu li:hover a{
	background-color: #bbb;
	border-radius: 4px;
}
.top-nav-menu{
	float: right;
}
.top-nav-menu ul{
	text-align: right;
}
.top-nav-menu ul li{
	padding: 5px;
	display: inline-block;
}
.top-nav-menu ul li a{
	color: #000;
}

#home-title{
	position: absolute;
	top: 15%;
	left: 10%;
	z-index: 9;
}
#home-title h1{
	font-family: 'Muli';
	color: #fff;
	text-transform: uppercase;
	line-height: 0.7;
    font-size: 3.5vw;
    font-weight: 200;
}
#home-title h1 span.allura{
	font-family: "Allura";
    font-size: 7.4vw;
    font-weight: 300;
    text-transform: lowercase;
}
#home-title .button{
	padding: 0.6rem 1.6rem;
	border-radius: 0.2rem;
	vertical-align: middle;
	text-shadow: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	background-color: #ff7e00;
	background-image: -webkit-linear-gradient(-225deg, #ff7e00 55%, #ffa500 55%);
	background-image: linear-gradient(-45deg,#ff7e00 55%, #ffa500 55%);
	color: #fff;
	font-size: 1.375rem;
	line-height: 1.8;
	margin: 0 0 0.5rem 0;
	font-weight: bold;
}
#home-title .button:hover{
	background: #666;
}
.ocbutton{
	padding: 0.3rem 0.9rem;
    border-radius: 0.2rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    background-color: #1c7dc9;
    background-image: -webkit-linear-gradient(-225deg, #1c7dc9 55%, #0088f3 55%);
    background-image: linear-gradient(-45deg,#1c7dc9 55%, #0088f3 55%);
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.8;
    margin: 0 0 0.5rem 0;
}
.ocbutton:hover{
	background: #666;
}
/*
#gallery-thumb .gallery{
	display: flex;
}
#gallery-thumb .gallery-item{
	margin: 0 !important;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#gallery-thumb .gallery .gallery-icon{
	display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
#gallery-thumb .gallery-item a{
	width: 100%;
	padding-left: 2px;
	height: 100%;
	display: flex;
}
#gallery-thumb .gallery-item:first-child a{
	padding-left: 0px;
}
#gallery-thumb .gallery-item a img{ 
	border: 0;
	height: 100% !important;
	width: 100% !important';
}
#gallery-thumb .et_gallery_item{
	width: 20%;
	margin: 0;
	float: left;
}
*/
#gallery-thumb{
	margin-bottom: 0;
}
#gallery-thumb .et_gallery_item{
	width: 19.88%;
	margin: 0;
	margin-right: 0.15%;
	float: left;
	/* padding: 0 1px; */
}
#gallery-thumb .et_gallery_item img{
	display: block;
}
#gallery-thumb .et_gallery_item:nth-child(3n+1){
	clear: none;
}
#gallery-thumb .et_gallery_item:first-child{
	padding-left: 0;
}
#gallery-thumb .et_gallery_item:last-child{
	/* padding-right: 0; */
	margin-right: 0;
}

.g-simplecontent-item-content-title{
	padding: 0 20px !important;
	margin-bottom: 10px;
}
.g-simplecontent-item-content-title .smfont {
	font-family: "Allura";
	font-weight: 300;
	font-size: 45px;
	display: block;
	text-transform:none;
}
.g-simplecontent-item-content-title p{
	padding: 0;
    text-align: center;
    line-height: 35px;
}
.g-simplecontent-item-content-title .negative {
    margin: 0px;
    text-transform: uppercase;
    font-size: 32px;
}
.g-simplecontent-item-main-content p{
	text-align: center;
	padding-bottom: 30px;
	font-size: 26px;
}
.g-simplecontent-item-main-content .cost{
	font-weight: bold;
	font-size: 54px;
}

/*
** CONTENT
*/

p{font-size: 18px;}
h4, p{line-height: normal;}
.et_pb_section{background-color: transparent;}
.entry-content .sxc-follow-buttons{text-align: left !important;}
.entry-content .sxc-follow-buttons li{
	background-color: #22d2f9;
	border-radius: 100%;
	margin-right: 3px !important;
}
.entry-content .sxc-follow-buttons li img{
	border-radius: 100%;
	margin: 2px !important;
	width: 38px !important;
	height: 38px !important;
}
.entry-content .sxc-follow-buttons li:hover{
	background-color: #0088f3;
}
#ocheading h2{
	font-family: 'Allura';
	color: #1c7dc9;
	padding: 0;
	font-weight: 300;
}
#ocean-header{
	background-color: rgba(28,129,201,0.5);
	margin-top: 60px;
    min-height: 286px;
}
#ocean-header .et_pb_module{
	width: 75%;
	margin: auto;
	padding-bottom: 20px;
}
#ocean-header h2{
	font-family: 'Allura';
	font-size: 57px;
	line-height: 85px;
	padding: 0;
	font-weight: 300;
	color: #fff;
}
#ocean-header h4{
	font-family: 'Muli';
	font-size: 24px;
	line-height: 32px;
	padding: 0;
	font-weight: 200;
	font-style: italic;
	color: #fff;
}
#ocean-content{
	padding: 45px;
	background-color: #fff;
}
#ocean-content h2{
	font-family: 'Allura';
	font-size: 67px;
	line-height: 72px;
	padding: 0;
	font-weight: 300;
	color: #1c7dc9;
}
#ocean-content h3{
	font-family: 'Allura';
	font-size: 48px;
	line-height: 72px;
	padding: 0;
	font-weight: 300;
	color: #1c7dc9;
}
#ocean-content.bgblue{
	background-color: #0088f3;
	color: #fff;
}
#ocean-content.bgblue h2,
#ocean-content.bgblue h3{
	color: #fff;
}
#ocean-content.bgblue a{
	color: #fff;
	text-decoration: underline;
}
#south-australia{
	position: absolute;
	top: 15px;
	left: 40px;
}
#south-australia img{
	max-width: 66px;
}

/* Contact Us */
table{font-size: 16px;}
.contact-us .wpcf7 table{
	border: 0;
}
.contact-us .wpcf7 td{
	border: 0;
	width: fit-content;
	padding: 10px 0;
	vertical-align: top;
}
.contact-us .wpcf7 td.label{
	width: 20%;
}
.contact-us .wpcf7 input[type='text'],
.contact-us .wpcf7 input[type='email']{
	width: 100%;
	max-width: 320px;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.contact-us .wpcf7 textarea{
	width: 100%;
	max-width: 320px;
	border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.contact-us .wpcf7 input[type='submit']{
	border: none;
	cursor: pointer;
}
.table-striped{border: 0 !important;}
.table-striped tr{background-color: #f2f2f2; border-top: 1px solid #dddddd !important;}
.table-striped tr:nth-child(even) {background-color: #ffffff;}

/* Testimonial */
.sp-testimonial-free-wrapper .tfree-testimonial-content{
    font-size: 37px;
    font-style: italic;
    line-height: 37px;
    font-weight: 400;
    font-family: serif;
}
.sp-testimonial-free-wrapper h2.tfree-client-name{
    font-size: 24px;
    font-weight: 400;
    padding-top: 20px;
}
.sp-testimonial-free-wrapper .slick-dots li{
    margin: 5px;
    width: 15px;
    height: 15px;
}
.sp-testimonial-free-wrapper .slick-dots li button{
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
}

.ocpdf{
	border: 0 !important;
}
.ocpdf img{
	position: relative;
	top: 3px;
}
.ocpdf tr td{
	padding: 5px 10px;
	font-size: 18px;
	font-family: 'Muli';
}
.ocpdf tr:first-child td{
	border: 0;
}


/*
** OCEAN PRODUCT
*/

.ocproducts .tab-products{clear: both;display: block;position: relative;}
.ocproducts .cat_title{margin: 30px 0;display: block;}
.ocproducts .product-item{
	width: 31.3%;
	margin: 0 3% 3% 0;
	float: left;
	border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.ocproducts .product-item:nth-child(3n){
	margin-right: 0;
}
.ocproducts .product-item:nth-child(3n+1){
	clear: both;
}
.ocproducts .product_title{
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	min-height: 80px;
}
.ocproducts .product_price{
	text-align: center;
	font-size: 21px;
}


/*
** OCEAN GALLERY
*/

#ocgallery .et_post_gallery .et_gallery_item {
    width: 24.7%;
    margin: 0 2px 2px 0;
}
#ocgallery .et_gallery_item:nth-child(3n+1){
	clear: unset;
}


/*
** BOOKING
*/

.product-tours{
	float: left;
	margin-bottom: 30px;
}
.product-tour{
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(152, 163, 146, 0.5)
}
.product-tour .image-tours{
	width: 30%;
	float: left;
}
.product-tour .detail-tours{
	width: 50%;
	float: left;
	padding-left: 20px;
}
.product-tour .detail-tours h3.title_tours{
	font-family: 'Muli' !important;
	font-size: 24px !important;
	line-height: normal !important;
	margin-bottom: 10px;
	font-weight: bold !important;
}
.product-tour .action-tours{
	width: 15%;
	float: right;
	text-align: center;
}
.product-tour .price_tours{
	display: block;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.product-tour .btn_tours{
	background: #0052f1;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	margin-top: 20px;
}
.product-tour .img_tour{
	width: 100%;
}
.product-tour .thumb_tours{
	width: 100%;
	margin-top: -5px;
}
.product-tour .thumb_tours img{
	width: 33%;
	margin-right: 1px;
	display: inline-block;
	float: left;
}
.product-tour .thumb_tours a:nth-child(3n) img{
	margin-right: 0;
}

/* Oceanic Homepage Image Box */
#octab-left{
	margin-right: 0;
	width: 30%;
	height: 620px;
	overflow: hidden;
}
#octab-right{
	width: 70%;
	height: 620px;
	overflow: hidden;
	padding-left: 1px;
}
#octab-right table{
	height: 100%;
	display: block;
	border: 0;
}
#octab-right table tr{
	border-bottom: 2px #fff solid;
}
#octab-right table tr:last-child{
	border-bottom: 0;
}
#octab-right table td{
	width: 50%;
	height: 310px;
	padding: 0;
	overflow: hidden;
	vertical-align: top;
	border: 0;
	padding-left: 2px;
	position: relative;
}
#octab-right table td:first-child{
	padding-left: 0;
}
#octab-right table td img{
	width: 100%;
	height: 100%;
	display: block;
}
#octab-right table td a:before{
	color: #fff;
	background-color: rgba(28, 125, 201, 0.65);
	background-image: -webkit-linear-gradient(-225deg, rgba(28, 125, 201, 0.65) 50%, rgba(0, 136, 243, 0.65) 50%);
	background-image: linear-gradient(-45deg,rgba(28, 125, 201, 0.65) 50%, rgba(0, 136, 243, 0.65) 50%);
	content: "";
	position: absolute;
	z-index: 1;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
#octab-right table td a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#octab-right .octab-detail{
	position: absolute;
	width: 100%;
	bottom: 8%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
#octab-right .octab-button{
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
}
#octab-right p{padding: 0;}
#octab-right .g-imagegrid-captionss{
	position: absolute;
	top: 10%;
	text-align: center;
	width: 100%;
	font-family: "Allura";
    font-weight: 300;
}
#octab-right .g-imagegrid-captionss p{
	font-size: 3.5em;
	color: #fff;
}
#octab-right .g-imagegrid-captionss span{
	font-family: "Muli";
	display: block;
    text-transform: uppercase;
    font-size: 0.8em;
}


/*
** SINGLE CONTENT
*/

.single #main-content article{
	padding-bottom: 0;
}
.single #main-content{
	background-color: transparent;
	padding-top: 55px;
}
.single #main-content h2{
	text-align: center;
	margin-bottom: 20px;
}
.single #ocean-content #left-area p{
	text-align: center !important;
}
.single #ocean-content .post-meta{
	position: relative;
	text-align: center;
}
.single #ocean-content .post-meta:before{
	content: "";
	width: 16px;
	height: 16px;
	background: url("images/icon-calendar.png") no-repeat;
	position: absolute;
}
.single #ocean-content .post-meta .published{
	padding-left: 20px;
}
#main-content h3{
	font-family: 'Allura';
    font-size: 48px;
    line-height: 72px;
    padding: 0;
    font-weight: 300;
    color: #1c7dc9;
}
#sidebar{
	border: 2px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px;
	padding: 25px !important;
}
#sidebar h4.widgettitle{
	font-size: 32px;
	font-family: "Allura";
}
#sidebar ul{
	padding: 0;
}
#sidebar ul li{
	list-style: none;
	line-height: 20px;
}
#sidebar ul li a{
	color: #1c7dc9;
}
#sidebar ul li a:hover{
	color: #333;
}
#main-content .news h2{
	margin-bottom: 20px;
}
#ocean-content .news .post-meta:before{
	content: "";
	width: 16px;
	height: 16px;
	background: url("images/icon-calendar.png") no-repeat;
	position: absolute;
}
#ocean-content .news .post-meta .published{
	padding-left: 20px;
}
#ocean-content .news p{
	text-align: left !important;
}


/*
** FOOTER
*/

#main-footer .container{
    max-width: 960px;
}
#main-footer .footer-widget{
    margin-bottom: 3%;
}
#footer-widgets .footer-widget .et_pb_widget{
	width: 100%;
}
#main-footer .footer-widget h4.title{
    text-align: center;
    padding-bottom: 15px;
}
#main-footer .footer-widget:first-child h4.title{
    text-align: left;
}
#main-footer .footer-widget:last-child h4.title{
    text-align: right;
}
#footer-bottom .container{
    padding: 35px 0px 20px;
    border-top: 4px solid rgba(153, 153, 153, 0.15);
}
#footer-bottom #footer-info{
    float: none;
    text-align: center;
}
#main-footer .sxc-follow-buttons li img{
	width: 40px !important;
	height: 40px !important;
	border-radius: 20px;
	margin: 3px !important;
}
#main-footer .sxc-follow-buttons li:hover img{
	background-color: #0088f3 !important;
}


/*
** RESPONSIVE
*/

@media(min-width: 1400px){

	#home-title{
		width: 100%;
		left: 0;
	}
	#home-title .et_pb_text_inner{
		width: 80%;
		max-width: 1080px;
		margin: auto;
	}
	body.home #main-header #logo{
		max-width: 320px;
		padding: 15px 0;
	}
}

@media(min-width: 1200px){
	
	body.home #main-header #logo{
		/* max-height: 100%; */
	}
}

@media(max-width: 1200px){
	
	#ocean-header,
	#ocean-content,
	.bottom-links{
		width: 100%;
	}
	#main-header #et-top-navigation{
		/* padding-left: 0 !important; */
	}
}

@media(max-width: 1024px){
	
	.ocproducts .product_title{
		min-height: 100px;
	}
}

@media(min-width: 768px) and (max-width: 1200px){
	
	#main-header #logo{
		margin-left: -15px;
	}
	#main-header .logo_container{
		position: relative;
	}
	#main-header #et-top-navigation{
		padding-top: 0;
		padding-left: 0 !important;
	}
	#social-home{
		top: 30px;
	}
	#et-top-navigation #top-menu{
		text-align: left;
	}
	#home-title{
		top: 22%;
	}
	#ocean-header{
		margin-top: 150px;
	}
}

@media(min-width: 981px){
	
	#main-header #logo{max-height: 100%;}
}

@media(max-width: 980px){
	
	#et_mobile_nav_menu{
		display: none;
	}
	#et-top-navigation #top-menu{
		display: block;
	}
	#main-header .logo_container #logo{
		max-height: 120px;
	}
	#main-header #mobile_menu{
		top: 115px;
	}
	#sidebar{
		margin-top: 20px;
	}
	.ocproducts .product-item{
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.ocproducts .product-item:nth-child(3n){
		margin-right: 4%;
	}
	.ocproducts .product-item:nth-child(2n){
		margin-right: 0;
	}
	.ocproducts .product-item:nth-child(3n+1){
		clear: unset;
	}
	#ocgallery .et_post_gallery .et_gallery_item {
		width: 33% !important;
		margin: 0 2px 2px 0 !important;
	}
	#gallery-thumb .et_gallery_item{
		width: 33.2% !important;
		margin: 0 0.2% 0.2% 0 !important;
	}
	#gallery-thumb .et_gallery_item:nth-child(3n){
		margin-right: 0 !important
	}
	#south-australia .et_pb_module {text-align: left !important;}
	#octab-left{
		margin-bottom: 1px;
		height: unset;
	}
	#octab-right{
		padding-left: 0;
		height: unset;
		margin-bottom: 0;
	}
	#ocheading h2{
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(2n),
	#footer-widgets .footer-widget{
		width: 30% !important;
		margin: 0 5% 20px 0 !important;
	}
	#footer-widgets .footer-widget:last-child{
		margin-right: 0 !important;
	}
	#home-title h2{
		font-size: 20px;
	}
}

@media(max-width: 767px){
	
	#gallery-thumb{display: none;}
	.top-nav-menu{
		display: none;
	}
	#ocean-header{
		margin-top: 100px;
	}
	#main-header #logo{
		max-width: 304px !important;
	}
	#et-top-navigation #top-menu{
		display: none;
	}
	#main-header .logo_container{
		/* text-align: center; */
	}
	p{font-size: 16px;}
	#ocgallery .et_post_gallery .et_gallery_item{
		width: 49.5% !important;
		margin: 0 0.4% 0.5% 0 !important;
	}
	#ocean-header h2{
		font-size: 40px;
		line-height: 60px;
	}
	#ocean-header h4{
		font-size: 16px;
		line-height: 22px;
	}
	.product-tour .action-tours,
	.product-tour .detail-tours,
	.product-tour .image-tours{
		width: 100%;
		padding: 10px;
	}
	#gallery-thumb .et_gallery_item{
		width: 49.9% !important;
		margin: 0 0.2% 0.1% 0 !important;
	}
	#gallery-thumb .et_gallery_item:nth-child(3n){
		margin: 0 0.2% 0.1% 0 !important;
	}
	#gallery-thumb .et_gallery_item:nth-child(2n){
		margin-right: 0 !important;
	}
	#octab-right table{border: 0 !important;margin: 0 !important;width: 100%;padding: 0;}
	#octab-right table tr{
		border: 0;
	}
	#octab-right table td{
		width: 100%;
		display: block;
		height: unset;
		padding: 0 0 1px;
		border: 0;
	}
	#social-home{
		display: none;
	}
	#home-title{
		top: 30%;
	}
}

@media(max-width: 540px){
	
	#main-header .logo_container{
		text-align: center;
	}
	.ocproducts .product-item{
		width: 100%;
		margin-bottom: 30px;
	}
	.ocproducts .product_title{
		min-height: unset;
	}
	#ocgallery .et_post_gallery .et_gallery_item{
		width: 100% !important;
		margin: 0 0 2px  !important;
	}
	#gallery-thumb .et_gallery_item:nth-child(2n),
	#gallery-thumb .et_gallery_item:nth-child(3n),
	#gallery-thumb .et_gallery_item{
		width: 100% !important;
		margin: 1px 0 0 !important;
	}
	#gallery-thumb .et_gallery_item img{
		width: 100%;
		height: auto;
	}
	#home-title{
		top: 10%;
		width: 100%;
		text-align: center;
		left: 0;
	}
	#home-title h1{
		/* display: none; */
		padding-top: 80px;
		font-size: 5.5vw;
	}
	#home-title h1 span.allura{
		font-size: 8.4vw;
	}
	#home-title h2{
		display: none;
	}
	#home-title p{
		padding: 0;
		height: 0;
	}
	#octab-right .g-imagegrid-captionss p{
		font-size: 38px;
	}
	#octab-right .g-imagegrid-captionss span{
		font-size: 28px;
	}
	#footer-widgets .footer-widget:nth-child(2n),
	#footer-widgets .footer-widget{
		width: 100% !important;
		margin: 0 0 20px !important;
		text-align: center;
	}
	#footer-widgets .footer-widget:last-child{
		margin-bottom: 0 !important;
	}
	#footer-widgets .footer-widget h4.title{
		text-align: center !important;
	}
	#footer-widgets .footer-widget .sxc-follow-buttons{
		width: fit-content;
		margin: 0 auto !important;
	}
	#social-home ul li img{
		width: 32px !important;
		height: 32px !important;
	}
	#main-header .logo_container #logo{
		max-width: 80%;
	}
	#main-header .logo_container #logo{
		max-width: 220px !important;
	}
	#home-title .button{
		padding: 5px 20px;
		font-size: 20px;
	}
	#ocean-header{
		margin-top: 60px;
	}
	.sp-testimonial-free-wrapper .tfree-testimonial-content{
		font-size: 18px;
		line-height: 20px;
	}
	.sp-testimonial-free-wrapper h2.tfree-client-name{
		font-size: 20px;
	}
	.sp-testimonial-free-wrapper .slick-dots li button{
		width: 12px;
		height: 12px;
	}
	.sp-testimonial-free-wrapper .slick-dots li{
		width: 12px;
		height: 12px;
	}
	.wpcf7 table td{
		width: 100% !important;
		display: block;
		float: left;
	}
	.wpcf7 table,
	.wpcf7 table tbody,
	.wpcf7 table tr{
		display: block;
		float: left;
		width: 100%;
	}
	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
	.table-striped td{
		width: 100% !important;
		display: block;
	}
	#south-australia{
		position: relative;
		top: 0;
		left: 0;
		padding: 0 !important;
		margin-bottom: -30px;
	}
	#south-australia .et_pb_module{
		text-align: center !important;
	}
}