/*
 Theme Name: BS5 Hybrid5 Child - The Waste Group
 Author:	HWB Design
 Template:	hwbdbs5
 Version:	0.1.0
*/



/* Colours 
Primary (Orange))	: #FF7530   rgba(255,117,48,1.0)
Secondary (Green)	: #81c7b6
Tertiary (Yellow)	: #eee564
Grey				: #f5f5f5
Dark				: #30373f
TEXT				: #30373F
LINK				: #b87333

*/


/* Custom FONT USE */

@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/CircularStd-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/CircularStd-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "CircularStd";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/CircularStd-BookItalic.ttf") format("truetype");
}
@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/CircularStd-Book.ttf") format("truetype");
}

body { font-family: "CircularStd", sans-serif; }

	
/* END of Custom FONT USE */




/* modern typeface improvements (optional) */
body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}



/* =============== BASE HB5 THEME Styling ================= */



/*------ Using ANCHORS? ------- */

/* uses 'native' modern browser scrolling */
html {scroll-behavior: smooth;}

body {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #30373F;
}

p { color:#30373F; margin-bottom: 1rem; }
a { color: #b87333; text-decoration:none;}
a:hover { color: #30373f;}


.small, small {font-size: 75%;}



h1, .h1 { font-size: 5rem; color:#30373F; font-weight: 500; text-transform: uppercase; line-height:1.1; margin-bottom:15px; }
h2, .h2 { font-size: 4rem; color:#30373F; font-weight: 500;text-transform: uppercase; line-height:1.1; margin-bottom:15px; }
h3, .h3 { font-size: 3.3rem; color:#30373F; font-weight: 500;text-transform: uppercase; line-height:1.1; margin-bottom:15px; }
h4, .h4 { font-size: 2.8rem; color:#30373F; line-height:1.2; margin-bottom:15px;}
h5, .h5 { font-size: 2.3rem; color:#30373F; line-height:1.2; margin-bottom:15px;}
h6, .h6 { font-size: 2rem; font-weight: 600; margin-bottom:15px; }


			@media (max-width: 767px) {
			h1, .h1 { font-size: 4rem;}
			h2, .h2 { font-size: 3.2rem;}
			h3, .h3 { font-size: 2.6rem;}
			}


/* Buttons */
.btn-primary {
    background-color: #FF7530;
    border-color: #FF7530;
}


/* BACK TO TOP  */
.cd-top {
	background-color: rgba(0,128,128,0.30);
}


/* Post Navigation */
.page-link { color: #FF7530; border:none; border-radius:0.25rem;}

.page-item.active .page-link {
    background-color: #FF7530;
    /*border-color: #FF7530;*/
}

.page-link:hover {color:#30373f;}


/* =================== HB5 STYLES ======================== */


		/* Theme uses 'g-5' - BUT remove the 'y' co-ordinate at 'mobile' */
			@media (max-width: 767px) {
			  .g-5, .gy-5 {--bs-gutter-y: 0px;}
			}


				.container-fluid {
					padding-right: 0px;
					padding-left: 0px;
				}


/* HB5 UN-ORDERED LISTS */

.section .content-area ul {list-style-type:none; margin-bottom:1.6rem;}
.section .content-area ul>li {
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.section .content-area ul>li:before {
	content: "";
	width: 8px;
	height: 8px;
	min-width: 8px;
	border-radius: 50%;
	margin-right: 15px;
	font-weight: 700;
	position: absolute;
	right: 100%;
	top: 9px;
	background-color: #FF7530
}




	/* HB5 Custom Column WIDTH!!! */

	@media only screen and (min-width: 992px) {
			.col-lg-custom-5 {
				-webkit-box-flex:0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 20%
			}
	   }


	/* HB5 IMAGES (rounded corner) */

	.image-rounded-corner {
    border-radius: 15px !important;
    overflow: hidden;
	border: 1px solid #f4f4f4;}


    /* HB5 BASE BUTTONS */

    a.btn, .btn {
	font-size: 15px;
	padding: 16px 20px;
	background-color: #FF7530;
	color: #ffffff;
	font-weight: 700;
	border: 2px solid #000000;
	border-radius: 10px;
	margin:0;
	text-transform: uppercase;
    }


    a.btn:hover, .btn:hover { background-color:#b87333; color:#ffffff;}

    a.btn.primary, .btn.primary {background-color:#FF7530; color:#ffffff; border: 2px solid #FF7530;}
	a.btn.secondary {background-color:#81c7b6; color:#ffffff; border: 2px solid #81c7b6;}
    a.btn.grey {background-color:#dddddd; color:#000000; border: 2px solid #dddddd;}
    a.btn.white {background-color:#ffffff; color:#000000; border: 2px solid #acabac;}
	a.btn.dark {background-color:#30373F; color:#ffffff; border: 2px solid #30373F;}
    a.btn.outline {background-color:transparent; color:#000000; border: 2px solid #000000;}

	a.btn.primary:hover{background-color:#000000; border: 2px solid #000000;}
    a.btn.secondary:hover,
	a.btn.grey:hover,
    a.btn.white:hover,
	a.btn.dark:hover,
	a.btn.outline:hover {background-color:#FF7530; color:#ffffff; border: 2px solid #FF7530;}

		a.btn.small {
		font-size: 13px;
		padding: 10px 16px;
		border-radius: 8px;
		}


	/* Buttons on Dark (dark)
	   AND on darker custom colours (i.e. usedark) */

	.section.dark a.btn.grey,
	.section.usedark a.btn.grey { color:#30373F;}

	.section.dark a.btn.white,
	.section.usedark a.btn.white {color:#30373F; border: 2px solid #30373F;}

	.section.dark a.btn.dark,
	.section.usedark a.btn.dark {border: 2px solid #ffffff;}

	.section.dark a.btn.outline,
	.section.usedark a.btn.outline {border: 2px solid #ffffff;}

	.section.dark a.btn.primary:hover,
	.section.usedark a.btn.primary:hover {background-color:#ffffff; color:#30373F; border: 2px solid #ffffff;}

	.section.dark a.btn.grey:hover,
	.section.usedark a.btn.grey:hover { color:#ffffff;}

	.section.dark a.btn.white:hover,
	.section.usedark a.btn.white:hover {color:#ffffff; border: 2px solid #FF7530;}




	/* HB5 SPECIAL BUTTONS */

			.btn.phone {
			  -webkit-appearance: none;
				 -moz-appearance: none;
					  appearance: none;
			  position: relative;
			  display: -webkit-inline-box;
			  display: -ms-inline-flexbox;
			  display: inline-flex;
			  -webkit-box-sizing: border-box;
					  box-sizing: border-box;
			  -webkit-box-align: center;
				  -ms-flex-align: center;
					  align-items: center;
			  -webkit-box-pack: center;
				  -ms-flex-pack: center;
					  justify-content: center;
			  white-space: nowrap;
			  height: -webkit-max-content;
			  height: -moz-max-content;
			  height: max-content;
			  font-size: 15px;
			  font-weight: 700;
			  line-height: 1.35em;
			  text-transform: uppercase;
			  text-align: center;
			  justify-content: center;
			  height: 58px;
			  padding: 14px 15px;
			  padding-right: 25px;
			  border: 2px solid #FFF;
			  background-color: #FFF;
			  border-radius: 29px;
			  color: #30373F;
			}


    a.btn.phone.white {background-color:#ffffff; color:#000000; border: 2px solid #ffffff;}
    a.btn.phone.dark {background-color:#30373F; color:#ffffff;  border: 2px solid #ffffff;}
    a.btn.phone.green {background-color:#ffffff; color:#81C7B6; border: 2px solid #ffffff;}
    a.btn.phone.whatsapp {background-color:#25D266; color:#ffffff; }
    a.btn.phone.primary {font-size: 19px; background-color:#FF7530; color:#ffffff; border: 2px solid #FF7530;}

	a.btn.phone::before {
		content: "";
		display: inline-block;
		width: 25px;
		height: 25px;
		margin-right: 15px;
		border-radius: 50%;
		background-size: 45%;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #30373F;
		background-image: url(images/icon-phone.svg);
	}

	a.btn.phone.white::before {background-color: #30373F; background-image: url(images/icon-phone.svg); }
	a.btn.phone.dark::before {background-color: #ffffff; background-image: url(images/icon-phone-dark.svg); }
	a.btn.phone.green::before {background-color: #81C7B6; background-image: url(images/icon-phone.svg); }
    a.btn.phone.primary::before {background-color: #ffffff; background-image: url(images/icon-phone-dark.svg);}


	a.btn.phone.whatsapp::before {
		background-color: transparent;
		background-image: url(images/icon-whatsapp.svg);
		background-size: contain;
		border-radius: 0;
	}

    .section.usedark a.btn.phone.primary:hover,
	a.btn.phone.primary:hover {background-color: #30373F; color:#ffffff;}


	a.btn.phone.white:hover,
	a.btn.phone.dark:hover,
    a.btn.phone.green:hover,
	a.btn.phone.whatsapp:hover {background-color:#FF7530; color:#ffffff; border: 2px solid #FF7530;}




/* Download Button */

	.btn.download {
	  position: relative;
	  color:#ffffff;
	  padding-right: 70px;
	  border: 2px solid #FF7530;
	  -webkit-box-pack: start;
		  -ms-flex-pack: start;
			  justify-content: flex-start;
	}
	.btn.download::after {
	  content: "";
	  display: inline-block;
	  width: 26px;
	  height: 22px;
	  background-image: url(images/icon-cloud.svg);
	  background-repeat: no-repeat;
	  background-size: contain;
	  position: absolute;
	  right: 20px;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	}

	.btn.download:hover { color:#ffffff; background-color:#000000; border: 2px solid #000000; }

	.btn.download.small {padding: 10px 45px 10px 10px;}
	.btn.download::after {right: 10px; }

	/* Buttons on Dark (dark)
	   AND on darker custom colours (i.e. usedark) */

	.section.dark a.btn.download:hover,
	.section.usedark a.btn.download:hover {  background-color:#000000; border: 2px solid #000000;}




/* SECTION - Buttons */

    .section-buttons {
			display: flex;
			flex-wrap: wrap;
		    padding-top:10px;
			gap: 12px;
			}


/* SECTION LINKs - Buttons */

 .section-link-buttons {display:block; padding-top:10px;}
 .section-link-buttons a.btn { width:100%; font-size:14px; padding: 16px 6px; letter-spacing: -0.03rem;}











	/* HB5 BLOCKQUOTE */

	blockquote {
		font-style: italic;
		border-left: 5px solid #ccc;
		background: transparent;
	}

	.blockquote-footer {color: #30373F;}








/* xxxxxxxxxxxxxxxxxx HB5 SECTIONS xxxxxxxxxxxxxxxxxxx  */



	/* SECTION - Base Styles */
	.section {
		position: relative; 
		overflow: hidden;    /* Prevents video from spilling out if it scales */
		min-height: 50px;
		width: 100%;
	}
	.section .content-area {position: relative; z-index:100;}
	.section .image-area {position: relative; z-index:100;}
	.section .post-cols-area {position: relative;}
	.section .content-area ul { margin-left: 10px;}
	.section .content-area ol { margin-left: 24px;}


    .section.spacer {min-height:5px;}


	/* SECTION - Theme background colours */
	.section.white {background-color:#ffffff;}
	.section.dark {background-color:#30373F;}
	.section.grey {background-color:#f4f4f4;}


	/* SECTION - theme blockquotes */
	.section.grey blockquote {background-color: rgba(255,255,255,0.50);}
	.section.dark blockquote {background-color: rgba(255,255,255,0.30);}
	.section.usedark .blockquote-footer,
	.section.dark .blockquote-footer {color: #ffffff;}


	/* SECTION - Theme 'dark' text colours */
	.section.dark,
	.section.dark p,
	.section.dark h1,
	.section.dark h2,
	.section.dark h3,
	.section.dark h4,
	.section.dark h5,
	.section.dark h6,
	.section.dark li,
	.section.dark a {color:#ffffff;}
	.section.dark .content-area ul>li:before {background-color: #ffffff}


	/* SECTION -  adaption 'customcolour' text colours (if colour is too dark) */
	.section.usedark,
	.section.usedark p,
	.section.usedark h1,
	.section.usedark h2,
	.section.usedark h3,
	.section.usedark h4,
	.section.usedark h5,
	.section.usedark h6,
	.section.usedark li,
	.section.usedark a {color:#ffffff;}
	.section.usedark .content-area ul>li:before {background-color: #ffffff}



	/* SECTION - Background image */
	.section.usedark.bg-img,
		.section.bg-img {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}



	/* SECTION - Video background */
	.fullscreen-video-wrap {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	}

	.fullscreen-video-wrap video {
		width: 100%;
		height: 100%;
		object-fit: cover; /* This handles the centering and scaling automatically */
		position: absolute;
		top: 0;
		left: 0;
	}

	/* Overlay */
	.header-overlay {
	  height: 100%;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: rgba(0, 0, 0, 0.3);
	  z-index: 1;
	}

	.no-overlay .header-overlay {display:none;}




	/* SECTION - SPLIT (image)*/
		@media (max-width: 767px) {
			.split-section-img img {margin-bottom:20px;}
		}




	/* SECTION - FAQs (accordian) */


	/* Single 'item' */
	.accordion-item {background-color: transparent; border: none;}

	/* Question */
	.accordion-button {font-size: 1.8rem; font-weight:bold; margin-bottom:5px;}
	.accordion-button:not(.collapsed) {
		color: #2f2c30;
		background-color: #EAEAEA;
		border:1px solid #2f2c30;
	    }
	details[open] .accordion-button {margin-bottom:0px;}


	/* Question ICON '+' */
	.accordion-button:not(.collapsed)::after {background-image: none;}
	.accordion-button::after {
		margin-left: auto;
		content: "+";
		font-size: 2rem;
		font-weight: bold;
		line-height: 0.5;
		transition: transform 0.2s ease-in-out;
		color:#2f2c30;
	}

	/* SWITCH ICON */
	details[open] .accordion-button::after { content: "-"; font-size: 2.2rem; }




    /* Answer */
	.accordion-body {
		background-color: #ffffff;
		margin-bottom: 10px;
		padding: 20px 20px 5px 20px;
		border: 1px solid #cccccc;
	}

	/* SUMMARY */
	summary::-webkit-details-marker {display: none;}
	summary {list-style: none;cursor: pointer;}



	/* COLOUR ADAPTIONS */

	/* Question (custom colour in use) */
	.faqs-wrap.custom .accordion-button {border:none;}

	/* Question (custom styling white) */
	.accordion-button.white {color:#ffffff; border:none;}
	.accordion-button.white::after {color:#ffffff;}

	/* Question (dark) */
	.section.usedark .faqs-wrap.default .accordion-button {color:#2f2c30;}

	/* Answer (custom styling white) */
	.accordion-body.white {border: none;}
	.accordion-body.white p,
	.accordion-body.white h1,
	.accordion-body.white h2,
	.accordion-body.white h3,
	.accordion-body.white h4,
	.accordion-body.white h5,
	.accordion-body.white h6,
	.accordion-body.white li {color:#ffffff;}

	/* Answer (dark) */
	.section.dark .faqs-wrap.default .accordion-body,
	.section.dark .faqs-wrap.default .accordion-body p,
	.section.dark .faqs-wrap.default .accordion-body h1,
	.section.dark .faqs-wrap.default .accordion-body h2,
	.section.dark .faqs-wrap.default .accordion-body h3,
	.section.dark .faqs-wrap.default .accordion-body h4,
	.section.dark .faqs-wrap.default .accordion-body h5,
	.section.dark .faqs-wrap.default .accordion-body h6,
	.section.dark .faqs-wrap.default .accordion-body li {color:#2f2c30;}

	/* Answer (custom dark) */
	.section.usedark .faqs-wrap.default .accordion-body,
	.section.usedark .faqs-wrap.default .accordion-body p,
	.section.usedark .faqs-wrap.default .accordion-body h1,
	.section.usedark .faqs-wrap.default .accordion-body h2,
	.section.usedark .faqs-wrap.default .accordion-body h3,
	.section.usedark .faqs-wrap.default .accordion-body h4,
	.section.usedark .faqs-wrap.default .accordion-body h5,
	.section.usedark .faqs-wrap.default .accordion-body h6,
	.section.usedark .faqs-wrap.default .accordion-body li {color:#2f2c30;}

	.section.usedark .faqs-wrap.default .accordion-body ul>li:before,
	.faqs-wrap.custom .accordion-body.white ul>li:before {background-color: #ffffff}





	/* SECTION - Posts-Carousel */

		.hb5-carousel-slider .swiper-wrapper {display: flex;overflow: visible;}

		.hb5-carousel-slider .swiper-slide {display: flex; height: auto;}

		/* Outer container with "gutters" for the arrows */
		.hb5-carousel-slider-wrapper {
			position: relative;
			padding: 0 60px;
			max-width: 100%;
			margin: 0 auto;
		}




			@media (max-width: 767px) {

				/* Outer */
				.hb5-carousel-slider.swiper {
					overflow: hidden !important; /* This clips the "extra" slides from the screen */
					width: 100%;
					margin: 0 auto;
				}

				/* Inner (visible for Swiper to work) */
				.hb5-carousel-slider .swiper-wrapper {
					overflow: visible !important; 
					display: flex;
				}

				/* Slide is exactly width of container */
				.hb5-carousel-slider .swiper-slide {
					width: 100% !important;
					box-sizing: border-box;
					padding: 0 5px; /* Tiny bit of breathing room */
				}
			}

	
		.posts-carousel-panel {
			width: 100%; 
			display: flex;
			flex-direction: column;
			border:1px solid #30373F; 
			margin: 0;
			background: #fff;
			height: 100%;
		}
				@media (max-width: 767px) {
					.section.posts-carousel article {margin-bottom: 0px;}
				}





		/* Navigation */

		/* padding for buttons */
		.hb5-carousel-slider.swiper {
			overflow: hidden !important; 
			position: static;
		}

		.hb5-carousel-slider-wrapper .swiper-button-prev {
			left: 0;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}

		.hb5-carousel-slider-wrapper .swiper-button-next {
			right: 0;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}

		.hb5-carousel-slider-wrapper .swiper-pagination {
			position: relative; 
			bottom: 0 !important; 
			margin-top: 30px;
			display: block;
		}

		.hb5-carousel-slider-wrapper .swiper-button-prev,
		.hb5-carousel-slider-wrapper .swiper-button-next {
			width: 30px;
			height: 30px;
			color: #30373F;
		}

		.hb5-carousel-slider-wrapper .swiper-pagination-bullet-active {background: #30373F;}

		.hb5-carousel-slider-wrapper .swiper-button-prev:after,
		.hb5-carousel-slider-wrapper .swiper-button-next:after {
			font-size: 24px;
			font-weight: bold;
		}


		/* Navigation DARK */
		.section.dark .hb5-carousel-slider-wrapper .swiper-pagination-bullet-active {background: #ffffff;}
		.section.dark .hb5-carousel-slider-wrapper .swiper-pagination-bullet { background-color: #EEEEEE;}
		.section.dark .hb5-carousel-slider-wrapper .swiper-button-next,
		.section.dark .hb5-carousel-slider-wrapper .swiper-button-prev { color: #ffffff;}


		/* Navigation Custom Colour - using dark */
		.section.usedark .hb5-carousel-slider-wrapper .swiper-pagination-bullet-active {background: #ffffff;}
		.section.usedark .hb5-carousel-slider-wrapper .swiper-pagination-bullet { background-color: #EEEEEE;}
		.section.usedark .hb5-carousel-slider-wrapper .swiper-button-next,
		.section.usedark .hb5-carousel-slider-wrapper .swiper-button-prev { color: #ffffff;}






	/* SECTION - Testimonial */

		p.t-name,
		p.t-position {margin-bottom:5px; font-size:80%; line-height:1.3;}

		.testimonial-panel {
			width: 100%; 
			display: flex;
			flex-direction: column;
			/* justify-content: center; /* Optional: centers content vertically */
			border:1px solid #30373F; 
			padding:20px; 
			border-radius:10px;
			margin: 0;
			background: #fff;
			height: 100%;
		}


		/* using theme (dark) */
		.section.dark .testimonial-panel {
			border:1px solid #ffffff; 
			background-color:#30373F
		}

		.section.dark .testimonial-panel h1,
		.section.dark .testimonial-panel h2,
		.section.dark .testimonial-panel h3,
		.section.dark .testimonial-panel h4,
		.section.dark .testimonial-panel h5,
		.section.dark .testimonial-panel h6,
		.section.dark .testimonial-panel p,
		.section.dark .testimonial-panel li,
		.section.dark .testimonial-panel a {color:#ffffff;}


		/* using theme (custom styling ) */

		/* Answer (custom styling white) */
		.section.usedark .testimonial-panel {
			border:1px solid #ffffff; 
			background-color:transparent;
		}






	/* SECTION - Multi-Column (image) */

    .mc-col-panel {display:flex; flex-direction: column;}
	.mc-col-image {padding-bottom:20px;}
    .mc-col-btn .btn {margin-left:0px;}





	/* SECTION - Posts-Grid */

    .posts-link {align-content: flex-end;}
	.button-area {display: flex; justify-content: flex-end;}

				@media (max-width: 767px) {
					.button-area .btn {margin-left:0px;}
				}

    .posts-grid .post-thumb-panel,
	.posts-carousel .post-thumb-panel {height:100%; display:flex; flex-direction: column; }
	.post-thumbnail img.wp-post-image {margin-bottom: 0px; }
    .post-caption {padding:15px;}
	.post-caption h4 a {text-decoration:none;}
    .post-caption p {margin-bottom:0px;}
	.post-read-btn {margin-top: auto;}

	.post-read-btn a.btn {
		font-size: 13px;
		padding: 12px 16px;
		background-color: transparent;
		color: #000000;
		font-weight: 700;
		border: 2px solid #000000;
		border-radius: 6px;
		margin: 10px;
		text-transform: uppercase;
		}

	.post-read-btn a.btn:hover {
			background-color:#FF7530;
			color:#ffffff;
		}

	.section.dark .post-read-btn a.btn,
	.section.usedark .post-read-btn a.btn {
		color: #ffffff;
		border: 2px solid #ffffff;
	}





/* 'Single' - post navigation */

.hwbd-post-navigation {
	width:100%;
	float:none; /* adapted/edit for TWG */
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px; 
	border-top: 1px solid #C4C4C4;
	padding-bottom:20px; 
	border-bottom: 1px solid #C4C4C4;
}

	.post-nav-prev span { display:block; padding-bottom:7px; text-align:left; }
	.post-nav-next span { display:block; padding-bottom:7px; text-align:right; }
						
	.post-nav-prev { max-width:300px; float:left;}
	.post-nav-next { max-width:300px; float:right;}

	.post-nav-prev a { text-decoration:none;}
	.post-nav-next a { text-decoration:none;}
						
	.post-nav-prev p { padding-top:7px; width:100%; word-wrap: break-word; line-height:1.3;}
	.post-nav-next p { padding-top:7px; text-align:right; width:100%; word-wrap: break-word; line-height:1.3; }
						
	@media (max-width: 480px) {
		.post-nav-prev, .post-nav-next  { max-width:120px; }
		.post-nav-prev span, .post-nav-next span, .post-nav-prev p, .post-nav-next p { font-size:85%; }
     }





/* SECTION - MAP */

.map-area {width:100%;}
.map-area iframe {
  width: 100%;
  height: 100%;
  outline: none;
}




/* SECTION - GRAPHICS */

.graphic-image.text-center {margin-left:auto; margin-right:auto;}

.graphic-image {
	margin-bottom: 15px;
    background-color: rgba(000, 000, 000, .06);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }

.graphic-image img {
	width: 55%;
    height: 55%;
    -o-object-fit: contain;
    object-fit: contain;
}

.infographic.sm .graphic-image {
    height: 60px;
    width: 60px;
    }

.infographic.lg .graphic-image,
.infographic.exlg .graphic-image {
    height: 120px;
    width: 120px;
    }

.infographic.exlg .graphic-image img {
	width: 95%;
    height: 95%;
    }


.graphic-image.white {background-color: #ffffff;}
.graphic-image.grey {background-color: #f4f4f4;}
.graphic-image.styled {background-color: rgba(0,0,0,0.20);}






/* Graphic Linking Line */

.infographic {position: relative;  padding-top: 0px !important;}

.infographic.linkgraphics:last-of-type::before {content: none;}

			@media only screen and (max-width: 992px) {
			  .infographic.linkgraphics {
				-webkit-box-flex: 0 !important;
					-ms-flex: 0 0 auto !important;
						flex: 0 0 auto !important;
				width: 50% !important;
			  }
			  .infographic.linkgraphics:nth-child(2n):before {content: none;}
			}

			@media only screen and (max-width: 576px) {
			  .infographic.linkgraphics {
				-webkit-box-flex: 0 !important;
					-ms-flex: 0 0 auto !important;
						flex: 0 0 auto !important;
				width: 100% !important;
			  }
			  .infographic.linkgraphics:before {content: none!important;}
			}


.infographic.linkgraphics:before {
    content: " ";
    position: absolute;
}

.infographic.linkgraphics:before {
    height: 6px;
    border-left: none;
    width: calc(100% - 90px);
    top: 26px;
    left: calc(50% + 45px);
}

.infographic.lg.linkgraphics:before {
	width: calc(100% - 140px);
    top: 88px;
    left: calc(50% + 70px);
}



/* Change these colours to the client theme ... */
.linkgraphics:before {background: #30373f;}
.linkgraphics.primary:before {background: #FF7530;}
.linkgraphics.secondary:before {background: #81c7b6;}
.linkgraphics.tertiary:before {background: #eee564;}
.linkgraphics.white:before {background: #ffffff;}
.linkgraphics.grey:before {background: #acabac;}
.linkgraphics.dark:before {background: #30373f;}


/* Graphic Block Background */
.infographic-inner { height:100%; padding:0px; background-color:transparent;}
.infographic-inner.block_white {padding:15px; background-color:#ffffff;}
.infographic-inner.block_grey {padding:15px; background-color: rgba(0,0,0,0.20);}
.infographic-inner.block_dark {padding:15px; background-color:#2f2c30;}

/* IF DARK background */
.infographic-inner.block_dark .graphic-caption h1,
.infographic-inner.block_dark .graphic-caption h2,
.infographic-inner.block_dark .graphic-caption h3,
.infographic-inner.block_dark .graphic-caption h4,
.infographic-inner.block_dark .graphic-caption h5,
.infographic-inner.block_dark .graphic-caption h6,
.infographic-inner.block_dark .graphic-caption p,
.infographic-inner.block_dark .graphic-caption li {color:#ffffff;}


	/* Buttons on Dark (dark)
	   AND on darker custom colours (i.e. usedark) */

	.infographic-inner.block_dark a.btn.grey { color:#2f2c30;}
	.infographic-inner.block_dark a.btn.white {color:#2f2c30; border: 2px solid #2f2c30;}
	.infographic-inner.block_dark a.btn.dark {border: 2px solid #ffffff;}
	.infographic-inner.block_dark a.btn.outline {color:#ffffff; border: 2px solid #ffffff;}
	.infographic-inner.block_dark a.btn.primary:hover {background-color:#ffffff; color:#2f2c30; border: 2px solid #ffffff;}
	.infographic-inner.block_dark a.btn.grey:hover { color:#ffffff;}
	.infographic-inner.block_dark a.btn.white:hover {color:#ffffff; border: 2px solid #008080;}
























/* ================================ ADAPTED CLIENT BASE STYLES ================================ */



/* If using Anchors? ... */
/* adjust to wrapper / header height */
section[id] {scroll-margin-top: 130px;}


/* ========== Adapted Wrappers (where page starts) ========== */

body.sticky .full-width-page-wrapper, 
body.sticky .static-hero-wrapper, 
body.sticky .index-wrapper, 
body.sticky .author-wrapper, 
body.sticky .error-404-wrapper, 
body.sticky .archive-wrapper, 
body.sticky .search-wrapper, 
body.sticky .single-wrapper, 
body.sticky .woocommerce-wrapper {
    margin-top: 170px;
}

/* Default PAGE  */
body.sticky .page-wrapper {margin-top: 170px;}



	@media (max-width: 767px) {
			body.sticky .full-width-page-wrapper, 
			body.sticky .static-hero-wrapper, 
			body.sticky .index-wrapper, 
			body.sticky .author-wrapper, 
			body.sticky .error-404-wrapper, 
			body.sticky .archive-wrapper, 
			body.sticky .search-wrapper, 
			body.sticky .single-wrapper, 
			body.sticky .woocommerce-wrapper { margin-top: 140px; }
			body.sticky .page-wrapper {margin-top: 140px;}
		 }



/* Other wrapper adaptions */
.wrapper-topbar {background-color: #81c7b6; padding-top:4px;}
.wrapper-navbar {padding: 20px 0px; background-color: rgba(255,255,255,1);}
.footer-full-wrapper {margin-top: 0px;}



 /* CATEGORY - GRID STYLE (HWBD style) */

	.archive-header {padding-top:40px;}

	.hwbd-blog-panel { 
		border: 1px solid #DEDEDE; 
		border-radius: 3px;
		display:flex; flex-direction: column;
		height: 100%; 	
	}
	.hwbd-blog-panel img.wp-post-image {margin-bottom: 0px;}

	.hwbd-blog-panel-text {padding:5px 12px 12px 12px; display:flex; flex-direction: column; height:100%;}
	.hwbd-blog-panel-text h2 {font-size: 1.8rem; line-height: 1.1; margin-bottom: 8px;}
	.hwbd-blog-panel-text h2 a {text-decoration:none;}
	.hwbd-blog-panel-text h2 a:hover {text-decoration:none;}
	.hwbd-blog-panel-text p {font-size: 1.35rem; line-height: 1.3;}

    .blog-panel-readmore {margin-top: auto;}



/* FORMS - general styling improvements for Ninja Forms - REMOVED */


/* CUSTOM CONTAINER - if needed/  */


/* / CUSTOM CONTAINER  */





/* ========================== CLIENT (TWG) - Specific Styles ========================== */



/* Main site logo */
.custom-logo-block {
	width: 160px;
    height: 50px;
}

	@media (max-width: 767px) {
		.custom-logo-block {}
	}


/* Top Bar Social Media Icons */


.social-panel-icons {display: none;}

.social-top-block {height: 58px; }

.menu-top-menu { color: #ffffff; font-size: 1.45rem; }
.menu-top-menu li {margin-right:10px;}
.menu-top-menu li a {color: #ffffff;}

.menu-top-menu li a:hover {color: #30373f;}

			@media (max-width: 1199px) {
			.menu-top-menu { font-size: 1.3rem;}
			}


			@media (max-width: 991px) {
			.top-menu {display:none!important;}
			.social-top-block {width: 100%; justify-content: center; }
				.navbar-expand-sm .navbar-collapse {display:none!important;}
			}


			@media (max-width: 575px) {
				button.navbar-topnav-toggler {display: none!important;}
			}




.social-phone-action {
	display:flex; 
	color:#ffffff; 
	font-weight:600; 
	font-size: 16px; 
	flex-wrap: wrap; 
	align-content: center; 
	margin-right:4px;
}

.social-phone-action:before {
	content: "CALL US:";
	text-align:right;
	line-height:1.1;
}

.social-panel-tel {
	background-color:#FF7530;
	padding:0px 10px;
	border-radius:25px;
	border:1px solid #FF7530;
	font-size:22px;
	line-height:1.9;
	font-weight:900;
	height: 50px;
}
.social-panel-tel:before {
		content: "";
		display: inline-block;
		width: 25px;
		height: 25px;
		margin-right: 2px;
		border-radius: 50%;
		background-size: 45%;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #30373F;
		background-image: url(images/icon-phone.svg);
}


.social-panel-whatsapp {
	background-color:#1DD52B;
	padding:0px 10px;
	border-radius:25px;
	border:1px solid #ffffff;
	font-size:15px; 
	line-height:1.9;
	font-weight:900;
	height: 50px;
	text-transform: uppercase;
}

.social-panel-whatsapp:before {
		content: "";
		display: inline-block;
		width: 25px;
		height: 25px;
		margin-right: 2px;
		border-radius: 0;
		background-position: center;
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url(images/icon-whatsapp.svg);
		background-size: contain;
}

.social-panel-whatsapp:hover {background-color:#FF7530;}



			@media (max-width: 767px) {
				.social-top-block {height: 39px; }
				.social-phone-action {font-size: 12px; height: 32px; }
				.social-panel-tel {font-size: 13px}
				.social-panel-whatsapp { font-size: 12px}
				.social-panel-tel,
				.social-panel-whatsapp {height: 32px; border-radius:15px; }
				.social-panel-tel:before,
				.social-panel-whatsapp:before { width: 14px; height: 14px;}
			}


			@media (max-width: 575px) {
				.social-top-block {height: 32px; }
				.social-phone-action {font-size: 11px; height: 28px;  }
				.social-panel-tel {font-size: 13px}
				.social-panel-whatsapp { font-size: 10px}
				.social-panel-tel,
				.social-panel-whatsapp {height: 26px; border-radius:13px; }
				.social-panel-tel:before,
				.social-panel-whatsapp:before { width: 12px; height: 12px;}

			}











/* MAIN MENU NAVIGATION */

.hwbdbsnavbar .navbar-nav .show > .nav-link,
.hwbdbsnavbar .navbar-nav .active > .nav-link,
.hwbdbsnavbar .navbar-nav a.nav-link {color: #30373f;}

/* Active */
.hwbdbsnavbar .navbar-nav .nav-link.show,
.hwbdbsnavbar .navbar-nav .nav-link.active {color: #A1A1A1;}

.hwbdbsnavbar .navbar-nav a.nav-link:focus,
.hwbdbsnavbar .navbar-nav a.nav-link:hover {color: #FF7530;}


/* Highlight */
.hwbdbsnavbar .navbar-nav .nav-highlight a.nav-link {
	background-color: #FF7530;
	color: #ffffff;
	padding: 12px 18px;
	border-radius: 10px;
	margin-top: -2px;
	text-transform: uppercase;
	font-weight:700;
}
.hwbdbsnavbar .navbar-nav .nav-highlight a.nav-link:hover {background-color:#30373f;}

			@media (min-width: 992px) {
			 li.nav-highlight {margin-left:10px;}
			}

.navbar-nav {font-size: 1.6rem; font-weight:400;}

.navbar-toggler.hwbdbs-mob-nav { z-index: 10000;}
.navbar-toggler.hwbdbs-mob-nav {border: 1px solid #30373f;}

.navbar-toggler.hwbdbs-mob-nav .icon-bar { background-color: #30373f;}




/* Dropdowns */
.hwbdbsnavbar .dropdown-menu {
	background-color: #ffffff;
    border: 1px solid #f5f5f5;
}
.dropdown-item {color: #30373F;}


.hwbdbsnavbar .dropdown-item:hover,
.hwbdbsnavbar .dropdown-item:focus {background: #f5f5f5!important; color: #30373f !important;}

.hwbdbsnavbar .dropdown-item.active,
.hwbdbsnavbar .dropdown-item:active {color: #FF7530;}


			@media (min-width: 992px) {
			 .dropdown-menu >li {margin:10px;}
			}







/* Mobile */
#navbarNavoffcanvas.offcanvas {
	background-color: #ffffff;
	padding:30px;
}

.offcanvas-start {
	width: 100%;
	top: 160px;
    right: 0!important;
	border-right: none;

}
.offcanvas .dropdown-menu {background-color: #f5f5f5;}
.offcanvas .dropdown-item:hover,
.offcanvas .dropdown-item:focus {
	background-color: #C3C3C3!important;
}


/* HIDE Modal Backdrop */
.modal-backdrop.fade {opacity: 0;}
.modal-backdrop.show { opacity: 0;}
.modal-backdrop {background-color: none;}


.custom-nav-button {display:none; }

		@media (max-width: 991px) {
		.custom-nav-button {display:block; flex-grow: 1; text-align:right; margin-right:20px;}
		.custom-nav-button a.btn.primary {font-size: 15px; padding: 12px 18px;}
		}

		@media (max-width: 991px) {
		.hwbdbsnavbar .navbar-nav .nav-highlight a.nav-link {display: inline-block; margin: 10px auto 10px auto;}
		}



		/* Hybrid Navigation !!! */

				@media (min-width: 992px) {
				.twg-mobile-nav {display:none;}
				}








/* FOOTER FULL - logo and menus */

.footer-full-wrapper {
    background-color: #30373F;
    padding-top: 50px;
    padding-bottom: 20px;
}


.footer-full-wrapper .footer-content {width:100%;}
.footer-full-wrapper .footer-content p {color:#acabac; font-size:16px; line-height:1.5;}
.footer-full-wrapper h5.footer-title {color:#acabac; font-size:18px; text-transform: uppercase; padding-bottom:6px; }
.footer-full-wrapper .footer-nav {color:#acabac;}
.footer-full-wrapper .footer-nav a {
	text-decoration:none; 
	color:#ffffff; 
	margin-left:-8px;
	display: inline-block;
    padding: 8px;                 
}
.footer-full-wrapper .footer-nav a:hover {color:#ffffff;}
.footer-full-wrapper .footer-nav ul {list-style-type: none; padding-left:0px;}
.footer-full-wrapper .footer-nav li {line-height:1.2; color:#ffffff;}

		@media (max-width: 450px) {
			.footer-full-wrapper h5.footer-title {font-size:18px; }
			.footer-full-wrapper .footer-nav ul {font-size:16px;}
		}


.logo-column-inner {display:flex; flex-wrap: wrap; align-content: space-between; height:100%; }
.logo-column-logo {display:block; width:100%;}


.twg-footer-socials {padding-top:30px; flex-grow: 1; width:100%;}

.twg-footer-socials a.btn {
	background-color: transparent;
	border: 1px solid #acabac;
	margin: 0px 10px 10px 0px;;
}
.twg-footer-socials a.btn:hover {border:1px solid #ffffff;}



.menu-column {
	padding-top:0px;
}


.contact-column-message {color:#ffffff; text-transform: uppercase; font-size:16px; font-weight:900; line-height:1.4; margin-left:12px; padding-bottom:10px;}


.base-wrapper {background-color:#272D33;}

.base-block p {
	font-size: 1.5rem;
	line-height:1.2;
    color: #acabac;
	margin-bottom: 5px;
}





/* hwbdbs5 BASE FOOTER - copyright and base menu */

/*.footer-wrapper {
    background-color: #30373F;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    color: #acabac;
}*/








/* HEADING HIGHLIGHTS */

h1 span.heading-highlight,
h2 span.heading-highlight,
h3 span.heading-highlight,
h4 span.heading-highlight,
h5 span.heading-highlight {color:#FF7530;}

	/* when calling for use dark colour? */
	.section.usedark h1 span.heading-highlight,
	.section.usedark h2 span.heading-highlight {
		color: #AEE0D4;
	}






/* TWG UN-ORDERED LISTS (Tick) */

	.section .content-area.tick-list ul {margin-left:25px;}
	.section .content-area.tick-list li {padding-left: 5px;}
	.section .content-area.tick-list > li {
		position: relative;
		font-weight: 500 !important;
		font-size: 18px;
		list-style-type: none;
		margin-bottom: 10px;
	}

	.section .content-area.tick-list ul>li:before {
	  content: "";
	  display: inline-block;
	  background-color: transparent;
	  border-radius: 0;
	  width: 16px;
	  height: 16px;
	  min-width: 16px;
	  margin-right: 15px;
	  margin-top: 3px;
	  top: 0px;
	  right: 100%;
	  background-image: url(images/check-icon.svg);
	  background-size: 100%;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: absolute;
	}

	.section .content-area.tick-list > li h6{margin-bottom: 7px;}

		@media only screen and (max-width: 768px) {
			.section .content-area.tick-list > li h6 {font-size: 20px;}
		}

	.section .content-area.tick-list.gold ul>li:before {background-image: url(images/check-icon-gold.svg);}
	.section .content-area.tick-list.green ul>li:before {background-image: url(images/check-icon-green.svg);}
	.section .content-area.tick-list.yellow ul>li:before {background-image: url(images/check-icon-yellow.svg);}
	.section .content-area.tick-list.orange ul>li:before {background-image: url(images/check-icon-orange.svg);}





/* TWG ICONS */

ul.twg-icons {list-style-type:none;}

.twg-icon-img {
    height: 60px;
    width: 60px;
	margin-bottom: 15px;
    background: rgba(000, 000, 000, .06);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }


.twg-icon-img.text-center {margin-left:auto; margin-right:auto;}

.section.dark .twg-icon-img,
.section.grey .twg-icon-img {background: #ffffff;}

.twg-icon-img img {
    width: 55%;
    height: 55%;
    -o-object-fit: contain;
    object-fit: contain;
}
.twg-icon-caption {
    font-size: 16px;
    line-height:1.3;
    font-weight:600;
    text-align:left;
    padding-right:10px;
}

.twg-icon-longtext { font-size: 16px; }

.iconline {padding-left:10px; border-left:4px solid #000000}

.twg-icons.secondary .iconline{border-left-color:#81c7b6; }
.twg-icons.tertiary .iconline{border-left-color:#eee564;}
.twg-icons.primary .iconline{border-left-color:#FF7530;}
.twg-icons.grey .iconline{border-left-color:#dddddd;}


		@media (max-width: 991px) {
		.twg-icon-img {height: 45px;width: 45px;}
		.twg-icon-caption {font-size: 14px;}
		.twg-icon-longtext { font-size: 14px; }
		}


       @media (max-width: 600px) {
        .twg-icon-img {margin-left:auto; margin-right:auto;}
        .twg-icon-caption {text-align:center; padding-left:10px; border-left:none;}
        }



/* Graphics Blocks */
.infographic-inner {border-radius: 15px;}








/* ======================== CLIENT (TWG) PAGE - customisations ======================= */




 /* TWG Page + Category MASTHEAD Section */
    .section.category-masthead:before,
	.section.twgmasthead:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(129.2deg, #0A0B0D -17.35%, rgba(94, 104, 115, 0.0001) 74.36%);
	z-index: 1;
	}

	.section.category-masthead .header-overlay,
    .section.twgmasthead .header-overlay {background: rgba(0, 0, 0, 0.0);}

	.section.category-masthead::after,
    .section.twgmasthead::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/bottom-shape.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 0px left;
    z-index: 1;
     }

	/* lists */
	.section.twgmasthead .content-area ul {margin-top:15px;}

	/* heading highlight */
	.section.usedark h1 span.heading-highlight,
	.section.usedark h2 span.heading-highlight {color: #FFAE86;}






/* TWG Page + Category MASTHEAD - general spacing */

.section.category-masthead .content-area,
.section.twgmasthead .content-area {padding-top:140px; padding-bottom:100px;}

				@media (max-width: 991px) {
					.section.category-masthead .content-area,
					.section.twgmasthead .content-area {padding-top:70px; padding-bottom:50px;}
				}

				@media (max-width: 767px) {
					.section.category-masthead .content-area,
					.section.twgmasthead .content-area {padding-top:30px; padding-bottom:10px;}
				}




/* TWG - HOME - page Masthead */
.section.home.twgmasthead .content-area {padding-top:50px; padding-bottom:70px;}


		@media (max-width: 991px) {
			.section.home.twgmasthead .content-area {padding-top:30px; padding-bottom:40px;}
			.section.home.twgmasthead .content-area h1 {font-size: 4rem;}
		}

		@media (max-width: 767px) {
			.section.home.twgmasthead .content-area {padding-top:0px; padding-bottom:20px;}
		}







/* TWG MASTHEAD CTA */

.twg-masthead-cta {
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	background-color:#ffffff; 
	border-radius:20px;
	padding:10px 20px 0px 20px;
	border:1px solid #dddddd;
	max-width:330px;
	margin-left:auto;
}

			@media (max-width: 767px) {
				.twg-masthead-cta {margin:0px auto;}
			 }


.section.home.twgmasthead .twg-masthead-cta {padding-bottom:20px;}


.section.usedark .twg-masthead-cta,
.section.usedark .twg-masthead-cta h4,
.section.usedark .twg-masthead-cta p,
.section.dark .twg-masthead-cta,
.section.dark .twg-masthead-cta h4,
.section.dark .twg-masthead-cta p {color:#30373f;}

.twg-masthead-cta h4 {text-transform: uppercase!important; font-weight:700!important; font-size:20px!important;}


/* Phone btn */
.section.usedark .twg-masthead-cta a.btn.phone,
.section .twg-masthead-cta a.btn.phone,
.section.white .twg-masthead-cta a.btn.phone,
.section.grey .twg-masthead-cta a.btn.phone,
.section.dark .twg-masthead-cta a.btn.phone {
	background-color:#f5f5f5; 
	color:#30373f;
	border-radius:10px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

.section.usedark .twg-masthead-cta a.btn.phone:hover,
.section.white .twg-masthead-cta a.btn.phone:hover,
.section.grey .twg-masthead-cta a.btn.phone:hover,
.section.dark .twg-masthead-cta a.btn.phone:hover {
	background-color:#FF7530;
	color:#ffffff;
}

/* Primary btn */
.section .twg-masthead-cta a.btn.primary,
.section.white .twg-masthead-cta a.btn.primary,
.section.grey .twg-masthead-cta a.btn.primary,
.section.dark .twg-masthead-cta a.btn.primary {
	display:block;
	margin-left:0px;
	margin-right:0px;
}

.section.dark .twg-masthead-cta a.btn.primary:hover,
.section.usedark  .twg-masthead-cta a.btn.primary:hover {
    background-color: #30373F;
    color: #ffffff;
    border: 2px solid #30373F;
}


.contact-box {
	display:flex;
	flex-direction: row;
	border-radius:15px; 
	border:1px solid #dddddd; 
	padding:15px;
	margin-top:15px; 
	margin-bottom:15px; 
}

.star-rating {
  position: relative;
  width: 73px;
  height: 12px;
  display: inline-block;
}

.star-rating-val {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url(images/stars-rating.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.g-rating {font-size:28px; font-weight:700; padding-right:8px;}

p.g-rating-caption {
	font-size: 13px;
	font-weight: 500;
	color: #bbbbbb!important;
	margin: 0;
	padding: 0;
	line-height:1.2;
}
.g-review a.btn {background-color:#DA1D00; color:#ffffff; border:none; font-size:13px; padding: 8px 14px; margin-left:0px; margin-right:0px;}
.g-review a.btn:hover {background-color:#FF7530;}





/* TWG - MASTHEAD FORM CODE */

			.masthead_formcode {
				background-color:#ffffff;
				border-radius: 20px;
				max-width: 340px;
				padding:20px;
				margin:0px auto;

			}





/* TWG - TESTIMONIAL */

.section.testimonials .hb5-carousel-slider-wrapper {
	margin-top:0px!important;
	padding-top:50px;
	background-image: url(images/icon-quote.svg);
	background-repeat: no-repeat;
	background-position: center top;
}

.section.testimonials .testimonial-panel h3 {display:none;}










/* TWG BANNER Section */

/* General */
.section.twg-banner .content-area {padding-right:80px;}


/* Page Styles */
.section.twg-banner .content-area {padding-top:140px; padding-bottom:140px}

			@media only screen and (max-width: 767px) {
				.section.twg-banner .content-area {padding-top:50px; padding-bottom:30px}
			}


/* Contact Page */
.section.contact-us.twg-banner .content-area {padding-top:70px; padding-bottom:70px;}


		@media only screen and (max-width: 767px) {
			.section.cta-banner .content-area {padding-right:0px;}
			.section.twg-banner.contact-us .content-area {padding-top:60px; padding-bottom:20px;}
		}




		/* CTA SLANT IMAGE */

		.cta-block__image {
		  width: calc(50vw - 5px);
		  height: 100%;
		  position: relative;
		}

				@media only screen and (max-width: 1399px) {
				  .cta-block__image {width: calc(50vw - 5px);}
				}

				@media only screen and (max-width: 1199px) {
				  .cta-block__image {width: calc(50vw - 5px);}
				}

				@media only screen and (max-width: 991px) {
				  .cta-block__image {width: calc(50vw - 5px);}
				}


				@media only screen and (max-width: 767px) {
				  .cta-block__image {
					width: 100vw;
					left: 50%;
					-webkit-transform: translateX(-50%);
							transform: translateX(-50%);
					padding-bottom: 70%;
					height: auto;
				  }
				}

		.cta-block__image-img {
		  width: 100%;
		  height: 100%;
		  position: absolute;
		}
		.cta-block__image-img img {
		  -o-object-fit: cover;
			 object-fit: cover;
		  width: 100%;
		  height: 100%;
		}


		/* CTA SLANT */

		.cta-block__image-line {
		  position: absolute;
		  height: 100%;
		  width: 100px;
		  border-right: 7px solid #fff;
		  top: 0;
		  right: 100%;
		  -webkit-transform: skewX(-6deg);
				  transform: skewX(-6deg);
		  -webkit-transform-origin: bottom;
				  transform-origin: bottom;
		}

		.cta-block__image-line.white {background-color:#ffffff;}
		.cta-block__image-line.grey {background-color:#f5f5f5;}
		.cta-block__image-line.dark {background-color:#30373f;}


				@media only screen and (max-width: 767px) {
				  .cta-block__image-line {
					top: auto;
					right: auto;
					bottom: 100%;
					width: 100%;
					height: 70px;
					-webkit-transform: skewY(-5deg);
							transform: skewY(-5deg);
					border-right: 0 solid #fff;
					border-bottom: 7px solid #fff;
					-webkit-transform-origin: right;
							transform-origin: right;
				  }
				}



		/* CTA BADGE */

		.cta-block__image-badge {
		  position: absolute;
		  top: 50%;
		  left: 0;
		  -webkit-transform: translateX(-35%) translateY(-50%);
				  transform: translateX(-35%) translateY(-50%);
		  width: 200px;
		  height: 200px;
		}

				@media only screen and (max-width: 992px) {
				  .cta-block__image-badge {
					width: 140px;
					height: 140px;
					-webkit-transform: translateX(-20%) translateY(-50%);
							transform: translateX(-20%) translateY(-50%);
				  }
				}


				@media only screen and (max-width: 767px) {
				  .cta-block__image-badge {
					top: 0;
					left: 50%;
					-webkit-transform: translateX(-50%) translateY(-35%);
							transform: translateX(-50%) translateY(-35%);
				  }
				}

				@media only screen and (max-width: 576px) {
				  .cta-block__image-badge {
					width: 100px;
					height: 100px;
				  }
				}

		.cta-block__image-badge img {
		  width: 100%;
		  height: 100%;
		  -o-object-fit: contain;
			 object-fit: contain;
		}






	/* CTA FORM */

			.contact-block {
				position:relative;
				display:flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
			}

			.contact-block__image {width: calc(50vw - 0px);
				height: 100%;
				min-height: 410px;
				position: absolute;
				top: 0;
				left: 0;
}

			.cta-block_formcode {
				border-radius: 20px;
				max-width: 320px;
				margin-left: auto;
				z-index: 2;
				}
		
			.formcode-wrap {
				display:flex;
				flex-direction: column;
				background-color:#ffffff;
				border-radius:15px;
				padding:20px;
				margin-left:auto;
				margin-top:20px;
				margin-bottom:20px;
				width:320px;
			}


			a.btn.phone.contactus { background-color:#E1E1E1; color:#30373f;}

			.contact-form-smalltxt p,
			.contact-form-smalltxt a {color:#000000!important;}

			.contact-form-toptxt h5 {color:#000000!important; opacity: 1.0!important;}

			.contact-form-toptxt p,
			.contact-form-toptxt a {font-size:18px!important; line-height: 1.3!important; color:#000000!important; opacity: 1.0!important;}


			@media only screen and (max-width: 768px) {
				.contact-block__image {
					width: 100vw;
					left: 50%;
					-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
					height: 100%;
				}
				.cta-block_formcode {margin-right: auto;}

			}


		.sub-message-wrap {display:flex; margin-top:20px;}
		.sub-message-icon {}
		.sub-message {padding-left:10px;}
		.sub-message h6 {margin-bottom:5px;}




























/* FAQs - CSS STYLED! */


	/* QUESTION */
	.faqs-wrap.styled .accordion-button:not(.collapsed) {
		color: #D29B80;
		background-color: rgba(210, 155, 128, 0.05);
		border-radius:10px;
		padding: 20px 25px 20px 25px;
		border:none;
	    }
	.faqs-wrap.styled details[open] .accordion-button {
		border-bottom-left-radius: 0px;
    	border-bottom-right-radius: 0px;
		}

	/* Question ICON '+' */
	.faqs-wrap.styled .accordion-button::after {
		font-size: 3rem;
		color:#D29B80;
	}
	/* SWITCH ICON */
	.faqs-wrap.styled details[open] .accordion-button::after {font-size: 3rem; }

    /* Answer */
	.faqs-wrap.styled .accordion-body {
		padding-top: 0px;
		background-color: rgba(210, 155, 128, 0.05);
		border: none;
		border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;
	}



/* NINJA - TWG SPECIFIC */

.nf-form-cont *, .form * {
  font-family: "CircularStd", sans-serif;
}
.nf-form-cont-privacy, .nf-form-cont-privacy *, .form-privacy, .form-privacy * {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.1px;
  opacity: 0.4;
}
.nf-form-cont .nf-form-content, .form .nf-form-content {
  padding: 0;
}
.nf-form-cont .nf-form-content .nf-field-container, .form .nf-form-content .nf-field-container {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-content nf-fields-wrap, .form .nf-form-content nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -10px;
}
.nf-form-cont .nf-form-content nf-fields-wrap nf-field, .form .nf-form-content nf-fields-wrap nf-field {
  width: 100%;
  padding: 5px 10px;
}
.nf-form-cont .nf-form-content nf-field:has(> .width-50), .form .nf-form-content nf-field:has(> .width-50) {
  width: 50%;
}
.nf-form-cont .nf-form-content .nf-field-label, .form .nf-form-content .nf-field-label {
  margin-bottom: 5px;
}
.nf-form-cont .nf-form-content .nf-field-label label, .form .nf-form-content .nf-field-label label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.08px;
}
.nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after, .form .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  display: none !important;
}
.nf-form-cont .nf-form-content input[type=text], .nf-form-cont .nf-form-content input[type=email], .nf-form-cont .nf-form-content input[type=tel], .nf-form-cont .nf-form-content input[type=number], .nf-form-cont .nf-form-content textarea, .form .nf-form-content input[type=text], .form .nf-form-content input[type=email], .form .nf-form-content input[type=tel], .form .nf-form-content input[type=number], .form .nf-form-content textarea {
  -webkit-appearance: none;
  height: 54px;
  padding: 16px 20px;
  background-color: #F5F5F5;
  border-radius: 10px;
  border: 1.5px solid #F5F5F5;
  color: #30373F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nf-form-cont .nf-form-content input[type=text]::-webkit-input-placeholder, .nf-form-cont .nf-form-content input[type=email]::-webkit-input-placeholder, .nf-form-cont .nf-form-content input[type=tel]::-webkit-input-placeholder, .nf-form-cont .nf-form-content input[type=number]::-webkit-input-placeholder, .nf-form-cont .nf-form-content textarea::-webkit-input-placeholder, .form .nf-form-content input[type=text]::-webkit-input-placeholder, .form .nf-form-content input[type=email]::-webkit-input-placeholder, .form .nf-form-content input[type=tel]::-webkit-input-placeholder, .form .nf-form-content input[type=number]::-webkit-input-placeholder, .form .nf-form-content textarea::-webkit-input-placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content input[type=text]::-moz-placeholder, .nf-form-cont .nf-form-content input[type=email]::-moz-placeholder, .nf-form-cont .nf-form-content input[type=tel]::-moz-placeholder, .nf-form-cont .nf-form-content input[type=number]::-moz-placeholder, .nf-form-cont .nf-form-content textarea::-moz-placeholder, .form .nf-form-content input[type=text]::-moz-placeholder, .form .nf-form-content input[type=email]::-moz-placeholder, .form .nf-form-content input[type=tel]::-moz-placeholder, .form .nf-form-content input[type=number]::-moz-placeholder, .form .nf-form-content textarea::-moz-placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content input[type=text]:-ms-input-placeholder, .nf-form-cont .nf-form-content input[type=email]:-ms-input-placeholder, .nf-form-cont .nf-form-content input[type=tel]:-ms-input-placeholder, .nf-form-cont .nf-form-content input[type=number]:-ms-input-placeholder, .nf-form-cont .nf-form-content textarea:-ms-input-placeholder, .form .nf-form-content input[type=text]:-ms-input-placeholder, .form .nf-form-content input[type=email]:-ms-input-placeholder, .form .nf-form-content input[type=tel]:-ms-input-placeholder, .form .nf-form-content input[type=number]:-ms-input-placeholder, .form .nf-form-content textarea:-ms-input-placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content input[type=text]::-ms-input-placeholder, .nf-form-cont .nf-form-content input[type=email]::-ms-input-placeholder, .nf-form-cont .nf-form-content input[type=tel]::-ms-input-placeholder, .nf-form-cont .nf-form-content input[type=number]::-ms-input-placeholder, .nf-form-cont .nf-form-content textarea::-ms-input-placeholder, .form .nf-form-content input[type=text]::-ms-input-placeholder, .form .nf-form-content input[type=email]::-ms-input-placeholder, .form .nf-form-content input[type=tel]::-ms-input-placeholder, .form .nf-form-content input[type=number]::-ms-input-placeholder, .form .nf-form-content textarea::-ms-input-placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content input[type=text]::placeholder, .nf-form-cont .nf-form-content input[type=email]::placeholder, .nf-form-cont .nf-form-content input[type=tel]::placeholder, .nf-form-cont .nf-form-content input[type=number]::placeholder, .nf-form-cont .nf-form-content textarea::placeholder, .form .nf-form-content input[type=text]::placeholder, .form .nf-form-content input[type=email]::placeholder, .form .nf-form-content input[type=tel]::placeholder, .form .nf-form-content input[type=number]::placeholder, .form .nf-form-content textarea::placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content input[type=text]:focus, .nf-form-cont .nf-form-content input[type=text]:active, .nf-form-cont .nf-form-content input[type=email]:focus, .nf-form-cont .nf-form-content input[type=email]:active, .nf-form-cont .nf-form-content input[type=tel]:focus, .nf-form-cont .nf-form-content input[type=tel]:active, .nf-form-cont .nf-form-content input[type=number]:focus, .nf-form-cont .nf-form-content input[type=number]:active, .nf-form-cont .nf-form-content textarea:focus, .nf-form-cont .nf-form-content textarea:active, .form .nf-form-content input[type=text]:focus, .form .nf-form-content input[type=text]:active, .form .nf-form-content input[type=email]:focus, .form .nf-form-content input[type=email]:active, .form .nf-form-content input[type=tel]:focus, .form .nf-form-content input[type=tel]:active, .form .nf-form-content input[type=number]:focus, .form .nf-form-content input[type=number]:active, .form .nf-form-content textarea:focus, .form .nf-form-content textarea:active {
  color: #30373F;
  background-color: #F5F5F5 !important;
  border: 1.5px solid #F5F5F5 !important;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select, .nf-form-cont .nf-form-content select, .form .nf-form-content .list-select-wrap .nf-field-element select, .form .nf-form-content select {
  -webkit-appearance: none;
  height: 54px;
  padding: 16px 20px;
  background-color: #F5F5F5;
  border-radius: 10px;
  border: 1.5px solid #F5F5F5;
  background-image: url(images/select-icon.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #30373F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select::-webkit-input-placeholder, .nf-form-cont .nf-form-content select::-webkit-input-placeholder, .form .nf-form-content .list-select-wrap .nf-field-element select::-webkit-input-placeholder, .form .nf-form-content select::-webkit-input-placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select::-moz-placeholder, .nf-form-cont .nf-form-content select::-moz-placeholder, .form .nf-form-content .list-select-wrap .nf-field-element select::-moz-placeholder, .form .nf-form-content select::-moz-placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select:-ms-input-placeholder, .nf-form-cont .nf-form-content select:-ms-input-placeholder, .form .nf-form-content .list-select-wrap .nf-field-element select:-ms-input-placeholder, .form .nf-form-content select:-ms-input-placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select::-ms-input-placeholder, .nf-form-cont .nf-form-content select::-ms-input-placeholder, .form .nf-form-content .list-select-wrap .nf-field-element select::-ms-input-placeholder, .form .nf-form-content select::-ms-input-placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select::placeholder, .nf-form-cont .nf-form-content select::placeholder, .form .nf-form-content .list-select-wrap .nf-field-element select::placeholder, .form .nf-form-content select::placeholder {
  color: rgba(48, 55, 63, 0.5);
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select:focus, .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element select:active, .nf-form-cont .nf-form-content select:focus, .nf-form-cont .nf-form-content select:active, .form .nf-form-content .list-select-wrap .nf-field-element select:focus, .form .nf-form-content .list-select-wrap .nf-field-element select:active, .form .nf-form-content select:focus, .form .nf-form-content select:active {
  color: #30373F;
  background-image: url(images/select-icon.svg);
  background-color: #F5F5F5 !important;
  border: 1.5px solid #F5F5F5 !important;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element div, .form .nf-form-content .list-select-wrap .nf-field-element div {
  display: none !important;
}
.nf-form-cont .nf-form-content .submit-container, .form .nf-form-content .submit-container {
  margin-top: 12px;
}
.nf-form-cont .nf-form-content .submit-container input[type=button], .nf-form-cont .nf-form-content .submit-container input[type=submit], .form .nf-form-content .submit-container input[type=button], .form .nf-form-content .submit-container input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  height: 54px;
  padding: 16px 20px;
  border: 1px solid transparent;
  background-color: #FF7530;
  border-color: #FF7530;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  font-family: "CircularStd", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.nf-form-cont .nf-form-content .submit-container input[type=button]:hover, .nf-form-cont .nf-form-content .submit-container input[type=submit]:hover, .form .nf-form-content .submit-container input[type=button]:hover, .form .nf-form-content .submit-container input[type=submit]:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.nf-form-cont .nf-form-content .html-wrap .nf-field-element p, .form .nf-form-content .html-wrap .nf-field-element p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.25px;
  opacity: 0.5;
}
.nf-form-cont .nf-form-content .checkbox-wrap .nf-field-label label, .form .nf-form-content .checkbox-wrap .nf-field-label label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.15px;
  padding-top: 1px;
}
.nf-form-cont .nf-form-content .checkbox-wrap .nf-field-label label:before, .form .nf-form-content .checkbox-wrap .nf-field-label label:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: -22px;
  top: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}
.nf-form-cont .nf-form-content .checkbox-wrap .nf-field-label label:after, .form .nf-form-content .checkbox-wrap .nf-field-label label:after {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.nf-form-cont .nf-error-msg, .form .nf-error-msg {
  font-size: 12px;
}
.nf-form-cont .nf-response-msg, .form .nf-response-msg {
  color: #FF7530;
}
.nf-form-cont .nf-form-fields-required, .form .nf-form-fields-required {
  display: none;
}



/* TWG - SKIP PANELS */

.skip-col-panel {
	display:flex;
	flex-direction: column;
	justify-content: center;
	background-color:#ffffff;
	border-radius:15px;
	margin:0px auto;
	padding:30px;
	height:100%;}

.skip-col-image {display:flex; flex-direction: column; justify-content: center;} 

.skip-col-title {
	display: block;
	color: #C98969;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

.skip-col-btn .btn {display:block;}


/* adaptions */
.section.dark .skip-col-measurements,
.section.dark .skip-col-caption p,
.section.dark .skip-col-caption li,
.section.usedark .skip-col-measurements,
.section.usedark .skip-col-caption p,
.section.usedark .skip-col-caption li {color:#30373f;}



/* LOGS - masthead */

.section.logs.twgmasthead .image-area img {max-width: 300px;}







/* NEWS - Single page styles */

.twg-single-news figure.wp-block-image.size-large img {max-width: 100%;height: auto;}


.entry-tags {
	padding:10px 0px;
	font-size:1.3rem;
	color:#30373F;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* Keeps everything aligned neatly to the left */
    gap: 3px;                /* Adds a nice gap between the "Tags:" label and the links */
}

.entry-tags .tags-title {
    display: block;
	text-align: left;
    margin-bottom: 4px;
	width:100%;
}

.entry-tags a {padding:2px 4px; border:1px solid #b87333; border-radius:3px; margin-right: 6px; margin-bottom: 6px; display:inline-block; white-space: nowrap;}

.archive-tag-title {text-transform:none;}
.archive-tag-title span {text-transform: uppercase; color:#A8A8A8;}
