/*
Theme Name: Manly Beach Guest House
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/

@import url('style/bootstrap.css');

 @font-face {
      font-family: 'ANISHA'; /* Choose a descriptive name for your font */
      src: url('fonts/ANISHA.OTF') format('opentype');
      font-weight: bold; /* Define weight if needed, e.g., normal, bold, 400, 700 */
      font-style: bold; /* Define style if needed, e.g., normal, italic */
    }

/**** 
font-family: "Sen", sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Montserrat", sans-serif;
****/
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item.hidden {
    display: block !important;
	visibility: visible !important;
}
body{
    margin: 0;  
    padding: 0;
    font-size: 16px;
    color: #767676;
	font-weight:400;
	font-family: "Montserrat", sans-serif;
}
header .hs-rules {
    display: none !important;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-left {
	float:left;
	position: relative;
	margin:0 20px 20px 0px;
	max-width:500px;
}
.img-rite {
    float: right;
    position: relative;
    margin: 0px 0px 20px 20px;
    max-width: 400px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height: 25px;	
}
.table {
	margin-bottom:20px;
}
a {
	text-decoration: none;
	outline:none;
	color: #7AAD32;
}
a:hover, a:focus, a:active{
	color: #7AAD32;
	text-decoration:underline;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}

hr {
	padding:0px 0 30px;
	margin:15px 0 0;
	border-color: #ededed !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}
:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}
section { 
	padding:50px 0;
}
.inner-sec {
	padding-bottom: 0px !important;
}
.service-banner img {
    width: 100%;
}

.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}
h1 {	
	font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #5F5F5F;
	text-align: center;
	margin:0;
	padding-bottom: 15px
}
h1 span{	
	display:block;
    font-size: 18px;
    color: #5F5F5F;
	font-weight:bold;
}
.home h2{
	font-size:40px;
	text-transform:capitalize;
	margin-bottom:20px;
	}
h2 {
	font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #5F5F5F;
	padding-top:20px;
	margin:0;
    margin-bottom: 15px;
}
h2 span{
	display:block;
	color:#5F5F5F;
	font-size:18px;
}
.house-rules-sec h2 span{
	color:#fff;
}

h2.map {
	text-transform: unset;
}
h3 {
	font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #5F5F5F;
    font-weight: 600;
	padding-top:10px;
    margin-bottom: 10px;
}
h3 span{
	display:block;
	font-size:16px;
}
h4 {
    font-size: 22px;
    color: #5F5F5F;
    font-weight: 500;
    margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
}
h5 {
    font-size: 21px;
    color: #5F5F5F;
    font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
h6 {
    font-size: 22px;
    color: #5F5F5F;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.list-col-2 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.list-col-2 li {
    flex: 0 0 48%;
    position: relative;
    padding-left: 16px;
}

.list-col-2 li:before {
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.wp-block-list li{
    padding-left: 18px;
	
}
ul.wp-block-list.list-col-3 {
    column-count: 3;
    padding-left: 18px;
    column-gap: 18px;
}

ul.wp-block-list.list-col-3 li::marker, .wp-block-list li::marker{
    color: #f26921;
}

ul.wp-block-list.list-col-3 li {
    margin-bottom: 10px;
}
a.site-btn {
    background: #009EDF;
    color: #FFF !important;
    font-size: 16px;
    border: 1px solid #009EDF;
    padding: 10px 40px;
    font-weight: 500;
    display: inline-block;
    min-height: unset;
    border-radius: 60px;
}
a.site-btn:hover {
	border: 1px solid #FF6523;
    background-color: #FF6523;
    text-decoration: none !important;
    color: #fff !important;
}
.site-btn a, a.wp-block-button__link{
    background: #009EDF;
    color:#FFF !important;
    font-size: 16px;
    border: 1px solid #009EDF;
    padding: 8px 30px;
    font-weight: 500;
	display: inline-block;
	min-height:unset;
	border-radius: 60px;
}
.site-btn a:hover, a.wp-block-button__link:hover {
    border: 1px solid #FF6523;
    background-color: #FF6523;
	text-decoration: none !important;
	color: #fff !important;
}
.welcome-sec h2, .why-choose-sec h2, .treatment-sec h1, .treatment-sec h2, .condition-sec h1, .condition-sec h2, .call-to-action-sec h2, .amenities-sec h2, .services-sec h2, .house-rules-sec h2, .faqs-sec h2, .team-sec h1, .team-sec h2, h2.map, .lighterg-bg h2, .darkg-bg h2, .lightg-bg h2{
    font-size: 38px;
	padding-top:0;
}
.treatment-sec h2 {
	color: #2B3544;
}
.top-header {
    padding: 20px 0;
    width: 100%;
    position: unset;
    z-index: 999;
    background-color: #fff;
}
.MenuFixed {
    position: Fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0 !important;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: #F6FDFF;
	border-bottom:none;
}
.home .top-header {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    z-index: 999;
	background-color: transparent;
	border:none;
}
.home .MenuFixed{
    background-color: #F6FDFF;
}
.header-right {
	text-align: end;
}

.logo img{
	max-width: 380px;
}
.banner {
    position: relative;
	width:100%;
	height:auto;
	text-align:center;
}
.banner-text {
    position: absolute !important;
    z-index: 9 !important;
    top: 58% !important;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    left: 220px;
    right: 0px;
    text-align: left;
    width: 47% !important;
    max-width: 100% !important;
}

.banner-text h1 {
    font-size: 55px;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 600;
}
.banner-text p {
    color: #fff;
	font-size:20px;
    margin-bottom: 30px;
}
p.footer-address {
    display: flex;
    justify-content: center;
    gap: 10px;
}

p.footer-address img {
    width: 16px;
}
.banner-text p.sub-banner-text {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-text h1:after{
	display: none;
}
.banner-text h1 span {
    color: #fff;
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-top: 20px;
}
.banner-text .site-btn a {
    background-color: #FF6523;
    padding: 10px 50px;
    font-size: 18px;
	font-weight: 600;
	border-color: #FF6523;
}	
.banner-text .site-btn a:hover {
    background-color: #fff;
	color: #FF6523 !important;
}
.welcome-sec {
    padding: 70px 0px !important;
}
.welcome-sec h2 {
    padding-top: 0px;
	text-transform:unset;
}
.welcome-sec h2 span{
	display: block;
	text-transform: uppercase;
	font-size:18px;
}
.welcome-sec p {
	margin-bottom:0px;
}
.welcome-text {
	padding-right: 40px;
}

h2.sign-letter {
	font-family: 'ANISHA';
	color: #5F5F5F;
	font-size: 50px !important;
	margin-bottom: 5px;
}
.welcome-sec p {
    margin-bottom: 0px;
    font-size: 20px;
    color: #767676;
    font-weight: 400;
    line-height: 37px;
}
.welcome-sec img {
    border-radius: 20px;
}
.border-img img {
    border-radius: 20px;
}
.blue-bg-sec {
    background-image: url("https://www.manlybeachguesthouse.au/wp-content/uploads/2025/11/blue-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
	padding:50px 0 !important;
}
.blue-box {
    text-align: center;
    margin-bottom: 20px;
}
.blue-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-top: 0px;
}
.blue-box p {
    color: #fff;
    font-size: 18px;
}
.blue-box img {
    width: 110px;
    height: 98px;
}
.services-sec {
	padding: 60px 0px !important;
}
.service-box {
    border: 2px solid #EBEBEB;
    border-radius: 20px;
    padding: 15px;
	position: relative;
    text-align: center;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	margin:10px 5px 30px;
}
.service-box:hover {
    /*-webkit-transform: scale(0.9);
    transform: scale(0.9);*/
}
.service-box:hover a {
	color: #FF6523;
	border-color: #FF6523;
}
.service-box:hover h3 {
	color: #FF6523;
}
.service-box img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}
.service-box p span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-box h3 {
    line-height: 30px;
    color: #5F5F5F;
    font-weight: 600;
    font-size: 28px;
    padding: 10px 34px 0px;
	margin-bottom:2px;
}
.service-box p {
    font-size: 20px;
    color: #767676;
    padding: 0px 10px 10px;
}
.service-box a {
    color: #009EDF;
    font-weight: 600;
    font-size: 19px;
    border-bottom: 1px solid #009EDF;
}
.services-sec .site-btn a {
    font-size: 24px;
	padding: 12px 40px;
}
.treatment-box a, .team-box a, .conditions-box a{
    position: absolute;
    width: 90%;
    height: 100%;
    display: block;
    z-index: 9;
}
.treatment-icon {
	width:120px;
	height:120px;
	border-radius:100%;
	display: flex;
	background-color:#2B3544;
	justify-content: center;
	align-items:center;
	margin:0 auto;
}
.treatment-box:hover .treatment-icon {
	background-color:#8AC252;
}
.treatment-icon img{
	width:70px;
}
.treatment-box-heading h3{
	margin:0;
	padding:15px 0;
	text-align:center;
} 
.call-to-action-sec {
    background-image: url(https://www.manlybeachguesthouse.au/wp-content/uploads/2025/11/discover-manly-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 494px;
}
.call-to-action-sec h2{
	text-transform:unset;
	margin-bottom: 20px;
	color:#fff;
}
.call-to-action-sec h3{
	color:#fff;
	text-align:center;
	margin-bottom:30px;
}
.call-to-action-sec p.sub-text {
    color: #fff;
}
.call-to-action-sec .site-btn a{
	background: #FF6523;
	border: 1px solid #FF6523;
	color:#fff !important;
	font-size: 24px;
    padding: 12px 40px;
}
.call-to-action-sec .site-btn a:hover{
	background: #009EDF;
	border: 1px solid #009EDF;
	color:#fff !important;
}
.call-to-action-sec p {
	 margin-bottom:0;
}
.testimonial-sec {
    padding: 60px 0px 90px !important;
}
.testimonial {
	position: relative;
}
.testimonial:after {
    content: '';
    display: block;
    background-image: url(https://www.manlybeachguesthouse.au/wp-content/uploads/2025/11/testimonials-quote-aa8616.svg);
    height: 45px;
    width: 40px;
    background-repeat: no-repeat;
    position: absolute;
    left: 130px;
    bottom: -70px;
}
.testimonial blockquote {
    font-size: 20px;
    color: #767676;
    font-style: italic;
    font-weight: 500;
    position: relative;
    padding: 30px 30px 30px;
    border-bottom: 2px solid #EBEBEB;
}

.testimonial blockquote {
   border: 2px solid #EBEBEB;
}

blockquote:after, blockquote:before {
  position: absolute;
  z-index: 1;
  font-size: 12em;
  color: #EBEBEB;
  text-shadow: 2px 2px 0 #EBEBEB;
  font-family: serif;
  height: 0;
  display:block;
}

blockquote:after {
    content: '';
    bottom: -50px;
    left: 80px;
    border-color: transparent #EBEBEB;
    border-style: solid;
    border-width: 0 30px 50px 0px;
    display: block;
    position: absolute;
    width: 0;
    z-index: 1;
}


.gallery-sec {
    background-color: #F6FDFF;
    padding: 60px 0px !important;
}
.choose-sec{
	padding: 60px 0px !important;
	background-color: #F6FDFF;
}

.choose-sec .row{
	align-items:center;
}
.gallery-box img {
    width: 100%;
    border-radius: 20px;
    padding: 10px 10px;
}
.uagb-block-df0ea4c4 .spectra-image-gallery__layout--grid {
    grid-gap: 15px !important;
    width: 100% !important;
    border-radius: 20px !important;
}
.uagb-block-df0ea4c4 .spectra-image-gallery__media {
    box-shadow: 0px 0px !important;
    width: 100% !important;
    border-radius: 20px !important;
}
.gallery-sec .site-btn a {
    font-size: 24px;
    padding: 12px 40px;
}
.footer {
    background-color: #262626;
    color: #fff;
    padding: 50px 0px;
}
.footer-hours {
    max-width: 350px;
}
.footer h4 {
	color: #fff;
    font-size: 24px;
	text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
ul.hour {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.hour li {
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
    display: block !important;
    width: 100%;
}
ul.hour li span:last-child {
    float: right;
}
.footer-nav li#mega-menu-item-207 {
    display: none !important;
}
img.location-icon {
    width: 15px !important;
}
.footer-contact {
	text-align: center;
}
ul.contact {
    margin: 0px;
    padding: 0px;
	list-style:none;
	padding-top: 10px;
	display:inline-block;
	margin-bottom:10px;
}
ul.contact li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
ul.contact li:first-child a img {
    margin-right: 10px;
}
ul.contact li:last-child {
   display: block;
}
ul.contact li a img {
    vertical-align: middle;
    width: 28px;
}
ul.social-icon {
    padding: 0px;
	margin:0;
	margin-bottom:10px;
    margin-top: 5px;
}
ul.social-icon li {
    display: inline-block !important;
    padding: 0px 5px 0px 5px;
}
.footer a {
    color: #fff;
}
ul.footer-contact {
    margin-bottom: 0px !important;
}
ul.footer-contact {
    margin-bottom: 0px !important;
    margin-top: 30px;
}
.footer-contact p {
	font-size:14px;
	line-height:16px;
}
.footer-logo {
    text-align: end;
}
.footer-logo img {
	max-width:300px;
}
.footer-bottom {
	font-size:12px;
}
.footer ul li a img {
        width: 24px;
    }
ul.footer-menu {
	padding:0;
	margin:0;
	list-style-type:none;
	columns:2;
}
ul.footer-menu li a:hover{
	text-decoration:underline;
}
.map-sec {
    padding: 0;
    background-image: url("https://www.manlybeachguesthouse.au/wp-content/uploads/2025/11/map-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    /*min-height: 470px;*/
	background-size:cover;
    position: relative;
}
.map-detail-box {
    background-color: #FF6523;
    padding: 84px 30px;
}
.map-detail-box a.site-btn {
	font-size: 20px;
    padding: 12px 40px;
}
.map-btn {
    margin-top: 40px;
}
.sd-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.sd-text p a{
    color: #fff;
}
.sd-text p a {
    color: #fff;
    word-break: break-word;
}
.sd-links {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.sd-img {
    margin-right: 15px;
}
.sd-img img {
    width: 30px;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 6px;
    background: #8AC252;
    color: #fff !important;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 290px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a{
    color: #fff;
}
.call-to-action-sec a.white-btn {
    margin-top: 20px;
}

/*************** General inner css ***********/

.top-bar {
    height: 20px;
    background-color: #009edf17;
}
.inner-banner {
    margin-bottom: 40px;
    margin-top: 40px;
}
.right-col img {
    min-height: 100%;
    max-height: 100%;
    height: 391px !important;
}
.section-padding {
    padding: 50px 0px !important;
}
p.sub-text {
    font-size: 19px;
    font-weight: 400;
	margin-bottom:20px;
	text-align:center;
	color: #767676;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 30px;
    margin-bottom: 10px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ol.inner-list li{
	margin: 10px 0;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 30px;
	padding-bottom: 10px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
	font-weight: 600;
	padding-bottom: 10px;
    line-height: 32px;
	color: #767676;
}
ul.inner-list li:before {
    color: #FF6523;
    content: "\2022";
    font-weight: 500;
    display: inline-block;
    font-size: 30px;
    left: -15px;
    top: -2px;
    position: absolute;
}
ul.inner-list ul {
    list-style: none;
	margin-top:10px;
	margin-bottom: 0px;
}
ul.home-list {
    padding: 0;
    margin:0;
	list-style-type:none;
}   
ul.home-list li {
	position: relative;
    line-height: 24px;
    padding: 15px 0;    
    padding-left: 0px;
    vertical-align: middle;
}
ul.home-list li:first-child {
	padding-top:0;
}
ul.home-list li strong {
	color:#7AAD32;
	font-size:18px;
}
/*************** Services inner css ***********/
.services-banner {
    position: relative;
    text-align: center;
	margin-bottom: 30px;
}

.amenities-box {
    background-color: #262626;
    text-align: center;
    padding: 20px 0px;
    border-radius: 16px;
	margin-bottom: 30px;
}
.amenities-box h4 {
	color: #fff;
}
.wp-block-themeisle-blocks-accordion-item__title div {
    font-size: 20px;
    font-weight: 600;
}
.column-3 {
    column-count: 3;
}
.site-table td {
    padding: 15px 15px;
}
.site-table td:first-child {
    width: 30%;
	color: #fff;
}
.site-table td:last-child {
    width: 70%;
	color: #fff;
	font-size: 15px;
}
.site-table table span {
    margin: 0px 5px;
}
.services-banner img, .inner-banner img{
	width:100%;
}
.lighterg-bg {
	background-color: #f7f7f8 !important;
}
.darkg-bg {
	background-color: #2B3544 !important;
}
.lightg-bg {
	background-color:#555D69 !important;;
}
.lightg-bg h2{
	color:#fff;
}
.sub-service-box {
	position: relative;
	background: #fff;
	padding:30px 15px;
	border-top:3px solid #8AC252;
	min-height: 400px;
	margin:20px 0;
}
.sub-service-box h3{
	font-weight:700;
	min-height: 58px;
	padding-top:0;
}
.sub-service-box p:last-child{
	position:absolute;
	bottom:30px;
	font-weight:500;
	margin-bottom:0;
}
.download-box {
	border:1px solid #fff;	
	margin:10px 0;
}
.download-box p{
	margin-bottom:0;
	
}
.download-box p a{
	padding:10px 20px;
	display: block;
	color:#fff;
	background-image: url('images/arrow-white.svg');
	background-size:14px;
	background-repeat:no-repeat;
	background-position: 96% center;
}
.download-box p a:hover{
	text-decoration:none;
}
.darkg-bg .download-box {
	border:1px solid #7AAD32;
}
.darkg-bg .download-box p{
	background-image: url('images/arrow-green.svg');
	padding:10px 20px;
	color:#fff;
	background-size:14px;
	background-repeat:no-repeat;
	background-position: 96% center;
}
/*************** Conditions css ***********/
.conditions-sec{
	background-color:#FAFAFB;
}
.conditions-sec h2{
}
.conditions-box {
    position: relative;
    text-align: center;
	 -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.conditions-box h3:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #7AAD32;
    margin: 20px auto;
}
.conditions-box:hover h3:before {
	background-color: #2B3544;
}
.conditions-box:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.conditions-box-heading h3 {
	margin-top:20px;
}

/*************** Team css ***********/
.team-sec {
	background-color: #FAFAFB;
}
.team-box {
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding: 10px 0;
}
.team-box:hover, .team-box:focus, .team-box:active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.team-thumbnail {
}
.team-text {
	background:#fff;
	padding:15px 5px;
}
.team-box a {
    text-decoration: none;
}
.team-text h3 {
	font-family: "Raleway", sans-serif;
    margin-bottom: 0px;
}
/*************** Contact css ***********/
.form-sec h3{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    position: relative;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	color: #a4a2a4;
}
select.form-control {
    -webkit-appearance: menulist;
    appearance: menulist;
}
select{
    height: 40px !important;
	width:100%;
	padding: 10px 10px !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #6c6c6c;
}
select.form-control {
    height: 50px !important;
	padding: 13px 10px !important;
}

textarea.form-control {
    height: 180px;
}

.submit-btn {
    background: #009EDF;
    color: #FFF !important;
    font-size: 16px;
    border: 1px solid #009EDF;
    padding: 8px 30px;
    font-weight: 500;
    display: inline-block;
    min-height: unset;
    border-radius: 60px;
}

.submit-btn:hover {  
    background: transparent !important;
    color: #009EDF !important;
	border: 1px solid #009EDF;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#009EDF !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.wpcf7-form-control-signature-wrap{
	width:100% !important;
}
.wpcf7-form-control-signature-wrap canvas{
	height:100% !important;
}
.wpcf7-form-control-clear-wrap {
    margin-top: 15px;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    border-color: transparent !important;
    background-color:#8AC252 !important;
    color: #fff !important;
    font-weight:500 !important;
    text-align: center !important;
    border-radius: 60px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #8AC252;
    background-color: #8AC252 !important;
}
.sig canvas {
    width: 100% !important;
}
.sig .dscf7_signature_inner {
    display: block !important;
}
.wpcf7-form p {
	margin-bottom:10px;
}
/*************** News css ***********/
.post-details {
    position: relative;
    min-height: 300px;
    background-color: #1f484700;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #efefef;
    border-top: 0px;
}
.post-img img{
	width:100%;
	border: 1px solid #eee;
}
.post-details h2 a {
    line-height: 25px;
}
.post-details a.site-btn {
    font-size: 14px;
}
.post-details p {
    margin-bottom: 40px;
    line-height: 25px;
}
.post-nav {
    margin-top: 20px;
}


/*************** FAQs css ***********/


.faqs-sec {
    background-color: #F7F7F7;
}
.faqs-sec h2 {
	text-align:center;
}
.panel {
    background-color:#fff !important;
    padding: 0px 0px !important;
}
.panel-body p:last-child {
    margin-bottom: 0px;
}
.faqs-sec .collapsed .fa-minus:before, .collapsed .fa-minus:before {
    content: "\f067" !important;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.jltmaf-item.panel-heading {
    background: transparent !important;
    border-color: #fff !important;
    padding: 15px 20px;
}
.faqs-sec .panel-default > .panel-heading, .panel-default > .panel-heading {
    border-color: transparent !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: unset !important;
}
.faqs-sec .panel-title, .panel-title {
    margin-top: 0; 
    margin-bottom: 0;
    font-weight: 400 !important;
}
.faqs-sec .panel-title a, .panel-title a {
    font-weight: 600 !important;
    text-decoration: unset !important;
    font-size: 16px !important;
    color: #5F5F5F !important;
}
.panel-title a {
    font-size: 17px;
}
.popup-btn {
    margin-top: 20px;
}
.form-text p {
    color: #6b6c6a;
    font-weight: 400;
    font-size: 13px;
}
span.wpcf7-list-item-label {
    color: #6b6c6a;
    font-weight: 400;
    font-size: 15px;
}
span.wpcf7-list-item.first.last {
    margin-left: 0px;
}
.faqs-sec .panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300 !important;
}
.panel-body {
    padding: 15px 50px !important;
}
.faqs-sec .panel-body,  .panel-body {
    padding: 0 60px 15px !important;
}
.rules-sec hr.wp-block-separator {
    border-color: #585858 !important;
    border-top: 1px solid !important;
    padding-bottom: 20px;
}
.faqs-sec .panel-body p a, .panel-body p a {
	color:#fff;
	text-decoration: underline;
}
.faqs-sec .panel-body ul.inner-list li:before, .panel-body ul.inner-list li:before {
    color: #fff;
}
.list-col-dark li:before {
    background-color: #f26921;
}
.faqs-sec .panel, .panel {
    border: unset !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #5f5f5f26 !important;
    border-radius: 0px !important;
    background-color: transparent !important;
}
.panel-title a {
	text-decoration: none;
}
span.pull-no-icon.jltmaf-icon {
    margin-right: 10px;
	font-size: 16px;
    font-weight: 300 !important;
}
.page-id-2057 .panel-group .panel {
    border-bottom: 1px solid #576044;
    border-radius: 0px !important;
}
.panel-body {
    padding: 15px 60px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin-bottom: 0px !important;
}
.service-box > div > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    border-bottom: none;
}
.testimonial blockquote span {
    display: block;
    color: #459ae0;
}
.map-link {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}

.map-link a {
    display: flex;
    padding: 10px 40px;
    background-color: #f26921;
    color: #fff;
}

.map-link a:hover {
    background-color: #459ae0;
    text-decoration: none;
}
.highlight-bx > div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.highlight-bx {
	/*flex:0 0 42%;
	max-width:50%;*/
	
}

.highlight-bx img {
    height: 28px !important;
    width: 28px !important;
    object-fit: contain;
}

.highlight-bx h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.highlight-list {
    justify-content: left;
    flex-wrap: wrap !important;
    margin-bottom: 20px;
	gap:20px 40px;
	flex-direction:column;
	align-items:flex-start !important;
}
.room-image-col img {
    /*height: 400px !important;
    object-fit: cover;*/
}
.service-banner .left-col figure {
    height: calc(100% - 1rem) !important;
    object-fit: cover;
    margin-bottom: 0;
}

.service-banner .left-col figure img {
    height: 100%;
}
.single-our-rooms ul.wp-block-list.list-col-3 {
    column-count: 1;
    display: flex;
    flex-wrap: wrap;
	padding-left:0;
}

.single-our-rooms ul.wp-block-list.list-col-3 li {
    flex: 0 0 48%;
    padding-left: 20px;
    list-style: none;
	position:relative;
}

.single-our-rooms ul.wp-block-list.list-col-3 li:before {
    background-image: url(https://www.manlybeachguesthouse.au/wp-content/uploads/2025/12/arrow.png);
    width: 13px;
    height: 11px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}
.single-our-rooms h1{
	text-align:left !important;
}
.whybx {
    margin: 0 0 30px;
    padding: 20px 10px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
	color: #5f5f5f;
	font-weight:500;
}
.whybx-icon img {
    height: 60px;
    width: 60px;
    margin: 0 auto !important;
    display: block !important;
}

.whybx-icon {
    justify-content: center;
    display: flex !important;
    width: 100% !important;
}
/**************************/
/***** Media-Querries *****/
/**************************/


@media (min-width: 1199px){
.blue-bg-sec .col-lg-3 {
    flex: 0 0 auto;
    max-width: 20%;
}
}

@media (max-width: 1920px){
.choose-img {
    position: absolute;
    top: -20px;
    width: 26%;
}	
.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}
.img-patient {
	left:60px;
}	
.banner-text {
    left: 200px;
    right: 200px;
}
.banner-text h1 {
	font-size: 48px;	
}	
.banner-text h1 span{
    font-size: 22px;
}	

.home h2{
	font-size:36px
	}	
.welcome-sec h2, .why-choose-sec h2, .treatment-sec h1, .treatment-sec h2, .condition-sec h1, .condition-sec h2, .call-to-action-sec h2, .faqs-sec h2, .team-sec h1, .team-sec h2, h2.map, .lighterg-bg h2, .darkg-bg h2, .lightg-bg h2 {
    font-size: 36px;
}
h1 {
    font-size: 38px;
}	
h2 {
	font-size: 24px;		
}	
h3 {
    font-size: 20px;
}
h4 {
    font-size: 20px;
}
.blue-box h3 {
    font-size: 18px;
}	
    .service-box h3 {
        font-size: 20px;
    }
.service-box p {
    font-size: 16px;
    padding: 0px 0px 10px;
}	
.service-box a {
    font-size: 17px;
}	
.services-sec .site-btn a {
    font-size: 20px;
    padding: 12px 40px;
}	
.call-to-action-sec {
    height: 369px;
}	
.call-to-action-sec .site-btn a {
    font-size: 20px;
    padding: 12px 40px;
}	
.gallery-sec .site-btn a {
    font-size: 20px;
}	
.map-detail-box {
    padding: 95px 20px;
}	
.sd-text p {
    font-size: 16px;
}	
.sd-img img {
    width: 22px;
}	
.map-detail-box a.site-btn {
    font-size: 18px;
}	
.footer ul li a img {
    width: 20px;
}	
.footer h4 {
    font-size: 22px;
}
.right-col img {
    min-height: 100%;
    max-height: 100%;
    height: 300px !important;
}
	
}

@media (max-width: 1440px){	
	
.container-fluid {
	padding: 0px 50px;
}
.container{
	width:100%;
	padding: 0px 100px;
}
.header-right a.site-btn {
    padding: 8px 30px;
}	
.banner-text {
    left: 100px;
    right: 100px;
}
.banner-text h1 {
	font-size: 42px;	
}	
.banner-text h1 span{
    font-size: 20px;
}	
.home h1 {
    font-size: 42px;
}	
.home h2 {
    font-size: 32px;
}	

.welcome-sec h2, .why-choose-sec h2, .services-sec h1, .services-sec h2, .gallery-sec h1, .gallery-sec h2, .call-to-action-sec h2, .faqs-sec h2, .team-sec h1, .team-sec h2, h2.map, .lighterg-bg h2, .darkg-bg h2, .lightg-bg h2 {
	font-size: 34px;		
}
h1 {
	font-size: 36px;		
}	
h2 {
	font-size: 22px;		
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}		
.amenities-box h4 {
	font-size: 16px;
}
.footer h4 {
    font-size: 20px;
}
.sub-service-box h3{
	min-height: 80px;
}
.service-box {
    padding: 15px 6px;
    margin: 10px 0px 30px;
}	
.service-box a {
    font-size: 15px;
}	
    .service-box h3 {
        font-size: 18px;
        padding: 0px 0px 0px;
        line-height: 26px;
    }
.blue-box h3 {
    font-size: 16px;
}
.blue-box p {
    font-size: 16px;
}	
.blue-box img {
    width: 80px;
}	
.blue-bg-sec {
    height: 310px;
}	

.services-sec .site-btn a {
    font-size: 17px;
    padding: 10px 40px;
}
.call-to-action-sec .site-btn a {
    font-size: 17px;
    padding: 10px 40px;
}
.call-to-action-sec {
    height: 280px;
}	
.gallery-sec .site-btn a {
    font-size: 17px;
    padding: 10px 40px;
}
.gallery-box img {
    padding: 10px 0px;
}	
.banner-text .site-btn a {
    padding: 10px 40px;
    font-size: 16px;
}	
.map-detail-box a.site-btn {
    font-size: 15px;
    padding: 6px 30px;
}	
.welcome-sec p {
    font-size: 18px;
    line-height: 33px;
}	
h2.sign-letter {
    font-size: 40px !important;
    margin-bottom: 6px;
}	
.map-detail-box {
    padding: 83px 15px;
}
.faqs-sec .panel-title a {
    font-size: 17px;
}	
.right-col img {
   height: 243px !important;
}
	.faqs-sec .panel-title a, .panel-title a{
		font-size:16px !important;
	}
	
}
@media (max-width: 1300px){	

     .right-col img {
        height: 208px !important;
    } 	

}
@media (max-width: 1200px){	

    .right-col img {
        height: 194px !important;
    }	

}

@media (max-width: 1024px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 75px;
}
.banner-text {
    left: 75px;
    right: 75px;
}
.banner-text h1 {
	font-size: 34px;	
}
.banner-text h1 span{
    font-size: 20px;
}	
.home h1 {
    font-size: 34px;
}	
.home h2 {
    font-size: 30px;
}	

.welcome-sec h2, .why-choose-sec h2, .treatment-sec h1, .treatment-sec h2, .condition-sec h1, .condition-sec h2, .call-to-action-sec h2, .faqs-sec h2, .team-sec h1, .team-sec h2, h2.map, .lighterg-bg h2, .darkg-bg h2, .lightg-bg h2 {
	font-size: 28px;		
}
h1 {
	font-size: 30px;		
}	
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}
h4 {
    font-size: 17px;
}
.footer h4 {
    font-size: 20px;
}		
.banner-text {
    top: 60% !important;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}	
a.site-btn {
    font-size: 15px;
    padding: 6px 30px;
}	
.banner-text .site-btn a {
    padding: 6px 30px;
    font-size: 15px;
}	
h2.sign-letter {
    font-size: 30px !important;
    margin-bottom: 6px;
}
.welcome-sec p {
    font-size: 16px;
    line-height: 27px;
}	
.blue-box h3 {
    font-size: 18px;
}
.sub-text br {
    display: none;
}	
p.sub-text {
    font-size: 17px;
}	
.service-box h3 {
    font-size: 18px;
    padding: 0px 0px 0px;
    line-height: 27px;
}
.service-box a {
    font-size: 15px;
}	
.services-sec .site-btn a {
    font-size: 15px;
    padding: 6px 30px;
}
.call-to-action-sec .site-btn a {
    font-size: 15px;
    padding: 6px 30px;
}
.gallery-sec {
    padding: 40px 0px !important;
}	

.choose-sec{
	padding: 40px 0px !important;
}
.services-sec {
    padding: 40px 0px !important;
}	
.testimonial-sec {
    padding: 40px 0px !important;
}		
.gallery-box img {
    padding: 0px;
}	
.gallery-sec .site-btn a {
    font-size: 15px;
    padding: 6px 30px;
}
.sd-text p {
    font-size: 15px;
}
.sd-img img {
    width: 16px;
}
.sd-img {
    margin-right: 8px;
}	
.map-detail-box a.site-btn {
    font-size: 14px;
    padding: 6px 30px;
}
.map-detail-box {
    padding: 25px 10px;
}
.map-sec {
    min-height: 300px;
}	
.sd-links {
    margin-bottom: 15px;
}	
	
.footer ul li {
    margin-bottom: 10px;
}	
.call-to-action-sec {
	padding:30px 0;
	text-align: center;
	}	
    .right-col img {
        height: 168px !important;
    }	
}
@media (max-width: 991px){	
    .header-right {
        text-align: end;
    }	
.container-fluid {
	padding: 0px 30px;
}
.container{
	padding: 0px 50px;
}
.home .top-header {
    position: relative;
    background-color: #939AA1;
}

.banner-text body .is-layout-flex {
    display: block !important;
}	
    .blue-bg-sec {
        height: unset;
    }	
.blue-box {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}	
.footer-nav {
    display: none;
}	
.banner-text h1 {
    text-align: center;
	font-size: 28px;	
	padding-bottom:20px;
}
.banner-text h1 span{
    font-size: 16px;
}
.banner-text p{
	margin-bottom:0px;
}	
.home h1 {
    font-size: 28px;
}	
.home h2 {
    font-size: 28px;
}	

h1, .welcome-sec h2, .why-choose-sec h2, .treatment-sec h1, .treatment-sec h2, .condition-sec h1, .condition-sec h2, .call-to-action-sec h2, .faqs-sec h2, .team-sec h1, .team-sec h2, h2.map, .lighterg-bg h2, .darkg-bg h2, .lightg-bg h2 {
	font-size: 26px;		
}
h1 {
	font-size: 28px;		
}	
h2 {
	font-size: 24px;		
}	
h3 {
    font-size: 22px;
}
.logo, .inner-logo{
	text-align:center;
	margin-bottom:10px
}
.logo img, .inner-logo img{
    max-width: 180px;
}
.header-right a.site-btn {
    font-size: 12px;
    padding: 8px 20px;
}
.banner-text h1 span{
	margin-bottom:10px;
	}
.call-to-action-sec p {
    font-size: 18px;
}	
.footer h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
ul.social-icon {
	margin-bottom: 10px;
}
ul.social-icon li {
	margin: 0 5px;
}
.footer-hours {
    max-width: 300px;
	margin:0 auto;
}	
.footer ul.hour {
    margin-bottom: 30px;
}	
.footer-logo {
     margin-top: 10px;
    text-align: center;
	margin-bottom:30px;
    }
.footer-logo {
    margin-top: 15px;
	margin-bottom:15px;
    }
.post-nav {
	text-align: center;
}
.post-nav .text-right{
	text-align: center !important;
}
.footer h4 {
	text-align: center;
	}
ul.footer-menu {
    margin: 0 auto 10px;
    width: 180px;
	}
.why-choose-img {
    margin-right: 0px;
	margin-bottom:20px;
    }	
.sub-service-box {
    min-height: unset;
	}
.sub-service-box h3 {
        min-height: unset;
    }	
.sub-service-box p:last-child {
    bottom: 10px;
}	
.column-3 {
    column-count: 2;
}	
    .right-col img {
        height: 125px !important;
    }
	
	.map-detail-box{
		opacity:0;
		visibility:hidden;
	}
}

@media (max-width: 576px){	

.right-col img {
    height: unset !important;
}		

}

@media (max-width: 480px){	

.right-col img {
    height: unset !important;
}	
.img-rite {
    float: unset;
    text-align:center;
    margin: 0px 0px 20px 0px;
}	
    .header-right {
        text-align: center;
    }	
.banner-text {
    position: unset !important;
    transform: translateY(0%);
    background-color: rgba(0, 0, 0, .4);
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    padding: 20px !important;
}	
body .is-layout-flex {
    display: unset !important;
}	
.welcome-text {
    padding-right: 0px;
    text-align: center;
	padding-bottom: 40px;
}	
.container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 30px;
}	
.home h2 {
    font-size: 24px;
}	
.banner-text h1 {
    font-size: 26px;
}	
section {
	padding:30px 0;
	}

.welcome-sec h2, .why-choose-sec h2, .treatment-sec h1, .treatment-sec h2, .condition-sec h1, .condition-sec h2, .call-to-action-sec h2, .faqs-sec h2, .team-sec h1, .team-sec h2, h2.map, .lighterg-bg h2, .darkg-bg h2, .lightg-bg h2 {
	font-size: 24px;		
}	
h1 {
	font-size: 24px;		
}
h2 {
	font-size: 22px;		
}
.quick-icon img {
    width: 50px;
}	
h3 {
    font-size: 20px;
}	
:where(.wp-block-columns.is-layout-flex) {
    gap: 0em !important;
}
.post-nav a.site-btn {
    font-size: 9px;
    padding: 8px 5px;
    font-weight: 400;
}
.banner figure {
    margin-bottom: 0px;
}	
.column-3 {
    column-count: 1;
}	
}