@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&display=swap");
/*
.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

html,
html a {
    -webkit-font-smoothing: antialiased;
}
body {
    color: #333333;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    background-color: #fff;
}
p {
    font-family: "Open Sans";
    font-weight: 400;
	font-size: 15px;
}
a {
    color: #0087cc;
    text-decoration: none;
}
a:hover {
    color: #0087cc;
}

 ul  a {
  box-shadow: none;
  text-decoration: none;
  color: #0087cc;
  font-weight: 500;
}
ul  a strong {
	font-weight: 500;
}
img,
svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
h1,
.h1 {
    margin-bottom: 15px;
    font-size: 42px;
    color: #000000;
    line-height: 1.23;
    margin-top: 0;
    font-family: "Quicksand";
}
h2,
.h2 {
    font-size: 32px;
    color: #000000;
    font-family: "Quicksand";
    font-weight: 700;
	margin-top: 20px;
}
.h2,
h2,
h2(:not(.widget-title)) {
    line-height: 1.31;
    margin-top: 50px;
    margin-bottom: 25px;
}
.h4,
h4 {
    font-size: 24px;
    font-family: "Quicksand";
    font-weight: 700;
}

.h4,
h4 {
    line-height: 1.25;
}
h4.card-title {
    font-size: 22px;
    font-family: "Quicksand";
    font-weight: 700;
}
h4.card-title a {
    color: #333;
}
h4.card-title a:hover {
    color: #0087cc;
}

.post-meta-categories a {
    display: inline-block;
    padding: 2px 16px;
    background-color: #0087cc;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 400;
}

.entry-category a:hover,
.post-meta-categories a:hover {
    background: #0073ad;
}
.excerpt-small {
    font-size: 13px;
}

/* pagination css */
ul.pagination {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
}
ul.pagination li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
ul.pagination li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 3px;
}
ul.pagination li span.current {
    background-color: #0073ad;
    color: #fff;
    display: block;
    border: 1px solid #0073ad;
    padding: 5px 10px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
}

.page-content figure.wp-block-image img {
    /*width: 100%;*/
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: block;
}

.wp-block-image.aligncenter > figcaption {
    display: block;
	font-weight: 600;
}

figcaption {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    text-align: left;
}
iframe,
#powered_by_4039_1 {
    padding: 30px 0px;
}
.sidebar {
    background-color: #f5f5f5;
}
.sidebar h2.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sidebar section {
    margin-bottom: 35px;
    padding: 30px;
    background-color: #fff;
}

.sidebar section img {
    margin-bottom: 20px;
}
.single-post main#content,
.search-results #content {
    /*background-color: #f5f5f5; */
}
.content-blog-article {
    padding: 30px;
    background-color: #fff;
}
.search-form label {
    display: block;
    width: 100%;
}
.search-form .search-field {
    margin: 5px 0px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.search-form .search-submit {
    padding: 5px 15px;
    display: block;
    width: 100%;
    color: #fff;
    background: #0087cc;
    border: 0;
    border-radius: 5px;
    margin-top: 5px;
}

.search-form .search-submit:hover {
    background: hsla(0, 0%, 85%, 1);
}

.sidebar-left {
    padding: 20px;
    margin: 0px 15px;
    background-color: #fff;
}
.sidebar-left .text-small {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    margin: 0px;
}

.sidebar-left a {
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
}
.has-small-font-size {
    font-size: 12.8px !important;
}
.has-small-font-size a,
em a {
    color: #0087ccb2;
}
h2.simpletoc-title {
    margin-top: 50px;
    margin-bottom: 25px;
}
ul.simpletoc-list {
    margin-bottom: 50px;
    padding: 0;
}
ul.simpletoc-list li {
    list-style: inside;
    line-height: 1.75;
    margin-bottom: 5px;
}

ul.simpletoc-list li a {
    color: #0087ccb2;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(0, 135, 204, 0.7);
}

ul + h2 {
    margin-bottom: 50px;
}
.row.post-item .col-md-6,
.row.post-item .col-md-12 {
    border: 0px solid #ccc;
}

.row.post-item .col-md-12 {
    padding: 40px 20px;
}
.btn.btn-readmore {
    background-color: #0087ccb2;
    color: #fff;
    border-radius: 5px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .btn-previous,
.pagination .btn-next {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0px 10px;
}
.post-item {
    background-color: #fff;
}
.post-item h2.entry-title {
    line-height: 28px;
    font-size: 26px;
}
.blog-item .featured-image {
    position: relative;
    overflow: hidden;
}
.blog-item img {
    transition: all 0.45s;
}
.blog-item img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.nf-form-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    font-family: "Quicksand";
}
.btn {
    background-color: #0087cc;
    color: #fff;
}
.elementor-widget-sidebar {
    background-color: #f5f5f5;
}
.elementor-widget-sidebar .widget-title {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
}
.elementor-widget-sidebar {
    box-shadow:
        250px 0 0 #f5f5f5,
        500px 0 0 #f5f5f5,
        750px 0 0 #f5f5f5,
        1000px 0 0 #f5f5f5,
        1250px 0 0 #f5f5f5;
}
.elementor-widget-sidebar > section {
    background-color: #fff;
    padding: 20px;
    margin: 15px 0px;
}
.elementor-widget-sidebar .custom-html-widget img {
    margin-bottom: 20px;
}
.sidebar {
    background: #f5f5f5;
    -webkit-box-shadow:
        200px 0 0 #f5f5f5,
        400px 0 0 #f5f5f5,
        600px 0 0 #f5f5f5,
        800px 0 0 #f5f5f5,
        1000px 0 0 #f5f5f5,
        1200px 0 0 #f5f5f5,
        1400px 0 0 #f5f5f5,
        1600px 0 0 #f5f5f5,
        1800px 0 0 #f5f5f5,
        2000px 0 0 #f5f5f5;
    box-shadow:
        200px 0 0 #f5f5f5,
        400px 0 0 #f5f5f5,
        600px 0 0 #f5f5f5,
        800px 0 0 #f5f5f5,
        1000px 0 0 #f5f5f5,
        1200px 0 0 #f5f5f5,
        1400px 0 0 #f5f5f5,
        1600px 0 0 #f5f5f5,
        1800px 0 0 #f5f5f5,
        2000px 0 0 #f5f5f5;
}

.section-title h4.elementor-heading-title {
	font-size: 16px;
	padding: 20px;
	text-transform: uppercase;
	
	position: relative; 
	overflow: hidden;
}

.section-title h4.elementor-heading-title span {
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  height: 50px;
  display: inline-block;
	background-color:#fff;
}

.section-title h4.elementor-heading-title::after {
  background: rgba(51,51,51,0.1);
}
.section-title h4.elementor-heading-title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}

.popular-categories .card {
    position: relative;
    overflow: hidden;
}
.popular-categories .card-body {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.popular-categories .card a {
	height: 100%:
}
.popular-categories .card img {
    transition: transform 0.3s ease-in-out;
}
.popular-categories .card .card-text {
    color: #fff;
}
.popular-categories .card:hover img {
    transform: scale(1.3);
}

.popular-categories .card img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.popular-categories .card img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

.destination-block {
	border:1px solid #ccc; 
}
.has-background {
	margin-top: 15px; 
	margin-bottom: 15px;
}
.latest-articles-grid .card-body {
	padding: 10px;
}
.latest-articles-grid h3.article-title, 
.latest-articles-grid h3.h5 {
	font-size: 18px;
}
.article-card .article-image-link {
  height: 100%;
  margin-bottom: 0px;
  overflow: hidden;
	display:block;
}

.article-card a.article-image-link img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.article-card a.article-image-link img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 289px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-card a.article-image-link img {
  transition: transform 0.3s ease-in-out;
}

.article-card a.article-image-link:hover img {
  transform: scale(1.1);
}
.elementor-widget-image .widget-image-caption {
	font-size:15px;
	font-weight: 600;
}
article.card .featured-image {
	display: block; 
	/*height: 500px;*/
	overflow: hidden;
}

.addtoany_content {
  clear: both;
  margin: 30px auto;
}

ul.simpletoc-list li { 
	margin-left: 15px;	
}
.comment-form-comment > label {
	display: block;
}

.btn, input[type="submit"] {
  background: #0087cc;
  color: #ffffff;
  font-family: 'Open Sans';
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .5px;
  margin-top: 10px;
  padding:9px 30px;
  border: none;
  cursor: pointer;
  transition: all .15s ease-in-out;	
}
.btn:hover, input[type="submit"]:hover {
	background: hsla( 200.29, 100%, 34%, 1);
  	color: #ffffff;
}

input[type="number"], input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="date"], input[type="search"], select, textarea {
  border: 1px solid rgba(0,0,0,.1);
  color: #333333;
}
textarea {
  height: 150px;
  display: block;
  padding: 10px;
  line-height: 1.6;
	resize: none;
}
.comment-form-comment textarea {
	width: 100%;
}

/* related articles */
.rp4wp-related-posts ul > li {
	display: flex; 
}


.small-text {
    font-size: 14px;
}
a.small-text {
    color: #0087cc;
}

.color-text a + a::before {
    content: "\2022";
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    opacity: 0.5;
    color: #000;
}
.card-img,
.card-img-top {
    height: 100%;
}

.section-title::after,
.widget-mini::after,
.trawell-responsive-item::before {
    background: rgba(51, 51, 51, 0.1);
}
.section-title {
    text-align: center;
    position: relative;
}
.section-title::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    top: 50%;
    margin-top: -1px;
    position: absolute;
}

.section-title span {
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

h3.sticky-post-title {
	font-size: 20px;
	padding: 5px 20px;
}
.sticky-post-card {
  padding: 0px 0px 20px 0px;
  /*box-shadow: 1px 5px 5px rgba(0,0,0,0.2); */
  margin: 0px 15px;
}
.sticky-post-card .sticky-post-image {
	border-radius: 5px;
}
.sticky-read-more-link i {
	font-size: 22px;
	color: #212529;
}
.card-img, .card-img-top {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}
.blog-item .post-meta {
    padding: 0px; 
    font-size: 16px;
	font-weight: bold; 
	color: #08B7CE;
}
.blog-item {
	border: 0px;
}
.card-body {
	padding: 20px 10px;
}
.latest-posts-slider h3.post-slide-title {
	font-size: 18px;
}
h2.section-title, h2.section-title span  {
	font-size: 22px;
}

/* nav slide css */
.menu-flyout-block {
	position: relative;
}
#menuToggle {
	cursor: pointer;
}
.menu-toggle {
	display: none;
}
.menu-toggle.active {
	display: block;
}
#navMenu {
	display: none;
}
#navMenu.active {
	display: block;
}
.close-btn {
    position: realative;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.close-btn:hover {
    transform: rotate(90deg);
}
.close-menu {
	display: none;
}
.close-menu.active {
	display: block;
}
.nav-menu {
	position: absolute;
	display: none;
	top: 75px;
	left: 0;
	width: 100%;
	background: #ffff;
	padding: 20px;
	overflow: hidden;
	transition: height 0.5s ease;
	z-index: 2000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.nav-menu.active {
	display: block;
}
.sticky-post-image-link img {
	height: 250px;
}
/* nav slide end */

.post-slide-image {
	height; 400px;
}

.e-n-tabs-heading {
	background-color: #F2F2F4;
}
.e-n-tab-title-text img {
	max-width:80px;
	display: inline-block; 
	padding-right: 10px;
	opacity: 0.5
}
.e-n-tab-title:hover img {
	opacity: 1;
}
.e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] img {
	opacity: 1;
}
.img-box1 {
	border:1px solid #ccc; 
	transition: all .5s ease-in-out;
	overflow: hidden;
	padding: 20px;
	text-align: center;
}
.img-box1:hover img {
	transform: scale(1.05);
}
.img-box1:hover {
	border:1px solid #08B7CE;
	/*background-color:#dbfbff;*/
	background-color: #edfdff;
}
button.e-n-tab-title[aria-selected="true"] {
  border-top:1px solid #08B7CE; 
  border-left:1px solid #08B7CE; 
  border-right: 1px solid #08B7CE;
}
.tabs-with-img img {
}
.e-n-tabs-heading button.e-n-tab-title {
	min-width: 200px;
}

.home-tabs.elementor-widget-n-tabs .e-n-tabs-content > .e-con {
  display: none;
}

.wp-post-image, .elementor img.wp-post-image { 
    width: 100%; 
    height: 300px; 
    object-fit: cover; /* Keeps the image from looking stretched */
	border-radius: 5px;
}

.carousel-item img.wp-post-image { 
    width: 100%; 
    height: 200px; 
    object-fit: cover; /* Keeps the image from looking stretched */
}



.wp-block-image.aligncenter .wp-element-caption {
	text-align: center;
}

.header, .she-header-yes, .she-header-yes.e-con, .she-header {
	transition: none !important;
}
#category-map {
	z-index: 9;
}
/* new header as per queensland */
/* Header */
.m-header {
	position: absolute;
	z-index:999; 
	background-color: #fff; 
	padding: 5px 10px; 
	border-radius: 0px;
	box-shadow: none;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 600px;
	position: fixed;
}
.mobile-header {
    position: relative;
    height: 60px;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    z-index: 1000;
	width: 100%;
	box-shadow: 0px 0px 0px 1px #f2f2f2;
}

.menu-toggle {
	display: inline-block; 
	font-size: 25px;
}
.menu-toggle i {
	font-weight: 600;
}
.mobile-header .logo {
	margin: 0px auto;
}


/* Menu */
.mobile-menu {
    position: relative;
    width: 100%;
    background: #fff;
    display: none;
    overflow-y: auto;
    z-index: 999999;
	padding: 20px;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    /*border-bottom: 1px solid #eee;*/
}
.menu li:last-child {
	border-bottom: 0px;
}

.menu a {
    display: block;
    padding: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

/* Submenu */
.submenu {
    display: none;
}

.submenu-header {
    display: none;
    padding: 15px;
    background: #f5f5f5;
    font-weight: bold;
}

.back-btn {
    margin-right: 10px;
    cursor: pointer;
}
.header-style2 {
	position: relative; 
	width: 60%; 
	margin: 0px auto;
}

.submenu-source {
    display: none;
}

.submenu-header,
.submenu-panel {
    display: none;
}
.has-submenu > a > i {
	float: right;
}
#search-form {
	margin: 0px;
}
#search-input {
	border:1px solid #ccc !important;
	border-radius: 2px;
}
.menu-toggle {
	cursor: pointer;
}

/* css for menu with image */
.menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
	padding: 0px 10px 0px 0px;
	margin: 10px 0px;
	background-color: #f2f2f2;
}

.menu-item-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
}

.menu-item-title {
    flex-grow: 1;
    font-weight: 500;
	padding: 10px;
}


.submenu-indicator {
    font-size: 26px;
	font-weight: 600;
    color: #999;
}

.wp-post-image.featured-image, .elementor img.featured-image {
	height: auto;
}

.elementor-widget-heading h1.elementor-heading-title {
	text-align: center;
}
/* new menu - header css ends */


@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1260px;
    }
}

@media screen and (max-width: 767px) {
	h3.sticky-post-title {
	  font-size: 14px;
	  padding: 5px;
	}
	.sticky-post-card {
		margin: 0px;
	}
	.article-card a.article-image-link img {
		height: 200px;
	}
	.latest-articles-grid .card-body {
	  padding: 5px;
	}
	.latest-articles-grid h3.article-title, .latest-articles-grid h3.h5 {
	  font-size: 15px;
	}
	.category-image-container.h5, .category-image-container h5 {
	  font-size: 18px;
	  font-weight: bold;
	}
	.sticky-post-image-link img, 
	.sticky-post-image-link img.wp-post-image{
		height: 150px;
	}
	img.post-slide-image {
		height: 250px;
	}
	.latest-posts-slider h3.post-slide-title {
	  font-size: 15px;
	}
	.m-header {
	  position: absolute;
	  top: 20px;
	  border-radius: 0px;
	  min-width: 90%;
		padding: 0px 10px;
	}
	.elementor-widget-n-tabs .e-n-tab-title-text { 
	 width: 90%;	
	}
	.banner-image img { 
		width: 100%; 
		height: 500px; 
		object-fit: cover; /* Keeps the image from looking stretched */
	}
}