/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.9.1698896277
Updated: 2023-11-02 03:37:57

*/

/* Global */

html, body {
	background-color: #fff;
	scroll-behavior: smooth
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bai Jamjuree', sans-serif;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.tss-wrapper .tss-carousel3 .item-content,
p,
a,
h3 span {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 20px;
}

.container {
	max-width: 2200px;
	margin: 0 auto;
	padding: 0 50px;
}

.flex {
	display: flex;
}

.flex-item {
	align-items: center;
	display: flex;
}

.space-between {
   justify-content: space-between;
}

.btn-primary,
input[type="submit"] {
	background-color: #ed1c26 !important;
	padding: 12px 70px;
	text-decoration: none;
	margin-top: 8px;
	display: inline-block;
}

#main {
	padding: 0;
}

#content {
	margin-top: -230px;
}

#inner-hero .w-100 {
    padding: 107px 0;
}
#inner-hero h1 {
    padding-bottom: 43px;
}

section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 0;
	margin: 0 !important;
}

.sec-feat-img {
	max-width: 100%;
	border-radius: 50%;
	width: 90%;
}

.sec-heading {
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 50px;
}

.wrap {
	flex-wrap: wrap;
}

.f-40 {
	font-size: 40px;
}

.f-bold {
	font-weight: bold;
}

.w-12 {
	width: 12%;
}

.w-15 {
	width: 15%;
}

.w-20 {
	width: 20%;
}

.w-25 {
	width: 25%;
}


.w-30 {
	width: 30%;
}

.w-35 {
	width: 35%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-70 {
	width: 70%;	
}

.w-80 {
	width: 80%;	
}

.w-90 {
	width: 90%;	
}

.w-100 {
	width: 100%;	
}

.gap-30 {
	gap: 30px;
}


.gap-50 {
	gap: 50px;
}

.gap-100 {
	gap: 100px;
}

.flex-col {
	flex-direction: column;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-transparent::after {
	display: none;
}

.relative {
	position: relative;
}

.pull-bottom {
	position: absolute;
	bottom: 0;
}

.m-10-0 {
	margin: 10px 0;
}

.mt-100 {
	margin-top: 200px;
}

.mt-200 {
	margin-top: 200px;
}

.link {
	font-weight: bold;
	text-decoration: none;
}

.link:hover {
	color: #3bb6f1;
}

#rmp_menu_trigger-73 {
	margin: 0 !important;
}

p a {
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	color: #3bb6f1;
}

.location-item {
	display: flex;
	flex-direction: column;
}

.location-item img {
	height: 200px !important;
	object-fit: cover;
	margin: 0 auto;
}

/* Nav */
#content.top-0 {
 	margin-top: 0;
}

#navbar.sticky {
	position: fixed;
	z-index: 2;
	background-color: #fff;
	padding: 10px 0;
	top: 0;
}
#navbar.sticky h4{
	color: #000 !important;
}
#navbar.sticky ul li a{
	color: #000 !important;
}

#navbar {
	width: 100%;
	z-index: 1;
	position: relative;
}
.page-template-contact .menu-item a,
.page-template-about .menu-item a, 
.page-template-contact #contact-header h4,
.page-template-about #contact-header h4 {
	color: #fff;
}
.page-template-contact .sticky .menu-item a{
	color: #000;
}
.site-logo {
	background-color: #3bb6f1;
	padding: 20px;
}

.site-logo img {
	width: 250px;
}

header {
	padding:0px 0 50px 0;
}

#logo {
	width: 300px;
}
footer{
	overflow:hidden;
}
#main-menu ul li a,
#contact-header h4,
.btn-primary,
input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	border: none;
}

#main-menu ul li a:hover,
.menu-item a:hover,
#bottom-footer p a:hover {
	text-decoration: none !important;
	color: #3bb6f1 !important;
	transform: scale(1.02);
}

.btn-primary:hover, 
input[type="submit"]:hover {
	background-color: #000 !important;
	transform: scale(1.02);
	border: none;
  	color: #fff;
}

.social-link:hover img {
	background-color: #ed1c26 !important;
}

#main-menu ul li a {
	padding: 0 30px;
	text-decoration:none;
}
/* main menu */
#main-menu .sub-menu {
  background: #fff;
  padding: 0;
  border: 1px solid #667177 !important;
	display:none;
	top: 32px;
}
#main-menu ul li:hover .sub-menu{
	display:block;
}
#main-menu .sub-menu li a {
  margin: 0;
  padding: 10px;
  background: #fff;
	font-size: 15px;
	    color: #000;
}
#main-menu .sub-menu li a:hover{
	transition:ease-in-out all .3s;
	transform:none !important;
	background:#ed1c26;
	color:#fff !important;
}
#main-menu ul li a {
  margin: 0;
	margin-bottom:15px;
}
#main-menu .menu-item-has-children::before {
  content: '';
  position: absolute;
  right: 3px;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ed1c26;
  clear: both;
}
#main-menu .menu-item-has-children:hover::before{
	transition:ease-in-out all .3s;
	transform:rotate(180deg);
}
.single-post #main-menu ul li .sub-menu li a {
  color: #28303d !important;
  text-decoration: none;
}
.single-post #main-menu ul li .sub-menu li a:hover{
	transition:ease-in-out all .3s;
	color:#fff !important;
}

/* Hero */
#hero .main-heading {
	background-color: #3bb6f1;
	padding: 80px 30px 30px 0;
	position: relative;
}

#inner-hero {
	position: relative;
	z-index: 0;
}

#inner-hero::before {
	content: '';
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

#hero h1,
#inner-hero h1 {
	font-size: 55px;
	line-height: 60px;
	font-weight: bold;
}

#hero .main-heading::before {
	content: '';
	background-color: #3bb6f1;
	clip-path: polygon(100% 0, 50% 50%, 100% 100%);
	width: 271px;
	height: 375px;
	position: absolute;
	top: 1px;
	left: -270px;
}

#logo_slider {
	background-color: rgba(225, 225, 225, 0.8);
	padding: 50px;
	margin: 100px 0 40px 0px;
	border-radius: 25px;
}

.lgx_app_item_img {
	width: 150px;
}

/* Partners */
#inner-partners {
	padding-bottom: 0;
}

/* Services */
#services .card-content p, 
#services .card-content a {
	display: none;
}

.service-content ul li {
	text-align: left;
	font-size: 16px;
}

.sec-featured-img {
	max-width: 100%;
	width: 100%;
}

.alternate .service-item:nth-child(2n+2),
.alternate .about-item:nth-child(2n+2) {
	flex-direction: row-reverse;
}

#services .card-item {
	text-align: center;
}

#services .card-item {
	text-align: center;
	max-width: 400px;
	position: relative;
}

#services .card-item img {
	width: 100%;
}

#services .card-item .card-content {
	background-color: #181818;
	padding: 20px 15px;
	position: absolute;
	width: 100%;
	bottom: -40px;
}

#services .card-item .card-content h5 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}

#services .card-item:hover {
	transform: scale(1.1);
	transition: ease-in-out;
}

#services .card-item:hover .card-content {
	background-image: url('http://www.coffscitylockmart.com.au/wp-content/uploads/2023/11/blue-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	background-color: transparent;
}

/* #services .card-item:hover .card-content {
  background-color: #3bb6f1;
} */

#services .card-item:hover .card-content p, 
#services .card-item:hover .card-content a {
	display: block;
}

#services .card-item .card-content p {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin-top: 15px;
}

#services .card-item .card-content a {
	padding: 5px 0;
}

/* #services .card-item:hover .card-content::before {
	content: '';
	background-image: url('https://ccl.netstripes.au/wp-content/uploads/2023/11/triangle.png');
	position: absolute;
	height: 100px;
	width: 100%;
	top: -75px;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
} */


/* About */
#about .sec-heading {
	text-align: left;
	color: #fff;
	padding-top: 100px;
}

/* Why Choose Us */
#why-choose-us .sec-heading {
	text-align: left;
	color: #fff;
}

#why-choose-us .icon-list li {
	width: calc(33%);
	margin: 30px 0;
	cursor: pointer;
}

#why-choose-us .icon-img {
	background-color: #3bb6f1;
	padding: 25px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

#why-choose-us .icon-list li:hover .icon-img {
	background-color: #ed1c26;
}

#why-choose-us .icon-list li:hover .icon-img p {
  	display: block;
}

#why-choose-us .icon-list li:hover .icon-desc p {
  	font-weight: bold;
}

#why-choose-us .icon-img img {
	max-width: 100%;
	max-height: 100%;
}

#why-choose-us .icon-desc {
	width: 60%;
	display: inline-block;
	margin: 0px 0 8px 10px;
}

#why-choose-us .icon-list {
	padding: 0;
}

#why-choose-us .hover-desc-icon {
	line-height: 25px;
}

/* Testimonial */
#testimonial .sec-heading {
	padding-top: 150px;
	text-align: left;
}

#testimonial {
	background-position: -83px;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper::before {
	color: #3bb6f1
}

.tss-wrapper .tss-carousel3 .item-content {
	font-style: inherit;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper {
	padding: 40px 0 0 0;
	background: transparent;
}

.swiper-slide .single-item-wrapper {
	display: flex;
	flex-direction: column-reverse;
}

.swiper-slide .single-item-wrapper .author-name,
.tss-carousel.swiper .swiper-pagination {
	text-align: left !important;
}

.tss-wrapper .tss-even .tss-grid-item {
	padding: 0;
}

.swiper-pagination-bullet {
	border-radius: 0 !important;
}
/* CTA */
#cta .main-heading {
	padding-top: 150px;
}

#cta {
	padding: 150px 0 95px 0;
	background-position: 0;
}

#cta h3 {
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
	width: 75%;
}

#cta p {
	margin: 0;
}

/* Contact */
#contact .sec-heading {
	background-color: #3bb6f1;
	margin-bottom: 20px;
	position: relative;
	padding: 0;
}

#contact .sec-heading h4 {
	padding: 17px 40px;
	font-size: 27px;
	line-height: 40px;
	text-transform: none;
	text-align: left;
	font-weight: bold;
	min-height: 111px;
}

#contact .sec-heading::after {
	content: '';
	background-color: #3bb6f1;
	clip-path: polygon(30% 50%, 0 0, 0 100%);
	position: absolute;
	width: 130px;
	height: 120px;
	top: 0px;
	right: -130px;
}

#contact .contact-desc {
	padding-left: 40px;
}

#contact-list-info {
	padding-left: 20px;
	list-style: none;
	border-left: 3px solid #3bb6f1;
	margin-left: 30px;
}

#contact-list-info li p span, 
#contact-list-info li p span a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#contact-form {
	width: 80%;
	background-color: #fff;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
}

#contact-form .form-heading {
	font-size: 25px;
	text-transform: none;
	margin-bottom: 20px;
}

#contact-form input[type="text"], 
#contact-form input[type="email"], 
#contact-form input[type="number"] {
	border: transparent;
	border-bottom: 1px solid #1a1a1a;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}

#contact-form input[type="text"]::placeholder,
#contact-form input[type="email"]::placeholder,
#contact-form input[type="number"]::placeholder,
#contact-form textarea::placeholder {
  font-size: 16px;
}

#contact-form input[type="submit"] {
	width: 100%;
}

#contact-form textarea {
	height: 100px;
	border: 1px solid #1a1a1a;
}

#contact-form .wpcf7-spinner,
#contact-form .wpcf7 form.invalid .wpcf7-response-output,
#contact-form br {
	display: none;
}


#contact-form .wpcf7-not-valid-tip {
	font-size: 14px;
	text-align: left;
	margin-top: -15px;
}

/* Footer */

#top-footer .logo-wrapper {
	max-width: 200px;
}

#top-footer .logo-wrapper img {
	width: 100%;
}

footer {
	padding-top: 100px;
	background-color: #181818;
}

footer .row.logo-wrapper {
	margin-bottom: 50px;
}

footer .sec-heading {
	background-color: #3bb6f1;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}

footer .sec-heading::after {
	content: '';
	background-color: #3bb6f1;
	clip-path: polygon(30% 50%, 0 0, 0 100%);
	position: absolute;
	width: 60px;
	height: 40px;
	top: 0px;
	right: -60px;
}

footer .footer-navigation {
	margin: 0;
}

footer .footer-navigation-wrapper li a {
	color: #fff !important;
	text-decoration: none;
}

#licensing-list li p,
#bottom-footer p,
#bottom-footer p a {
	color: #fff;
	text-decoration: none;
}

#locations-list a {
	text-decoration: none;
}

#locations-list li {
	padding-bottom: 10px;
}

#services-list,
#locations-list,
#opening-hours-list,
#licensing-list,
#social-list {
	list-style: none;
	padding-left: 15px;
}

#opening-hours-list li p span {
	width: 35%;
	display: inline-block;
}

#social-list li {
	max-width: 50px;
}

#social-list .social-link img {
	background-color: #3bb6f1;
	width: 100%;
	padding: 10px;
}

#bottom-footer {
	padding: 30px 0;
	border-top: 1px solid #3bb6f1;
	margin-top: 100px;
	text-align: center;
}

#contact p,
#why-choose-us .icon-desc p,
#about p,
.card-item .card-content p,
.white a {
    color: #fff;
    text-decoration: none;
}
.white a:hover {
    color: #3bb6f1;
}

/* Locations */
.single.single-post #site-navigation ul li a,
.single.single-post #contact-header h4 {
  color: #fff !important;
}
.single.single-post .sticky #site-navigation ul li a,
.single.single-post .sticky #contact-header h4 {
  color: #000 !important;
}

/* Responsive */
@media only screen and (max-width: 1600px) {
	.space-between {
		justify-content: center;
	}
}

@media only screen and (max-width: 1570px) {
	#services .card-item:hover .card-content::before {
		top: -74px;
	}
}

@media only screen and (max-width: 1550px) {
	.hidden {
		display: none;
	}
	
	.tss-wrapper .tss-carousel3 .item-content, p, a, h3 span {
		font-size: 16px;
	}
	
	.sec-heading {
  		font-size: 40px;
		line-height: 45px;
	}
	
	#why-choose-us .icon-img {
		width: 100px;
		height: 100px;
	}
	
	section {
		padding: 150px 0;
	}
}

@media only screen and (max-width: 1500px) {
	#services .card-item:hover .card-content::before {
		top: -70px;
	}
	
	.sec-heading {
		font-size: 35px;
		line-height: 40px;
	}
	
	.wrap-responsive {
		flex-wrap: wrap;
	}
	
	#services .card-item .card-content {
		bottom: 0;
	}
	
	.swiper-wrapper .slide-item {
		background-color: rgba(225, 225, 225, 0.8);
		padding: 30px !important;
	}
	
	section {
		padding: 100px 0;
	}
	
	.wr-100 {
		width: 100% !important;
	}
	
	#hero .main-heading::before {
		height: 350px;
	}
	#cta h3 {
    font-size: 45px;
	}
}

@media only screen and (max-width: 1453px) {
	#hero .main-heading::before {
		height: 375px;
	}
}

@media only screen and (max-width: 1400px) {
	#services .card-item:hover .card-content::before {
		top: -65px;
	}
	
	#contact .sec-heading {
		font-size: 30px;
		line-height: 35px;
	}
	
	#contact .sec-heading::after {
		height: 113px;
	}
	
	#main-menu ul li a, #contact-header h4, .btn-primary, input[type="submit"] {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1342px) { 
	.btn-primary, input[type="submit"] {
    	padding: 12px 49px;
	}
	}

@media only screen and (max-width: 1366px) {
	#services .card-item {
		max-width: 200px;
	}
	
	section {
		padding: 150px 0;
	}
	
	footer .sec-heading {
		font-size: 14px;
		line-height: 18px;
	}
	
	#opening-hours-list li p span {
		width: 100%;
		display: block;
	}
	
	#services .card-item .card-content {
		height: 80px;
	}
	
	#services .card-item .card-content p {
		line-height: 18px;
		min-height: 90px;
	}
	
	#services .card-item:hover .card-content {
		padding-top: 80px;
		background-color: transparent;
		top: 50px;
		position: relative;
	}
}

@media only screen and (max-width: 1300px) {
	#why-choose-us .icon-list li {
		width: calc(50%);
	}
	
	section {
		padding: 40px 0;
	}
	
	#hero h1 {
		font-size: 40px;
		line-height: 45px;
	}
	
	#hero .main-heading::before {
		height: 335px;
	}
	
	.sec-heading {
		font-size: 30px;
		line-height: 35px;
	}
	
	.tss-wrapper .tss-carousel3 .item-content, p, a, h3 span {
		font-size: 16px;
		line-height: 20px;
	}
	
	.wr-30 {
		width: 30%;
	}
	
	.wr-40 {
		width: 40%;
	}
	
	.wr-60 {
		width: 60%;
	}
	
	.wr-70 {
		width: 70%;
	}
}

@media only screen and (max-width: 1200px) {
	#testimonial .sec-heading,
	#cta .cta-heading,
	#about .sec-heading{
		padding-top: 0;
	}
	
	#main-menu ul li a {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1100px) {
	
	#main-menu {
		display:none;
	}
	#rmp_menu_trigger-73 {
    display: block;
	}
	
	.site-logo .custom-logo {
		max-width: 200px;
	}
	
	.wrap-sm {
		flex-wrap: wrap;
/* 		display:none; */
	}
	#cta h3 {
   	width: 100%;
		padding: 20px 0;
	}
	#cta .main-heading {
     padding-top: 40px;
	}
	
	.hidden-sm {
		display: none;
	}
	
	#hero .main-heading::before {
		display: none;
	}
	
	#hero .main-heading {
		padding: 50px;
	}
	
	#why-choose-us .icon-img {
		width: 100px;
		height: 100px;
	}
	
	#why-choose-us .icon-list li {
		margin: 20px 0;
	}
	
	#contact-form {
		margin: 20px auto;
	}
	
	.sec-feat-img {
		width: 300px;
	}
	
	.center-sm {
		text-align: center !important;
	}
	
	#testimonial .sec-heading, #cta .cta-heading {
		text-align: center;
	}
	
	.reverse-wrap-sm {
		flex-direction: column-reverse;
	}
	
	#contact .sec-heading::after {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.hidden-xs {
		display: none !important;
	}
	
	#services .card-item {
		max-width: 270px;
	}
	
	#why-choose-us .icon-list li {
		width: calc(100%);
	}

	#top-footer .logo-wrapper {
		margin: 0 auto 50px auto;
	}
}

@media only screen and (max-width: 980px) {
	
	.wr-40-xs {
		width: 40%;
	}
	
	.wr-80-xs {
		width: 80%;
	}
	
	.relative-xs {
		position: relative;
	}
	
	.flex-start-xs {
		justify-content: flex-start;
	}
	
/* 	#services .card-item:hover {
		transform: scale(1);
	}
	
	#services .card-item .card-content p, 
	#services .card-item .card-content a {
		display: block;
	}
	
	#services .card-item .card-content::before {
		display: none;
	}
	
	#services .card-item .card-content {
		background-color: #3bb6f1;
	}
	
	#services .card-item .card-content h5 {
		font-size: 16px;
	}
	
	#opening-hours-list li p span {
		width: 35%;
		display: inline-block;
	} */
}

@media only screen and (max-width: 767px) {
	footer .sec-heading {
		font-size: 14px;
	}
	
	.flex-col-xs {
		flex-direction: column !important;
	}
	
	.text-center-xs {
		text-align: center !important;
	}
	
	.wr-100-xs {
		width: 100% !important;
	}
	
	.center-xs {
		text-align: center !important;
	}
	
	.site-logo, 
	#contact-header {
		margin: 0 auto;
	}
	
	#content {
		margin-top: -330px;
	}
	
	.site-logo img {
		width: 200px;
	}
	
	header {
		padding: 30px 0;
	}
	
	.btn-primary, input[type="submit"] {
		margin-top: 10px;
	}
	
	.mtr-200 {
		margin-top: 200px;
	}
	
	.container {
		padding: 0 25px;
	}
}

@media only screen and (max-width: 640px) {
	#services .card-item {
		max-width: 100%;
	}
	
	#hero .main-heading {
		padding: 30px 20px;
	}
	
	#hero h1,
	#inner-hero h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.btn-primary, input[type="submit"] {
		padding: 5px 25px;
		display: block;
	}
	.sec-heading {
		font-size: 20px;
		line-height: 25px;
	}
	
	section {
		padding: 50px 0;
	}
	
	.mtr-300 {
		margin-top: 300px;
  	}
	#contact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact-header h4 {
  font-size: 15px;
  margin-right: 20px;
}
#contact-header a {
  margin: 0;
}
}

@media only screen and (max-width: 480px) {
	.site-logo img {
		width: 150px;
	}
	.site-logo {
		padding: 10px;
		margin: -22px 0 0 -11px;
	}
	#navbar.sticky .site-logo {
    padding: 10px;
    margin: 2px 0 0 -11px;
}
	 #contact-header h4 {
		 font-size: 10px;
	}
}
