.custom-navbar-toggler {
	display: none;
}

.navbar {
	padding-top: .4rem !important;
	padding-bottom: .7rem !important;
}

.navbar ul {
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.navbar ul li {
	position: relative;
}

.navbar ul li a {
	/*font-family: Montserrat;*/
	font-family: "Poppins", serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.navbar ul li a:not(.button) {
	padding: 23px 20px 24px;
	color: #777;
}

.navbar ul li a:not(.button):after {
	background: #f1f1f1;
	content: '';
	position: absolute;
	top: 5%;
	bottom: 0;
	width: 1px;
	height: 100%;
	right: 0;
}

.navbar ul li a:not(.button):hover
 {
	background: #777!important;
	color: #fff;
	border-bottom: 5px solid #0a2540;
}

.navbar ul li a:not(.button):active,
.navbar ul li.current-menu-item a:not(.button),
.navbar ul li.current-menu-parent a:not(.button) {
	background: #fff!important;
	color: #777;
	border-bottom: 5px solid #0a2540;
}

.navbar ul li.menu-item-has-children ul.sub-menu {
	position: absolute;
	display: none;
	top: 55px;
	left: 0;
	z-index: 999;
	padding-left: 0;
	width: 250px;
	background-color: #fff;
}

.navbar ul li.menu-item-has-children ul.sub-menu li a {
	display: block;
}

.navbar ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
	border-bottom: none;
}

.navbar ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;

}

.navbar ul li.phone-number-menu a {
	margin-left: 25px;
	color: #0a2540;
}

.navbar ul li.phone-number-menu a:hover {
	background: #fff!important;
	color: #777;
	border-bottom: none;
}

.navbar ul li a:not(.button):hover:after,
.navbar ul li a:not(.button):hover:active:after,
.navbar ul li.current-menu-item a:not(.button):after {
	display: none;
}

.navbar ul li ul.sub-menu li a:not(.button):hover {
	border-bottom: none;
}

.menu_custom_btn {
	padding: 8px 30px 8px 30px !important;
	text-transform: uppercase!important;
	margin-left: 20px;
	border-style: solid;
	border-radius: 99px 99px 99px 99px;
}

.scroll-nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
}

.mobile-phone {
	display: none;
}

.no-padding {
	padding: 0!important;
}

/* banner */
.entry {
	display: none!important;
}

/*#home-banner {
background-image: url('https://cutpricefunerals.mystagingwebsite.com/wp-content/uploads/2025/02/funerals_sydney.jpg');
	background-image: linear-gradient(130deg, rgba(60, 60, 60, 0.5) 0%, rgba(0, 163, 255, 0.5) 100%);
	background-color: transparent;
}*/

.bg-banner {
	height: 450px;
	background: linear-gradient(to right, #d4d4d4 0%, #c6c6c6 100%);;
}

.bg-banner .banner-image-wrapper.banner-mobile {
	display: none;
}

.bg-banner .banner-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#home-banner .caption-heading h1 {
	font-family: "Playfair Display", Sans-serif;
	font-size: 5em;
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	margin-block-end: 20px;
}

#home-banner .caption-heading h3 {
	font-family: "Montserrat", Sans-serif;
	font-size: 2em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8em;
	color: #fff;
}

/* Information other banner */
.information-icon {
	margin-top: 0;
	margin-bottom: 0;
}

.icon-boxes-wrapper {
	background-color: #fff;
	display: block;
	align-items: center;
	padding: 30px;
	position: relative;
	z-index: 0;
}

.icon-boxes-wrapper h3 {
	color: #0a2540;
	letter-spacing: 1.5px;
}

.icon-boxes-wrapper .icon-img {
	margin-right: 10px;
	height: 40px;
}

.icon-boxes-wrapper .icon-img img {
	height: 100%;
}

.icon-boxes-wrapper .icon-text p {
	margin-bottom: 0;
}

/* body */
body {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	text-shadow: none;
}

h2, h3, h4 {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	color: #0a2540;
}

.text-white {
	color: #fff!important;
}

.white-bg {
	background-color: #fff;
}

.light-green-bg {
	background-color: #03C299;
}

.light-grey-bg {
	background-color: #e8edf3;
}

.medium-green-bg {
	background-color: #00A896;
}

.dark-green-bg {
	background-color: #126169;
}

.three-columns {
	margin-top: 80px;
	margin-bottom: 80px;
}

.three-columns .col-cremation {
	background-color: #eff2f7;
}

.three-columns .col-cremation:hover {
	background-color: #0a2540;
}

.three-columns .col-cremation:hover .three-cols-title h2,
.three-columns .col-cremation:hover .three-cols-desc p {
	color: #fff;
}

.three-cols-wrapper {
	padding: 50px;
}

.three-cols-title h2 {
	font-size: 24px;
	color: #6c1d78;
}

.three-cols-desc p {
	color: #0a2540;
}

.three-cols-title,
.three-cols-desc {
	margin-bottom: 25px;
}

.violet-btn {
	background-color: #6c1d78;
	font-family: "Poppins", serif;
	font-size: 15px;
	font-weight: 500;
	border-style: solid;
	border-radius: 99px 99px 99px 99px;
	padding: 10px 30px 10px 30px;
}

.green-btn {
	background-color: #126169;
	font-family: "Open Sans", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	border-style: solid;
	border-radius: 99px 99px 99px 99px;
	padding: 10px 30px 10px 30px;
}

.violet-btn:hover,
.violet-btn:focus {
	background-color: #906FC3;
	color: #fff;
	font-weight: 700;
}

.green-btn:hover,
.green-btn:focus {
	background-color: #03c299;
	color: #fff;
}

.purple-bg {
	background-color: #0a2540;
}

.purple-sct {
	padding: 50px;
}

.purple-sct .purple-sct-wrapper {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.purple-sct .heading-title {
	margin-bottom: 20px;
}

.purple-sct .heading-title h2 {
	font-size: 36px;
	color: #fff;
}

.purple-sct .description p {
	font-size: 18px;
}

.bgimage-sct {
/*	background-image: url('https://placehold.co/1920x300');*/
	padding: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 136, 204, 0.3);
}

.counter-sct {
	background-color: #143e4d;
	padding: 100px;
}

.counter-sct .counter-icon {
	margin-bottom: 20px;
}

.counter-sct span.counter {
	font-size: 40px;
}

.counter-sct .counter-title {
	font-size: 15px;
	text-transform: uppercase;
}

.desc-images-icon {
	padding-top: 80px;
	padding-bottom: 80px;
}

.desc-images-icon .heading-title {
	margin-bottom: 40px;
}

.desc-images-icon .heading-title .h5 {
	text-transform: uppercase;
	color: #1c1c1c;
	font-size: 15px;
	font-weight: 700;
}

.desc-images-icon .heading-title h2 {
	margin-block-end: 20px;
}

.desc-images-icon .separator {
	display: flex;
	direction: ltr;
	align-items: center;
	width: 10%;
	margin: auto;
	margin-bottom: 40px;
}

.desc-images-icon .separator:before,
.desc-images-icon .separator:after {
	border-block-start: 1px solid #64686d;
	content: "";
	display: block;
	flex-grow: 1;
}

.desc-images-icon .separator i {
	color: #0a2540;
	margin: 0 10px;
	font-size: 18px;
	font-weight: bold;
}

.desc-images-icon .about-img {
	height: 100%;
}

.desc-images-icon .about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.desc-images-icon.services-sct {
	padding-top: 25px;
	padding-bottom: 0;
}

.desc-images-icon .services-img img {
	width: 100%;
}

.about-section h3 {
	font-size: 36px;
}

.about-section p {
	font-size: 16px;
}

.about-btn {
	border-radius: 0 99px 99px 99px;
}

.icons-and-text-list:not(:last-child) {
	margin-block-end: 20px;
}

.icons-and-text-container {
	margin-bottom: 20px;
}

.icons-and-text-wrap {
	display: flex;
	align-items: center;
}

.icons-and-text-wrap .text-content {
	height: 175px;
}

.icons-and-text-wrap .text-content h3 {
	font-size: 24px;
}

.icons-and-text-wrap .text-content p {
	font-size: 14px;
}

.left-icon-wrapper .icons-and-text-wrap {
	flex-direction: row-reverse;
	text-align: start;
}

.left-icon-wrapper .icons-and-text-wrap .icons-content {
	margin-left: 15px;
}

.right-icon-wrapper .icons-and-text-wrap .icons-content {
	margin-right: 15px;
}

.icons-content {
	width: 50%;
}

.why-choose-them .icons-content {
	max-width: 37px;
}

.why-choose-them .icons-content img {
	border-radius: 50%;
}

.bgimage-row {
	display: flex;
}

.bgimage-wrapper {
/*	background-image: url('https://placehold.co/1200x760');*/
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70%;
}

.form-wrapper {
	padding: 80px 25px;
	background-color: #0a2540;
	color: #fff;
}

.form-wrapper .form-heading-title h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.form-wrapper .form-heading-title .separator {
	display: flex;
	direction: ltr;
	align-items: center;
	width: 25%;
	margin-bottom: 40px;
}

.form-wrapper .form-heading-title .separator:before,
.form-wrapper .form-heading-title .separator:after {
	border-block-start: 1px solid #fff;
	content: "";
	display: block;
	flex-grow: 1;
}

.form-wrapper .form-heading-title .separator i {
	font-size: 18px;
	margin: 0 10px;
	color: #fff;
}

.form-contact label {
	width: 100%;
}

.form-contact input {
	padding: 10px 15px 10px 15px;;	
}

.form-contact input,
.form-contact textarea {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	color: #fff;
	background-color: transparent;
	border-color: #888888;
}

.form-contact input::placeholder,
.form-contact textarea::placeholder {
	color: #fff;
}

.form-contact input.wpcf7-form-control.wpcf7-submit {
	background: #6c1d78 !important;
	color: #fff !important;
	border-color: transparent!important;
}

.form-contact input.wpcf7-form-control.wpcf7-submit:hover {
	background: #906FC3 !important;
	color: #fff !important;
	border-color: transparent!important;
	font-weight: 700!important;
}

.form-contact .wpcf7-spinner {
	display: none;
}

/* Testimonials */
.testimonial-wrapper {
	background-color: #fff;
	padding: 50px 25px 50px 25px;
}

.testimonial-content {
	position: relative;
}

.testimonial-content:before {
	content: "\f10d";
	font-size: 1.5rem;
	position: absolute;
	top: -16px;
	left: 0;
	color: #0a2540;
	line-height: 0;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.testimonial-content p {
	font-size: 20px;
	margin-bottom: 20px;
}

.testimonial-button {
	margin-top: 30px;
}

.testimonial-author h3 {
	color: #0a2540;
}

/* Cremation Packages Page */
.packages-services-sec {
	padding-top: 25px;
	padding-bottom: 25px;
}

.packages-services-sec .card-header h4 {
	color: #64686d;
}

.packages-services-sec .card-body p.features {
	margin-top: 1rem;
	margin-bottom: 0;
}

.packages-services-sec ul {
	text-align: left;
}

.packages-services-sec ul li {
	margin-bottom: 5px;
}

.packages-services-sec ul li .included {
	display: block;
}

.packages-services-sec ul li .included::before {
	position: relative;
	height: 15px;
	width: 16px;
	background-image: url('https://cutpricefunerals.mystagingwebsite.com/wp-content/uploads/2025/06/selection-arw-purple.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	content: "";
	vertical-align: middle;
	margin-right: 5px;
}

.compare-plans {
	padding-top: 25px;
	padding-bottom: 25px;
}

.compare-plans .table-wrapper {
	margin-top: 25px;
}

.compare-plans .table-responsive td {
	text-align: center;
}

.compare-plans .table-responsive [data-toggle=toggle] {
	display: none;
}

.compare-plans .table-responsive tbody.hide {
	display: none;
}

.compare-plans .table-responsive .labels tr th label {
	position: relative;
	display: block;
	cursor: pointer;
}

.compare-plans .table-responsive .labels tr th label:after {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	content: "\f078";
	display: none;
}

.compare-plans .table-responsive .labels.active tr th label:after {
	content: "\f077";
}

/*.mobile-additional-price {
	display: none;
}*/

/* Contact Us Page */
.contact-us .our-location {
	padding-top: 0;
}

.contact-heading {
	margin-bottom: 20px;
}

.contact-form label {
	width: 100%;
}

.contact-form input[type="text"],
.contact-form textarea {
	width: 100%;
}

.contact-info-list {
	padding-top: 20px;
}

.contact-info-list h4 {
	color: #414247;
}

.contact-info-list ul {
	padding-left: 0;
}

.contact-info-list ul li {
	display: flex;
}

.contact-info-list .icons-box-wrapper {
	margin-left: 20px;
}

.contact-info-list .icon-img {
	padding: .5em;
	border-radius: 50%;
	background-color: #126169;
	width: 40px;
	height: 40px;
	align-content: center;
}

.contact-info-list .icon-img i {
	color: #fff;
}

.contact-information {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact-information .contact-form label {
	margin-bottom: 5px;
	font-weight: 700;
	color: #64686d;
}

.contact-information a {
	color: inherit;
	text-decoration: none;
}

.contact-information a:hover {
	color: #0a2540;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
	padding: 12px 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	background-color: #6c1d78;
}

.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #906FC3;
}

/* Subpage Banner */
.subpages-banner {
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*box-shadow: inset 0 0 0 2000px rgba(0, 136, 204, 0.3);*/
}

.subpages-banner h2 {
	font-size: 50px;
	color: #fff;
}

/*.page-template-about-us .subpages-banner {
	background-image: url('https://placehold.co/1920x260');
}*/

/* Service Page */
.desc-images-icon.services-page .heading-title .h5 {
	font-size: 20px;
}

.services-page h2 {
	font-size: 50px;
	color: #0a2540;
}

.services-page .services-wrapper {
	background-color: #ffffff;
	/*margin-bottom: 20px;*/
}

.services-page .service-cols {
	margin-bottom: 20px;
}

.services-page .service-col-img {
	padding-bottom: 20px;
	width: 100%;
	height: 415px;
}

.services-page .service-col-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-page .service-col-text {
	padding: 0px 20px 30px 20px;
}

.services-page .service-col-text h3 {
	font-size: 20px;
	color: #000;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.services-page .service-col-text p {
	font-size: 16px;
	color: #777777;
	margin-bottom: 16px;
	line-height: 26px;
}

.subpages-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* footer */
.footer-menu-heading {
	font-family: "Poppins", serif;
	font-size: 25px;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
	color: #fff;
}

.footer-menu-heading:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 1px;
	background-color: #ffffff !important;
}

/* Read More */
.read-more-content {
    display: none;
    margin-top: 1em;
  }

.read-more-button {
	cursor: pointer;
	font-weight: bold;
}

.read-more-button:hover {
	color: #0a2540;
}

.three-columns .read-more-button:hover {
	color: #6c1d78;
}

.three-columns .col-cremation:hover .read-more-button {
	color: #fff;
}

.three-columns .col-cremation:hover .read-more-button:hover {
	text-decoration: underline;
}

/* Faqs Section */
.faqs-content {
	margin-bottom: 10px;
}

.accordion {
	width: 100%;
	background-color: transparent;
	color: #0a2540;
	text-align: left;
	font-size: 16px;
	border: 1px solid #0a2540;
}

.accordion:hover,
.accordion:focus,
.accordion:focus-within {
	background-color: transparent;
	color: #0a2540;
	border: 1px solid #0a2540;
}

.accordion:hover {
	text-decoration: underline;
}

.accordion:after,
.accordion.active:after {
	font-family: "Font Awesome 5 Pro";
	float: right;
	color: #126169;
	font-weight: bold;
}

.accordion:after {
	content: "\f067";
}

.accordion.active:after {
	content: "\f068";
}

.panel {
  max-height: 0;              
  overflow: hidden;           
  transition: max-height 0.4s ease; 
  padding: 0 30px;            
}

.panel.show {
  max-height: 600px;          
  padding: 15px 30px;         
}
/* Faqs Section */

/* footer */
.footer-top {
	padding: 80px 0 15px 0;
	font-family: Montserrat;
	font-weight: 400;
	color: #fff;
	position: relative;
}
.footer-top .footer-image {
	margin-bottom: 1.5em;
}

.footer-top .menu {
	padding-left: 0;
}

.footer-top .menu li {
	margin-bottom: 10px;
}

.footer-top .menu li a {
	color: #fff;
	line-height: 2.2;
/*	width: 100%;*/
	display: inline-block;
	text-decoration: none;
}

.footer-top .menu li a:hover {
	color: yellow;
}

.footer-top .menu li a:before {
	content: "\f105";
	padding-right: 5px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom .footer-bottom-desc {
	padding: 15px 0;
}

.footer-bottom .footer-copyright {
	padding-top: 15px;
	padding-bottom: 10px;
}

.footer-bottom .footer-copyright a {
	color: #fff;
	text-decoration: none;
}

.footer-bottom .footer-copyright a:hover {
	color: yellow;
}

#accessibility-button {
	display: none!important;
}