
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family: "Harlow Duo";
  src: url('../webfonts/HarlowDuoSerif.otf') format('otf');
}

BODY
{
	font-family: 'Montserrat', 'Roboto', Verdana, Arial, Helvetics, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #081257;
}

A,
A:link,
A:visited
{
	color: #081257;
	text-decoration: none;
}
A:hover,
A:active
{
	color: rgb(109,110,113);
	text-decoration: none;
}

.home-banner-area
{
	background: url(../images/splash-banner-bg.png);
	background-position: center center;
}
.home-banner-area-image
{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0px;
}

.wrapper
{
    padding: 0px;
}

.bg-primary
{
	background-color: #ffffff!important;
}

#wrapper-navbar
{
	/*
	position: absolute;
  top: 0px;
  left: 0px;
  */
  width: 100%;
  z-index: 999;
} 
#wrapper-footer-full
{
	padding: 0px;
}
#wrapper-footer-full, #wrapper-static-hero
{
    background-color: #ffffff;
}
#wrapper-footer
{
	background-color: #ffffff;
	color: #081257;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#wrapper-footer-full P
{
	color: #081257;
}

.navbar-dark .navbar-nav .nav-link
{
    color: #081257;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
{
    color: #081257;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
{
    color: #081257;
}
.dropdown-toggle
{
    padding-right: 25px !important;
}
.dropdown-toggle::after
{
    color: #ffffff;
    display: inline-block;
    margin-left: .255em;
    vertical-align: -10px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-left: 10px;
    margin-top: 7px;
    position: absolute;
}
@media (max-width: 1199px)
{
	.dropdown-toggle::after
	{
		margin-top: 18px;
	}
}
@media (min-width: 1200px)
{
	.navbar-expand-xl .navbar-nav .nav-link
	{
    padding-right: 2.2rem;
    padding-left: 2.2rem;
	white-space: normal;
	line-height: 120%;
  }
  .navbar-expand-xl .navbar-nav
  {
    align-items: center;
  }
}

.dropdown-menu
{
	border: none;
  background-color: transparent;
	background-color: #081257!important;
	padding-bottom: 10px;
}
.dropdown-item
{
	background-color: #081257!important;
	color: #ffffff!important;
	border-radius: 0px;
	padding: 5px 18px;
	text-align: left;
	margin-top: 0px;
	font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover
{
    color: #6d6e71!important;
    text-decoration: none;
    background-color: #081257;
}
.dropdown-item.active, .dropdown-item:active
{
    color: #ffffff;
    text-decoration: none;
    background-color: #081257;
}

@media (min-width: 768px)
{
	.navbar-expand-md .navbar-nav .dropdown-menu
	{
    position: absolute;
    transform: -50%;
    transform: translate(-25%, 0);
  }
}

#wrapper-footer-full .widget.widget_nav_menu UL
{
	padding-left: 0px;
}
@media (min-width: 768px)
{
	#wrapper-footer-full .widget.widget_nav_menu UL
	{
		float: right;
	}
}
#wrapper-footer-full .widget.widget_nav_menu LI
{
	list-style: none;
}
#wrapper-footer-full .widget.widget_nav_menu LI A,
#wrapper-footer-full .widget.widget_nav_menu LI A:link,
#wrapper-footer-full .widget.widget_nav_menu LI A:visited
{
	color: #ffffff;
	text-decoration: none;
}
#wrapper-footer-full .widget.widget_nav_menu LI A:hover,
#wrapper-footer-full .widget.widget_nav_menu LI A:active
{
    color: #081257;
}

.carousel-inner IMG
{
	width: 100%;
}

.bbb-flexible-content-title
{
	width: 100%;
}
.bbb-flexible-content-title H2
{
	margin: auto;
	vertical-align: middle;
	font-weight: 400;
	font-size: 30px;
  color: #081257;
}

.bbb-flexible-section
{
	/*padding-top: 6.6vmax;*/
    /*padding-bottom: 6.6vmax;*/
    overflow: hidden;
    /*padding-right: 3vw;*/
    /*padding-left: 3vw;*/
}

.bbb-flexible-content-button
{
	margin-top: 20px;
}
.bbb-flexible-content-button A,
.bbb-flexible-content-button A:link,
.bbb-flexible-content-button A:visited,
.bbb-flexible-content-button SPAN
{
    border: 1px #ffffff solid;
    background: #ffffff;
    color: #690206;
    padding: 20px 34px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 300px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.bbb-flexible-content-button A:hover,
.bbb-flexible-content-button A:active,
.bbb-flexible-content-button SPAN:hover
{
  border: 1px #ffffff solid;
  background: rgb(255 255 255 / 90%);;
  color: #690206;
}

.bbb-button-reverse.bbb-flexible-content-button A,
.bbb-button-reverse.bbb-flexible-content-button A:link,
.bbb-button-reverse.bbb-flexible-content-button A:visited,
.bbb-button-reverse.bbb-flexible-content-button SPAN,
.bbb-section-bg-dark-grey .bbb-flexible-content-button A,
.bbb-section-bg-dark-grey .bbb-flexible-content-button A:link,
.bbb-section-bg-dark-grey .bbb-flexible-content-button A:visited
{
    border: 1px #690206 solid;
    background: #690206;
    color: #ffffff;
    padding: 11px 34px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    border-radius: 300px;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 1px;
}
.bbb-button-reverse.bbb-flexible-content-button A:hover,
.bbb-button-reverse.bbb-flexible-content-button A:active,
.bbb-button-reverse.bbb-flexible-content-button SPAN:hover,
.bbb-section-bg-dark-grey .bbb-flexible-content-button A:hover,
.bbb-section-bg-dark-grey .bbb-flexible-content-button A:active
{
  border: 1px #690206 solid;
  background: rgb(105 2 6 / 90%);
  color: #ffffff;
}

.bbb-button-arrow.bbb-flexible-content-button A:after
{
    content: "\f178";
    font-family: fontawesome;
    padding-left: 12px;
}
.bbb-button-reverse.bbb-button-arrow.bbb-flexible-content-button A:after
{
    color: #ffffff;
}

.bbb-bg-white
{
	background-color: #ffffff;
}
.bbb-bg-grey,
.bbb-bg-gray
{
	background-color: #E4E7EB;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-bg-blue
{
	background-color: #081257;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-section-bg-blue
{
	background-color: #081257;
}
.bbb-bg-light-pink
{
	background-color: #F7F2F2;
}
.bbb-section-bg-pink
{
	background-color: #F7F2F2;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-section-bg-white
{
	background-color: #ffffff;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-section-bg-light-grey,
.bbb-section-bg-light-gray
{
	background-color: #E4E7EB;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-section-bg-dark-grey,
.bbb-section-bg-dark-gray
{
	background-color: #081257;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-bg-image
{
	background-color: #ffffff;
}

.swiper-slide IMG
{
	width: 100%;
	height: auto;
}
.swiper-button-next, .swiper-button-prev
{
	color: #ffffff!important;
}
.swiper-button-prev:after
{
	content: url(/wp-content/themes/hotelsandresortsclub.com.au/images/slider-left.png)!important;
	width: 30px;
  height: 30px;
	opacity: .5;
	margin-left: 30px;
}
.swiper-button-next:after
{
	content: url(/wp-content/themes/hotelsandresortsclub.com.au/images/slider-right.png)!important;
	width: 30px;
  height: 30px;
	opacity: .5;
	margin-right: 30px;
}
@media screen and (max-width: 1400px)
{
	.swiper-button-next, .swiper-button-prev,
	.carousel-control-prev, .carousel-control-prev
	{
		display: none!important;
	}
	.bbb-slide-caption-text
	{
		max-width: unset!important;
	}
	.bbb-slide-caption-heading,
	.bbb-slide-caption-subheading
	{
		font-size: 3vw!important;
	}
}
@media screen and (max-width: 768px)
{
	.bbb-slide-caption-chop
	{
		text-align: center;
	}
	.bbb-slide-caption-heading,
	.bbb-slide-caption-subheading
	{
		font-size: 5vw!important;
	}
	.bbb-slide-caption-heading-container,
	.bbb-slide-caption-subheading-container
	{
		margin-left: auto;
	}
	.bbb-slide-caption-heading,
	.bbb-slide-caption-subheading
	{
		margin-left: auto;
		margin-right: auto;
	}
}
.swiper-pagination-bullets
{
    right: unset!important;
    transform: translate3d(0px,-50%,0)!important;
    left: unset;
    top: unset!important;
    bottom: 0px;
    margin: auto;
    text-align: center!important;
}

.swiper-pagination
{
    position: absolute!important;
    transition: .3s opacity!important;
    z-index: 10!important;
    width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 5px!important;
    display: inline-block;
}

.swiper-pagination-bullet {
    width: 15px!important;
    height: 15px!important;
    display: inline-block!important;
    border-radius: 15px!important;
    background: #ffffff!important;
    opacity: 1!important;
    border: 1px #081257 solid!important;
    color: #ffffff!important;
}

.swiper-pagination-bullet-active
{
    opacity: 1!important;
    background: #081257!important;
    color: #081257!important;
}

.bbb-slide-caption-container
{
	display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.bbb-slide-caption
{
	display: table-cell;
	vertical-align: middle;
}
.bbb-slide-caption A
{
	color: #ffffff;
	/*border-bottom: 1px dotted #fff;*/
}

.bbb-slide-caption-heading-container
{
	margin-left: -25px;
}
.bbb-slide-caption-heading
{
	background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,.3));
	color: #ffffff;
	padding: 5px 25px;
	display: table;
	font-size: 42px;
	font-weight: 700;
	border-radius: 20px;
}

.bbb-slide-caption-subheading-container
{
	margin-top: 10px;
	margin-left: -25px;
}
.bbb-slide-caption-subheading
{
	background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,.3));
	color: #ffffff;
	padding: 5px 25px;
	display: table;
	font-size: 42px;
	font-weight: 700;
	border-radius: 20px;
}

.bbb-slide-caption-text
{
	color: #FFFFFF;
	margin: 20px 0px;
  	max-width: 40%;
  	min-width: 300px;
}

.bbb-slide-caption-link A,
.bbb-slide-caption-link A:link,
.bbb-slide-caption-link A:visited
{
  border: 1px #081257 solid;
  background: #081257;
  color: #ffffff;
  padding: 5px 20px 7px;
  text-align: center;
  margin: auto;
  text-decoration: none;
}
.bbb-slide-caption-link A:hover,
.bbb-slide-caption-link A:active
{
  border: 1px #081257 solid;
  background: #ffffff;
  color: #081257;
}


.bbb-flexible-content-image
{
	text-align: center;
}
.bbb-flexible-content-image IMG
{
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.bbb-flexible-content-heading,
.bbb-flexible-content-paragraph,
.bbb-flexible-content-paragraph P
{
	overflow-wrap: anywhere;
}
.bbb-flexible-content-heading
{
	margin: 0px 0px 20px 0px;
}
.bbb-flexible-content-heading H3
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	color: #081257;
  line-height: 120%;
  margin-top: 10px;
 	font-size: 26px;
	font-weight: 400;
}
.bbb-flexible-content-two-column-block H1,
.bbb-flexible-content-two-column-block H2,
.bbb-flexible-content-two-column-block H3,
.bbb-flexible-content-two-column-block H4,
.bbb-flexible-content-two-column-block H5,
.bbb-flexible-content-two-column-block H6
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
  line-height: 120%;
  margin-bottom: 15px;
   font-size: 20px;
}
.bbb-flexible-content-two-column-block A,
.bbb-flexible-content-two-column-block A:link,
.bbb-flexible-content-two-column-block A:visited
{
  border: 1px #081257 solid;
  background: #081257;
  color: #ffffff;
  padding: 5px 20px 7px;
  text-align: center;
  margin: auto;
  text-decoration: none;
}
.bbb-flexible-content-two-column-block A:hover,
.bbb-flexible-content-two-column-block A:active
{
  border: 1px #081257 solid;
  background: #ffffff;
  color: #081257;
}

.bbb-flexible-section-grid
{
	padding-left: 0px;
	padding-right: 0px;
}

.bbb-flexible-content-page
{
	font-size: 21px;
}

.bbb-flexible-content-why-choose-us .bbb-flexible-content-title H2,
.bbb-flexible-content-why-choose-us .bbb-flexible-content-heading,
.bbb-flexible-content-why-choose-us .bbb-flexible-content-heading H3,
.bbb-flexible-content-why-choose-us .bbb-flexible-content-paragraph,
.bbb-flexible-content-why-choose-us .bbb-flexible-content-paragraph P
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	color: #ffffff;
}
.bbb-flexible-content-grid .bbb-flexible-content-title H2,
.bbb-flexible-content-grid .bbb-flexible-content-heading,
.bbb-flexible-content-grid .bbb-flexible-content-heading H3
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
  color: #081257;
}
.bbb-flexible-content-why-choose-us
{
	padding: 0px 0px 40px;
}
.bbb-flexible-content-page-content .bbb-flexible-content-title,
.bbb-flexible-content-extra-content .bbb-flexible-content-title,
.bbb-flexible-content-why-choose-us .bbb-flexible-content-title
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	margin-bottom: 20px;
}
.bbb-flexible-content-why-choose-us .bbb-flexible-content-title
{
	margin-top: -20px;
}
.bbb-flexible-content-why-choose-us .bbb-flexible-content-paragraph
{
	padding: 0px 20px;
}
.bbb-flexible-content-grid .bbb-flexible-content-title,
.bbb-flexible-content-full-width .bbb-flexible-content-title,
.bbb-flexible-content-two-columns .bbb-flexible-content-title,
.bbb-flexible-content-gallery .bbb-flexible-content-title,
.bbb-flexible-content-form .bbb-flexible-content-title,
.bbb-flexible-content-index .bbb-flexible-content-title
{
	margin-bottom: 30px;
}
.bbb-flexible-content-index IMG
{
	aspect-ratio: 4/3;
	border-radius: 10px;
}
.bbb-flexible-content-full-width
{
	text-align: center;
}
.bbb-flexible-content-full-width IMG
{
	text-align: center;
	margin: auto;
}
.bbb-flexible-content-extra-content .bbb-flexible-content-page IMG
{
	margin: 20px;
}
.bbb-flexible-content-page-content .bbb-flexible-content-page,
.bbb-flexible-content-page-content .bbb-flexible-content-page P
{
	font-size: 21px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 1rem;
}
.bbb-flexible-content-extra-content .bbb-flexible-content-page
{
	text-align: center;
}
.bbb-nopadding
{
	padding: 0px!important;
}
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full,
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full
{
	display: table;
	width: 100%;
}
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full .pull-left,
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .pull-left,
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full .pull-right,
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .pull-right
{
	display: table-cell;
	vertical-align: middle;
}
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full IMG,
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full IMG
{
	/*width: 50vw;*/
	width: 100%;
	max-width: unset;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 278px;
}
.bbb-flexible-content-left-image IMG
{
	padding-right: 40px;
	height: auto;
	object-fit: cover;
	object-position: center center;
}
.bbb-flexible-content-right-image IMG
{
	padding-left: 40px;
	height: auto;
	object-fit: cover;
	object-position: center center;
}
.bbb-flexible-section-left-image-sidebyside,
.bbb-flexible-section-right-image-sidebyside
{
	padding-right: 0px;
	padding-left: 0px;
}	
.bbb-flexible-section-left-image-overlap IMG,
.bbb-flexible-section-right-image-overlap IMG
{
	padding-right: 0px;
	padding-left: 0px;
	width: 140%;
	border-radius: 10px;
}
.bbb-flexible-section-left-image-sidebyside IMG,
.bbb-flexible-section-right-image-sidebyside IMG
{
	padding-right: 0px;
	padding-left: 0px;
	aspect-ratio: 1 / .8;
}
.bbb-flexible-section-left-image-sidebyside .bbb-content-container,
.bbb-flexible-section-right-image-sidebyside .bbb-content-container
{
	margin-top: 0px!important;
	margin-bottom: 0px!important;	
	padding-top: 3.3vmax;
	padding-bottom: 3.3vmax;
	border-radius: 0px!important;
}
.bbb-flexible-section-left-image-sidebyside .bbb-half-pull-left,
.bbb-flexible-section-right-image-sidebyside .bbb-half-pull-right
{
	padding-right: 0px;
	padding-left: 0px;
}
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full .bbb-flexible-content-heading,
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full .bbb-flexible-content-heading H2,
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full .bbb-flexible-content-page
{
	/*font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;*/
	text-align: left;
	/*color: #ffffff;*/
}
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .bbb-flexible-content-heading,
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .bbb-flexible-content-heading H2,
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .bbb-flexible-content-page
{
	/*font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;*/
	text-align: left;
	/*color: #ffffff;*/
}
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .bbb-flexible-content-heading A,
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .bbb-flexible-content-heading H2 A
{
	/*color: #ffffff;*/
	/*border-bottom: 1px dotted #fff;*/
}
.bbb-flexible-content-left-image .bbb-flexible-content-heading H2,
.bbb-flexible-content-right-image .bbb-flexible-content-heading H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	text-align: left;
	/*color: #ffffff;*/
}
.bbb-content-container
{
	padding: 60px 90px 80px;
}
.bbb-flexible-content-team-member .bbb-content-container,
.bbb-flexible-content-project .bbb-content-container
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.bbb-flexible-content-left-image .bbb-content-container
{
	padding-left: 50px;
	padding-right: 0px;
	/*background-color: #081257; */
	margin-top: 3.3vmax;
	margin-bottom: 3.3vmax;
	border-radius: 10px;
}
.bbb-flexible-content-right-image .bbb-content-container
{
	padding-left: 0px;
	padding-right: 50px;
	/*background-color: #081257; */
	margin-top: 3.3vmax;
	margin-bottom: 3.3vmax;
	border-radius: 10px;
}
.bbb-flexible-section-bullets .bbb-content-container
{
	padding-left: 0px;
	padding-right: 0px;
}
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .pull-right.bbb-content-container,
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full .pull-left.bbb-content-container,
.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .pull-right .bbb-flexible-content-heading,
.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full .pull-left .bbb-flexible-content-heading
{
	padding: 0px;
	margin: 0px;
}
.swiper-container
{
	margin-bottom: -40px;
	position: relative;
}
.bbb-page-banner
{
	height: 33vh;
	min-height: 333px;
	width: 100%;
	margin-bottom: -40px;
}

.site-main article
{
	margin: 60px 0px;
}
.site-main article H1,
.site-main article H2,
.site-main article H3,
.site-main article H4,
.site-main article H5,
.site-main article H6
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 36px;
}

.bbb-contact-detail-box
{
	margin-top: 20px;
	background-color: #081257;
	padding: 20px;
  text-align: center;
}
.bbb-contact-detail-box-heading
{
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}
.bbb-contact-detail-box-content
{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.bbb-contact-detail-box-content A,
.bbb-contact-detail-box-content A:link,
.bbb-contact-detail-box-content A:visited
{
	color: #ffffff;
	text-decoration: none;
	/*border-bottom: 1px dotted #fff;*/
}
.bbb-contact-detail-box-content A:hover,
.bbb-contact-detail-box-content A:active
{
	color: #000000;
	/*border-bottom: 1px dotted #000000;*/
}
A.bbb-contact-detail-box-content-button,
A.bbb-contact-detail-box-content-button:link,
A.bbb-contact-detail-box-content-button:visited
{
	color: #081257;
	background-color: #ffffff;
	text-decoration: none;
	padding: 5px 20px;
}
A.bbb-contact-detail-box-content-button:hover,
A.bbb-contact-detail-box-content-button:active
{
	color: #ffffff;
	background-color: #5cb5e2;
}
.bbb-flexible-content-contacts-row .bbb-flexible-content-title
{
	margin-bottom: 10px;
}

.bbb-flexible-content-testimonial-slider .carousel-inner
{
	padding-top: 40px;
}
.carousel-item-inner
{
	position: relative;
}
.bbb-bg-dark .lSAction>.lSNext,
.bbb-bg-dark .carousel-control-next-icon,
.bbb-section-bg-dark-grey .lSAction>.lSNext,
.bbb-section-bg-dark-grey .carousel-control-next-icon
{
	background-image: url(/wp-content/themes/hotelsandresortsclub.com.au/images/blue-dark-bg-next.png);
}
.bbb-bg-dark .lSAction>.lSPrev, 
.bbb-bg-dark .carousel-control-prev-icon,
.bbb-bg-image .lSAction>.lSPrev, 
.bbb-bg-image .carousel-control-prev-icon,
.bbb-section-bg-dark-grey .lSAction>.lSPrev, 
.bbb-section-bg-dark-grey .carousel-control-prev-icon
{
	background-image: url(/wp-content/themes/hotelsandresortsclub.com.au/images/blue-dark-bg-prev.png);
}
.lSAction>.lSNext,
.carousel-control-next-icon
{
	background-image: url(/wp-content/themes/hotelsandresortsclub.com.au/images/blue-bg-next.png);
}
.lSAction>.lSPrev,
.carousel-control-prev-icon
{
	background-image: url(/wp-content/themes/hotelsandresortsclub.com.au/images/blue-bg-prev.png);
}
.bbb-flexible-content-gallery-slider .carousel-control-prev
{
	margin-left: -140px;
}
.bbb-flexible-content-gallery-slider .carousel-control-next
{
	margin-right: -140px;
}
.lSAction>.lSNext, .lSAction>.lSPrev,
.carousel-control-next-icon, .carousel-control-prev-icon
{
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.lSAction>a
{
	bottom: -110px;
    top: auto;
    margin-top: 0px;
}
.lSAction>.lSNext
{
    right: 50%;
    margin-right: -60px;
}
.lSAction>.lSPrev
{
    left: 50%;
    margin-left: -60px;
}

.lSSlideOuter
{
	position: relative;
  overflow: visible!important;
}
.lSSlideWrapper
{
	position: static!important;
}

.testimonial-quote
{
	width: 30px!important;
	height: 30px;
}
.testimonial-quote-start
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: -40px;
}
.testimonial-quote-end
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.bbb-relative
{
	position: relative;
}
/*
@media (min-width: 1201px)
{
	.navbar-expand-xl .navbar-nav .dropdown-menu
	{
    transform: translate(-25%, -5px);
	}
}
*/
.menu-secondary-menu-container
{
	position: absolute;
	right: 0px;
  top: 0px;
}
#menu-secondary-menu LI.menu-item
{
	list-style: none;
	float: left;
	margin-right: 10px;
}
#menu-secondary-menu LI.menu-item A,
#menu-secondary-menu LI.menu-item A:link,
#menu-secondary-menu LI.menu-item A:visited
{
  border: 1px #081257 solid;
  background: #081257;
  color: #ffffff;
  padding: 5px 20px 7px 40px;
  text-align: center;
  margin: auto;
  text-decoration: none;
}
#menu-secondary-menu LI.menu-item A:hover,
#menu-secondary-menu LI.menu-item A:active
{
  border: 1px #081257 solid;
  background: #ffffff;
  color: #081257;
}
#menu-secondary-menu LI.menu-item.bbb-header-phone A,
#menu-secondary-menu LI.menu-item.bbb-header-phone A:link,
#menu-secondary-menu LI.menu-item.bbb-header-phone A:visited
{
  border: none;
  background: transparent;
  color: #081257;
  padding: 10px;
  border-radius: 0px;
  text-align: center;
  margin: auto;
  text-decoration: none;
  font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	white-space: nowrap;
}
#menu-secondary-menu LI.menu-item.bbb-header-phone A:hover,
#menu-secondary-menu LI.menu-item.bbb-header-phone A:active
{
  border: none;
  background: transparent;
  color: #081257;
}

.bbb-flexible-content-two-column-block
{
	padding: 40px;
}
.bbb-flexible-content-heading H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
}

.bbb-half-container
{
	
}
@media (min-width: 576px)
{
	.bbb-half-container
	{
	    max-width: 270px;
	}
}
@media (min-width: 768px)
{
	.bbb-half-container
	{
	    max-width: 360px;
	}
}
@media (min-width: 992px)
{
	.bbb-half-container
	{
	    max-width: 480px;
	}
}
@media (min-width: 1200px)
{
	.bbb-half-container
	{
	    max-width: 570px;
	}
}
.bbb-half-pull-left
{
	float: left;
}
.bbb-half-pull-right
{
	float: right;
}

@media (min-width: 768px)
{
	.bbb-flexible-section-right-image-overlap .bbb-half-pull-right
	{
		margin-right: -5rem;
	}
	.bbb-flexible-section-right-image-overlap .pull-right.bbb-content-container
	{
		margin-right: 5rem!important;
	}
}

.navbar-dark .navbar-toggler
{
	border-color: transparent;
}
.navbar-dark .navbar-toggler-icon
{
	background: url(/wp-content/themes/hotelsandresortsclub.com.au/images/menu-button.png);
	background-size: cover;
  background-position: center center;
}
.navbar-nav .bbb-button A
{
	text-align: center;
	white-space: nowrap !important;
}
@media (max-width: 1200px)
{
	.navbar-expand-md .navbar-collapse, .navbar-expand-lg .navbar-collapse, .navbar-expand-xl .navbar-collapse
	{
	    /*position: relative;*/
	    bottom: 0px;
	    margin-bottom: 0px;
	    margin-top: 20px;
		width: 100%;
	    position: absolute;
	    left: 0px;
	    right: 0px;
	    top: 115px;
		z-index: 99;
	}
	.navbar-nav .bbb-button A
	{
		margin-left: 0px;
		margin-top: 40px;
		margin-bottom: 30px;
		text-align: center;
	}
	.navbar-nav .visuallyhidden
	{
		overflow: visible;
	    clip: unset;
	    margin-left: -1.2em;
	}
	.navbar-nav .dashicons-admin-home
	{
		visibility: hidden;
	}
	UL.navbar-nav > LI.menu-item
	{
    background: none;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding-right: 0px;
	}
	.dropdown-item
	{
    background-color: transparent;
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 20px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 15px;
	}
	.navbar-dark .navbar-nav .nav-link
	{
    color: #ffffff!important;
    text-transform: uppercase;
  }
  .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
  {
    color: #ffffff;
	}
	.navbar-nav
	{
		background-color: #081257;
    padding: 20px 30px;
	}
	.menu-secondary-menu-container
	{
    top: 23px;
    right: 60px;
	}
}

@media (max-width: 990px)
{
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.bbb-flexible-content-right-image .col-md-2,
	.bbb-flexible-content-right-image .col-md-3,
	.bbb-flexible-content-right-image .col-md-4,
	.bbb-flexible-content-right-image .col-md-5,
	.bbb-flexible-content-right-image .col-md-6,
	.bbb-flexible-content-right-image .col-md-7,
	.bbb-flexible-content-right-image .col-md-8
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.bbb-flexible-content-left-image .col-md-2,
	.bbb-flexible-content-left-image .col-md-3,
	.bbb-flexible-content-left-image .col-md-4,
	.bbb-flexible-content-left-image .col-md-5,
	.bbb-flexible-content-left-image .col-md-6,
	.bbb-flexible-content-left-image .col-md-7,
	.bbb-flexible-content-left-image .col-md-8
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.footer-divider
	{
		color: #081257!important;
	}
}
@media (max-width: 768px)
{
	.bbb-flexible-content-left-image.bbb-flexible-content-left-image-full IMG,
	.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full IMG
	{
		width: 100%;
	}
	.bbb-half-container
	{
		width: 100%;
		max-width: unset;
	}
	.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .bbb-flexible-content-heading,
	.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .bbb-flexible-content-heading H2,
	.bbb-flexible-content-right-image.bbb-flexible-content-right-image-full .bbb-flexible-content-page
	{
    text-align: left;
  }
  .bbb-content-container
  {
		padding: 30px;
    margin-bottom: 0px;
  }
  .pull-left > .bbb-content-container
  {
  	padding-top: 0px;
  }
}

.bbb-header-phone SPAN:before
{
    content: "\f095";
    font-family: fontawesome;
    background-color: #081257;
    font-size: 18px;
    margin-right: 0px;
    color: #ffffff;
    border-radius: 20px;
    padding: 7px 9px;
}
.bbb-header-location SPAN:before
{
    content: "\f041";
    font-family: fontawesome;
    font-size: 16px;
    margin-left: -20px;
    margin-right: 5px;
}
.bbb-header-contact SPAN:before
{
    content: "\f0e0";
    font-family: fontawesome;
    font-size: 16px;
    margin-left: -20px;
    margin-right: 5px;
}
.bbb-contact-detail-box-content-phone A:before
{
    content: "\f095";
    font-family: fontawesome;
    color: #081257;
    font-size: 20px;
    margin-left: -20px;
    background: #ffffff;
		border-radius: 20px;
    padding: 10px 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.bbb-contact-detail-box-content-email A:before
{
		content: "\f0e0";
		font-family: fontawesome;
		color: #081257;
		font-size: 20px;
		margin-left: -20px;
    background: #ffffff;
		border-radius: 20px;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.bbb-contact-detail-box-content-page
{
	padding-top: 10px;
}

@media (max-width: 990px)
{
	.menu-secondary-menu-container .bbb-header-phone A
	{
		font-size: 0px!important;
		line-height: 24px;
	}
	.bbb-header-phone SPAN:before
	{
		padding: 9px 10px 9px 11px;
	}
	.menu-secondary-menu-container .bbb-header-location A
	{
    font-size: 0px!important;
    border: none!important;
    background-color: transparent!important;
    padding: 10px!important;
    border-radius: 0px!important;
    margin-left: 20px;
		line-height: 24px;
	}
	.bbb-header-location SPAN:before
	{
    background-color: #081257;
    font-size: 18px;
    margin-right: 0px;
    color: #ffffff;
    border-radius: 20px;
    padding: 9px 12px;
  }
	.menu-secondary-menu-container .bbb-header-contact A
	{
    font-size: 0px!important;
    border: none!important;
    background-color: transparent!important;
    padding: 10px!important;
    border-radius: 0px!important;
    margin-left: 20px;
		line-height: 24px;
	}
	.bbb-header-contact SPAN:before
	{
    background-color: #081257;
    font-size: 18px;
    margin-right: 0px;
    color: #ffffff;
    border-radius: 20px;
    padding: 9px;
  }
}

.home-banner-area
{
	position: relative;
      min-height: calc(100vh - 200px);
	margin-bottom: 3.3vmax;
}
.home-banner-area + .bbb-splash-blocks-bar
{
	margin-top: -3.3vmax;
}
.bbb-splash-blocks-bar
{
	margin-bottom: 3.3vmax;
	background-color: #E4E7EB;
    padding: 70px 0px;
}
.bbb-splash-block-item
{
	font-size: 21px;
    font-weight: 600;
    border-radius: 30px;
}
.bbb-splash-block-item IMG
{
	height: 66px;
	width: auto;
	border-radius: 50%;
}
.inner-banner-area
{
	min-height: 430px;
	height: 66vh;
	margin-bottom: 3.3vmax;
}
.banner-content
{
	position: absolute;
	width: 100%;
	padding-top: 10vmax;
    padding-bottom: 10vmax;
    height: 100%;
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
}
.banner-content-container
{
	vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.banner-content H1
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	color: #081257;
	font-size: 69px;
	font-weight: 300;
}
.banner-content H2
{
	color: #081257;
	font-size: 21px;
	font-weight: 300;
}
.banner-content P
{
	margin-top: 35px;
}
.bbb-flexible-content-heading H2,
.bbb-flexible-content-page-hero-heading
{
	font-size: 35px;
	font-weight: 700;
}
.bbb-flexible-content-page-hero-heading,
.bbb-flexible-content-page-hero-text
{
	color: #ffffff;
}

.bbb-flexible-content-large-text-block,
.bbb-flexible-content-large-text-block P
{
	font-size: 28px;
	margin-bottom: 0rem;
}
.bbb-flexible-content-small-text-block,
.bbb-flexible-content-small-text-block P
{
	margin-top: 1.5rem;
}

.bbb-flexible-content-full-width-cover
{
	width: 100%;
  height: 50vh;
  min-height: 640px;
}
.bbb-flexible-content-full-width-cover IMG
{
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bbb-flexible-content-full-width-contain IMG
{
	padding-left: 15px;
	padding-right: 15px;
}

.bbb-flexible-section-numbered-list
{
	margin-bottom: 3.3vmax;
}
.bbb-flexible-content-numbered-list-container
{
	padding: 0px;
	width: 100%;
	text-align: center;
}
.bbb-flexible-content-numbered-list-container LI
{
    list-style-type: none;
    display: inline-block;
    padding: 5px 25px!important;
    width: auto;
    margin-right: 3vw;
    border: 1px #081257 solid;
    padding-left: 0;
    margin-left: 0;
    border-radius: 15px;
    text-align: center;
}
.bbb-flexible-content-numbered-list-container LI:last-child
{
    margin-right: 0;
    padding-right: 0;
}
.bbb-flexible-content-numbered-list-title
{
	width: 100%;
	font-size: 26px;
	border-bottom: 1px rgb(109,110,113) solid;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.bbb-flexible-content-numbered-item
{
	margin-top: 20px;
	display: table;
}
.bbb-flexible-content-numbered-item-container
{
	display: table-row;
}
.bbb-flexible-content-numbered-item-marker,
.bbb-flexible-content-numbered-item-content
{
	display: table-cell;
	vertical-align: top;
	padding-top: 20px;
}
.bbb-flexible-content-numbered-item::marker,
.bbb-flexible-content-numbered-item-marker
{
	font-size: 150px;
	color: rgb(209,211,212);
	text-align: center;
	line-height: 100%;
	padding: 0px 30px;
}
.bbb-flexible-content-numbered-list-heading
{
	font-size: 30px;
	color: #081257;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
.bbb-flexible-content-numbered-list-content
{
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

.bbb-flexible-content-icon-cell
{
	text-align: center;
}

.bbb-flexible-content-file-block
{
	margin-top: 20px;
}
.bbb-flexible-content-file-block:first-of-type
{
	margin-top: 0px;
}
.bbb-flexible-content-file-block-title
{
	color: #081257;
	font-size: 18px;
}
.bbb-flexible-content-file-block-img
{
	float: left;
	margin-right: 5px;
	width: 15px;
	height: auto;
}
.bbb-flexible-content-file-block-date,
.bbb-flexible-content-file-block-size
{
	padding-left: 20px;
	font-size: 14px;
}

.bbb-projects-map
{
	position: relative;
	display: table;
	margin: auto;
}
.bbb-projects-marker
{
	position: absolute;
	display: table;
}
.bbb-projects-marker-container
{
	display: table-row;
}
.bbb-projects-marker-icon,
.bbb-projects-marker-popup-container
{
	display: table-cell;
}
.bbb-projects-marker-popup-project-name
{
	color: #081257;
}
.bbb-projects-marker-popup-project-desc
{
	font-size: 14px;
}
.bbb-projects-marker-popup-inner
{
	background-color: #e6e7e8;
	text-align: left;
	padding: 5px;
	white-space: nowrap;
	margin-left: 30px;
}
.bbb-projects-marker-icon,
.bbb-projects-marker-icon IMG
{
	height: 90px;
  width: 56px;
  max-width: unset;
	padding-left: 0px;
	padding-right: 0px;
}
.bbb-projects-marker-popup
{
	background: url(/wp-content/themes/hotelsandresortsclub.com.au/images/marker-pointer.png);
	background-size: 30px;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 990px)
{
	.bbb-projects-marker-popup-container
	{
		display: none;
	}
}

.footer-block A,
.footer-block A:link,
.footer-block A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.footer-block A:hover,
.footer-block A:active
{
	color: rgb(188,190,192);
	text-decoration: none;
}

.footer-logo
{
	margin: 10px 0px;
}
.footer-social-link
{
	margin-right: 15px;
}
.footer-block
{
	margin-top: 30px;
	margin-bottom: 10px;
}
.footer-block-indent
{
	/*padding-left: 17px;*/
}
.footer-blurb
{
	font-size: 25px;
}
.footer-contacts
{
	font-size: 15px;	
}
.footer-socials
{
	font-size: 15px;	
}
.footer-socials-intro
{
	margin-bottom: 15px;
}
.footer-recognition
{
	font-size: 15px;	
}
.footer-copyright
{
	font-size: 12px;
}

@media (max-width: 768px)
{
	.banner-content H1
	{
		font-size: 11vw;
	}
	.banner-content H2
	{
		font-size: 9vw;
	}
	.bbb-flexible-content-page-content .bbb-flexible-content-page, .bbb-flexible-content-page-content .bbb-flexible-content-page P
	{
		/*font-size: 6vw;*/
	}
	.footer-blurb
	{
    font-size: 4vw;
	}
	.bbb-flexible-content-left-image .bbb-content-container,
	.banner-content,
	.bbb-flexible-content-title,
	.bbb-flexible-content-file-list,
	.bbb-flexible-content-index,
	.bbb-flexible-content-text-block
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.bbb-content-container
	{
		max-width: unset;
		padding: 15px;
	}
	.bbb-flexible-content-numbered-item::marker, .bbb-flexible-content-numbered-item-marker
	{
    font-size: 12vw;
    padding-top: 20px;
  }
  .bbb-flexible-content-numbered-list-heading
  {
  	font-size: 22px;
  }
}

.btn-primary
{
    color: #fff;
    background-color: #3e4d3d;
    border-color: #3e4d3d;
}
.btn-primary:hover,
.btn-primary:active
{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary
{
	color: #fff!important;
}

#right-sidebar
{
	margin: 60px 0px 60px 30px;
}
#right-sidebar H2
{
	margin-top: 30px;
}
.entry-meta
{
	margin-bottom: 20px;
  font-size: 12px;
}
@media (max-width: 768px)
{
	#right-sidebar
	{
		margin: 20px 0px 60px;
	}
}
.bbb-blog-nav
{
	margin-top: 0px;
	margin-bottom: 60px;
}
.wp-block-archives
{
	list-style: none;
	padding-left: 0px;
}
.no-results.not-found
{
	margin: 60px 0px;
}
BODY.search .page-header,
BODY.date .page-header,
BODY.author .page-header
{
	margin-top: 60px;
}
.page-header.author-header H2
{
	margin-top: 20px;
}
.page-header.author-header DL
{
	margin-top: 20px;
}
.posted-on .updated
{
	display: none;
}

.bbb-logo IMG
{
	width: auto;
    max-width: 100%;
    max-height: 64px;
}

.bbb-button A
{
	color: #ffffff;
	background: rgb(239, 139, 29);
	border-radius: 300px;
	margin-left: 18px;
	padding: 18px 24px;
	line-height: 20px!important;
	padding-left: 24px!important;
    padding-right: 24px!important;
}
.banner-content-container .bbb-button A
{
	margin-left: 0px;
}

.bbb-flexible-call-to-action
{
	background: url(../images/cta-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bbb-flexible-call-to-action .bbb-content-container
{
	padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-flexible-call-to-action H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	font-size: 48px;
    font-weight: 700;
    color: rgb(239, 139, 29);
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 768px)
{
	.bbb-flexible-call-to-action H2
	{
		font-size: 35px;
	}
}
.bbb-flexible-section-icon-row
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.bbb-flexible-section-icon-row.bbb-bg-dark
{
	background: #081257 url(../images/icon-bg.png);
	background-position: center left;
	background-repeat: no-repeat;
}
@media (max-width: 768px)
{
	.bbb-flexible-section-icon-row.bbb-bg-dark
	{
		background: #081257;
	}
}
.bbb-flexible-content-icon-row
{
	padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-section-bg-white.bbb-flexible-section-icon-row
{
	padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.bbb-section-bg-white .bbb-flexible-section-icon-row-item
{
	background-color: #E4E7EB;
	padding: 40px 60px;
}
.bbb-flexible-content-icon-row H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	color: #ffffff;
	margin-bottom: 20px;
}
.bbb-section-bg-white .bbb-flexible-section-icon-row-item,
.bbb-section-bg-dark-grey .bbb-flexible-section-icon-row-item
{
	background-color: #E4E7EB;
	padding: 40px 60px;
	border-radius: 10px;
}
.bbb-section-bg-pink .bbb-flexible-section-icon-row-item
{
	background-color: #ffffff;
	padding: 40px 60px;
	border-radius: 10px;
}
.bbb-section-bg-white.bbb-flexible-section-icon-row H2
{
	color: #081257;
}
.bbb-section-bg-pink.bbb-flexible-section-icon-row H2
{
    color: rgb(239, 139, 29);
}
.bbb-flexible-content-icon-row IMG
{
	border-radius: 50%;
	max-height: 87px;
	width: auto;
}
.bbb-flexible-content-icon-row .lightslider-max-1 IMG,
.bbb-flexible-content-icon-row .lightslider-max-3 IMG
{
	max-height: 140px;
	margin-bottom: 1rem;
}
.bbb-flexible-content-icon-row P
{
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	margin-top: 10px;
	font-weight: 700;
}
.bbb-section-bg-pink .bbb-flexible-section-icon-row-item P,
.bbb-section-bg-white .bbb-flexible-section-icon-row-item P
{
	color: #690206;
}
.bbb-section-bg-dark-grey .bbb-flexible-section-icon-row-item P
{
	color: #081257;
}
.lightslider-max-1 .bbb-flexible-section-icon-row-item P,
.lightslider-max-3 .bbb-flexible-section-icon-row-item P
{
	font-size: 18px;
}

.bbb-bg-white + .bbb-bg-white
{
	margin-top: 3.3vmax;
	padding-top: 0px;
}
.bbb-section-bg-white + .bbb-section-bg-white
{
	margin-top: 0px;
	padding-top: 0px;
}

.no-gutter
{
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"]
{
  padding-right: 0;
  padding-left: 0;
}

.bbb-flexible-content-grid-content
{
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.bbb-flexible-content-grid-overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: 100%;*/
	display: table-cell;
	text-align: center;
	vertical-align: middle;
    top: 50%;
  	transform: translateY(-50%);
  	z-index: 9;
}
.bbb-flexible-content-grid-content:after
{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, .3);
}
.bbb-flexible-content-grid-overlay H3
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	font-size: 48px;
    font-weight: 700;
    color: #ffffff!important;
}
.bbb-flexible-content-grid-overlay P
{
    color: #ffffff!important;
}

.bbb-flexible-content-testimonial-slider H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	color: #081257;
	padding: 0px;
	margin: 0px;
}
.bbb-flexible-content-testimonial-slider P
{
	font-size: 20px;
}

.carousel-control-next,
.carousel-control-prev
{
	width: auto;
}

.bbb-flexible-content-testimonial-slider,
.bbb-flexible-content-icon-row
{
	position: relative;
    padding-bottom: 80px;
    padding-right: 3vw;
    padding-left: 3vw;
}
.bbb-flexible-content-testimonial-slider .carousel-control-next,
.bbb-flexible-content-testimonial-slider .carousel-control-prev,
.bbb-flexible-content-icon-row .carousel-control-next,
.bbb-flexible-content-icon-row .carousel-control-prev
{
	bottom: -330px;
}
.bbb-flexible-content-testimonial-slider .carousel-control-prev,
.bbb-flexible-content-icon-row .carousel-control-prev
{
	left: 50%;
	margin-left: -80px;
}
.bbb-flexible-content-testimonial-slider .carousel-control-next,
.bbb-flexible-content-icon-row .carousel-control-next
{
	right: 50%;
	margin-right: -80px;
}
.bbb-flexible-content-testimonial-slider .visually-hidden,
.bbb-flexible-content-icon-row .visually-hidden
{
	display: none;
}

.bbb-testimonial-stars
{
	max-height: 37px;
	width: auto!important;
}

.bbb-flexible-content-icon-row .bbb-flexible-content-button
{
	margin-top: 160px;
}

.bbb-page-footer
{
	position: relative;
    padding-top: 9.9vmax!important;
    max-height: 660px;
}
.bbb-page-footer-content-container
{
	position: absolute;
    top: 0px;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 9.9vmax;
}
.bbb-page-footer-content
{
    padding-left: 90px;
    padding-right: 90px;
    background-color: #081257;
    border-radius: 10px;
    margin: auto;
    width: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
}
.bbb-page-footer-content H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	font-size: 35px;
	margin-bottom: 35px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.bbb-page-footer-content P,
.bbb-page-footer-content A
{
	font-size: 35px;
	color: #ffffff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
@media (max-width: 990px)
{
	.bbb-page-footer-content
	{
		padding: 40px 40px 30px 40px;
	}
	.bbb-page-footer-content P,
	.bbb-page-footer-content A
	{
		font-size: 21px;
	}
}
@media (max-width: 640px)
{
	.bbb-page-footer-content
	{
		padding: 20px 25px 5px 25px;
	}
}
.bbb-page-footer-content .col-6 P,
.bbb-page-footer-content .col-6 A,
.bbb-page-footer-content .col-4 P,
.bbb-page-footer-content .col-4 A
{
	font-size: 21px;
	color: #ffffff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.bbb-page-footer-bg IMG
{
	max-height: 660px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.bbb-flexible-section-spacer
{
	/*padding-top: 6.6vmax!important;*/
	/*padding-bottom: 6.6vmax;*/
}

.bbb-text-shadow
{
	text-shadow: 1px 1px 1px #000000;
}

.bbb-flexible-section-gallery H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	color: #081257;
	font-size: 35px;
	margin-bottom: 28px;
}
.bbb-flexible-section-gallery P
{
	font-size: 21px;
	margin-bottom: 1.5rem;
}
.bbb-flexible-section-gallery-container
{
	background-color: #ffffff;
	padding: 0px;
    border-radius: 15px;
    border: 1px #081257 solid;
}
.bbb-flexible-section-gallery-container IMG
{
	aspect-ratio: 4/3;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center center;
	border-radius: 13px;
}
.bbb-flexible-section-gallery-container P
{
	font-size: 18px;
	font-weight: 300;
	color: #081257;
	margin-top: 1rem;
    margin-bottom: 0px;
}
.bbb-flexible-section-gallery-container P SPAN
{
	color: #690206;
	font-weight: 400;
}
.bbb-flexible-section-gallery-container H3
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	font-size: 26px;
}
.bbb-bg-image .bbb-flexible-section-gallery-container H1,
.bbb-bg-image .bbb-flexible-section-gallery-container H2,
.bbb-bg-image .bbb-flexible-section-gallery-container H3,
.bbb-bg-image .bbb-flexible-section-gallery-container H4,
.bbb-bg-image .bbb-flexible-section-gallery-container H5,
.bbb-bg-image .bbb-flexible-section-gallery-container H6,
.bbb-bg-image .bbb-flexible-section-gallery-container P,
.bbb-bg-image .bbb-flexible-section-gallery-container LI,
.bbb-bg-image .bbb-flexible-section-gallery-container A
{
	color: #081257;
}
.bbb-flexible-section-gallery-container-content
{
	padding: 20px;
}

.bbb-flexible-section-gallery-container-content-price P
{
	color: #690206;
	font-size: 16px;
}
.bbb-flexible-section-gallery-container-content-price-intro
{
	text-transform: uppercase;
}
.bbb-flexible-section-gallery-container-content-price-value
{
	font-size: 21px;
}

.bbb-flexible-inline-testimonial P
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	font-size: 21px;
	color: #081257;
	font-weight: 700;
}
.bbb-flexible-inline-testimonial H4
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	font-size: 21px;
	margin-bottom: 0px;
}

.bbb-page-banner-container
{
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
   	/*transform: translateY(50%);*/
}
.bbb-page-banner-content
{
    text-align: center;
    padding: 40px 160px;
    background-color: transparent;
    width: fit-content;
    margin: auto;
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
}
.bbb-page-banner-content H1
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
    text-align: center;
    color: #081257;
    font-size: 76px;
    font-weight: 300;
    margin: 0px;
}
.bbb-page-banner-content H2
{
    text-align: center;
    color: #081257;
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
    text-transform: uppercase;
}

@media (max-width: 990px)
{
	.bbb-page-banner-content
	{
		padding: 40px;
	}
	.inner-banner-area
	{
		margin-bottom: 9.9vmax;
	}
}
@media (max-width: 640px)
{
	.bbb-page-banner-content
	{
		padding: 20px;
	}
}

.bbb-header-contact-section
{
	background-color: #081257;
	padding: 20px;
}
.bbb-header-contact-section-item
{
	color: #ffffff;
	font-size: 18px;
	float: left;
    /*margin-left: 50px;*/
}
.bbb-header-contact-section-item I
{
	color: #ffffff;
	margin-right: 10px;
}
.bbb-header-contact-section-item A,
.bbb-header-contact-section-item A:link,
.bbb-header-contact-section-item A:visited
{
	color: #ffffff;
}
.bbb-header-contact-section-item A:hover,
.bbb-header-contact-section-item A:active
{
	color: #6d6e71;
}
@media (max-width: 1199px)
{
	.bbb-header-contact-section
	{
		display: flex;
		border-bottom: 1px #666666 solid;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px;
	}
	.bbb-header-contact-section-item
	{
		color: #ffffff;
		font-size: 18px;
		float: none;
	    margin-left: 0px;
	}
}
@media (min-width: 1200px)
{
	.bbb-header-contact-section
	{
		padding: 10px 33px;
		display: flex;
	    border-bottom: 1px #666666 solid;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    gap: 70px;
	}
	.sticky-header.fixed .bbb-header-contact-section
	{
		display: none;
	}
	#navbarNavDropdown
	{
		/*margin-top: 35px;*/
	}
 	.sticky-header.fixed #navbarNavDropdown
	{
		margin-top: 0px;
	}
    .sticky-header.fixed
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        animation: slideDown .25s ease-out;
    }
    .sticky-header.fixed .navbar
    {
    	padding: 0.5rem 1rem;
    }
    .sticky-header.fixed .navbar-brand
    {
    	padding-top: 0px;
    	padding-bottom: 0px;
    }
    .sticky-header.fixed .bbb-logo IMG
    {
    	max-height: 66px;
    }
}

#scroll-top
{
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #ffffff;
    background-color: #081257;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
#scroll-top.active
{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.bbb-blog-index-img IMG
{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
}
.page-link
{
	color: #081257
}
.page-item.active .page-link,
.hrc-pagination .page-numbers.current
{
    background-color: #081257;
    border-color: #081257;
    width: 38px;
    line-height: 36px;
    text-align: center;
    margin: 5px;
    border: 1px #081257 solid;
    border-radius: 50%;
    padding: 0px;
    color: #ffffff;
}
.page-item .page-link,
.hrc-pagination .page-numbers
{
    background-color: #ffffff;
    border-color: #081257;
    width: 38px;
    line-height: 36px;
    text-align: center;
    margin: 5px;
    border: 1px #081257 solid;
    border-radius: 50%;
    padding: 0px;
    display: inline-block;
}
.page-item .page-link:hover,
.page-item .page-link:active,
.hrc-pagination .page-numbers:hover,
.hrc-pagination .page-numbers:active
{
	color: #ffffff;
	background-color: rgb(109,110,113);
}
.page-item.active .page-link:hover,
.page-item.active .page-link:active,
.hrc-pagination .page-numbers.current:hover,
.hrc-pagination .page-numbers.current:active
{
	color: #ffffff;
	background-color: #081257;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link
{
	border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.bbb-flexible-content-blog-title H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	font-weight: 700;
    font-size: 48px;
    margin-bottom: 50px;
}

#wrapper-footer-full .col-md-6,
#wrapper-footer-full .col-md-4,
#wrapper-footer-full .col-md-3
{
	width: 100%;
	text-align: center;
	max-width: unset;
    flex: 100%;
    margin-bottom: 1rem;
}
#wrapper-footer-full UL
{
	text-align: center;
	display: flex;
    list-style: none;
    justify-content:center;
    flex-wrap: wrap;
    margin-left: 0px;
    padding-left: 0px;
}
#wrapper-footer-full LI
{
	list-style: none;
	margin-left: -2px;
    margin-right: -2px;
}
#wrapper-footer-full LI:before
{
	content: "|";
	margin-right: 30px;
	color: #666666;
}
#wrapper-footer-full LI:after
{
	content: "|";
	margin-left: 30px;
	color: #666666;
}
#wrapper-footer-full A,
#wrapper-footer-full A:link,
#wrapper-footer-full A:visited
{
    color: #081257;
    white-space: nowrap;
}
#wrapper-footer-full LI A
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	padding: 8px;
    display: inline-block;
}
#wrapper-footer-full A:hover,
#wrapper-footer-full A:active
{
    color: #666666;
}
#wrapper-footer-full .wp-block-separator
{
    border: none;
    border-top: 1px #666666 solid;
}
#wrapper-footer-full .footer-divider
{
	margin: 0px 15px;
	color: #666666;
}

.bbb-flexible-content-grid-item
{
	background-color: #081257;
	border-radius: 15px;
	aspect-ratio: 4/3;
	/*position: relative;*/
}
.bbb-flexible-content-grid-item-caption
{
	/*position: absolute;*/
    /*bottom: 0px;*/
    width: 100%;
    background-color: #ffffff;
    border: 1px #081257 solid;
    border-radius: 13px;
    padding: 15px 15px 12px 15px;
    margin-top: -40px;
}
.bbb-flexible-content-grid-item-caption-row
{
	margin-top: 0px;
	padding: 0px;
}
.bbb-flexible-content-grid-item-caption H2
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
    font-size: 21px;
   	color: #081257;
   	margin: 0px;
   	padding: 0px;
	margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.bbb-flexible-content-grid-item-caption P
{
    font-size: 16px;
   	color: #081257;
   	margin: 0px;
   	padding: 0px;
   	padding-top: 10px;
}
.bbb-flexible-section-blocks .bbb-flexible-content-heading H3
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
    font-size: 35px;
    font-weight: 700;
}
.bbb-flexible-section-blocks .bbb-flexible-content-grid-item H1,
.bbb-flexible-section-blocks .bbb-flexible-content-grid-item H2,
.bbb-flexible-section-blocks .bbb-flexible-content-grid-item H3,
.bbb-flexible-section-blocks .bbb-flexible-content-grid-item H4,
.bbb-flexible-section-blocks .bbb-flexible-content-grid-item H5,
.bbb-flexible-section-blocks .bbb-flexible-content-grid-item H6
{
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.bbb-flexible-section-blocks .bbb-flexible-content-paragraph,
.bbb-flexible-section-blocks .bbb-flexible-content-paragraph P,
.bbb-flexible-section-blocks .bbb-flexible-content-paragraph LI
{
	font-size: 21px;
	paddind-top: 1rem;
	padding-bototm: 1rem;
}

.bbb-bg-blue.bbb-flexible-section-blocks .bbb-flexible-content-heading H3,
.bbb-bg-blue.bbb-flexible-section-blocks .bbb-flexible-content-paragraph,
.bbb-bg-blue.bbb-flexible-section-blocks .bbb-flexible-content-paragraph P,
.bbb-bg-blue.bbb-flexible-section-blocks .bbb-flexible-content-paragraph LI
{
	color: #ffffff;
	font-weight: 700;
}
.bbb-bg-blue.bbb-flexible-section-blocks .bbb-flexible-content-paragraph A
{
	color: #ffffff;
	font-weight: 700;
	/*border-bottom: 1px dotted #fff;*/
}
.bbb-section-bg-light-grey.bbb-flexible-section-blocks .bbb-flexible-content-heading H3,
.bbb-section-bg-pink.bbb-flexible-section-blocks .bbb-flexible-content-heading H3,
.bbb-section-bg-white.bbb-flexible-section-blocks .bbb-flexible-content-heading H3
{
	color: #081257;
	font-weight: 700;
}
.bbb-section-bg-white.bbb-flexible-section-blocks .bbb-flexible-content-heading H3,
.bbb-section-bg-white.bbb-flexible-section-blocks .bbb-flexible-content-paragraph,
.bbb-section-bg-white.bbb-flexible-section-blocks .bbb-flexible-content-paragraph P,
.bbb-section-bg-white.bbb-flexible-section-blocks .bbb-flexible-content-paragraph LI
{
	color: #081257;
	font-weight: 700;
}
.bbb-section-bg-white.bbb-flexible-section-blocks .bbb-flexible-content-paragraph A
{
	color: #081257;
	font-weight: 700;
	/*border-bottom: 1px dotted #081257;*/
}

.bbb-flexible-content-grid-item .bbb-testimonial-stars
{
	margin-bottom: 20px;
}
.bbb-bg-blue .bbb-flexible-content-grid-item
{
	background-color: #ffffff;
	margin-bottom: 20px;
}
.bbb-section-bg-white .bbb-flexible-content-grid-item
{
	background-color: #081257;
	margin-bottom: 20px;
}
.bbb-section-bg-blue .bbb-flexible-content-grid-item H1,
.bbb-section-bg-blue .bbb-flexible-content-grid-item H2,
.bbb-section-bg-blue .bbb-flexible-content-grid-item H3,
.bbb-section-bg-blue .bbb-flexible-content-grid-item H4,
.bbb-section-bg-blue .bbb-flexible-content-grid-item H5,
.bbb-section-bg-blue .bbb-flexible-content-grid-item H6
{
	color: #ffffff; 
}
.bbb-section-bg-blue .bbb-flexible-content-grid-item P,
.bbb-section-bg-blue .bbb-flexible-content-grid-item LI
{
	color: #ffffff; 
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.bbb-section-bg-white .bbb-flexible-content-grid-item A
{
	color: #ffffff; 
	margin-bottom: 1rem;
	margin-top: 1rem;
	/*border-bottom: 1px dotted #fff;*/
}
.bbb-bg-blue .bbb-flexible-content-grid-item H1,
.bbb-bg-blue .bbb-flexible-content-grid-item H2,
.bbb-bg-blue .bbb-flexible-content-grid-item H3,
.bbb-bg-blue .bbb-flexible-content-grid-item H4,
.bbb-bg-blue .bbb-flexible-content-grid-item H5,
.bbb-bg-blue .bbb-flexible-content-grid-item H6
{
	color: #081257; 
}
.bbb-bg-blue .bbb-flexible-content-grid-item P,
.bbb-bg-blue .bbb-flexible-content-grid-item LI
{
	color: #081257; 
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.bbb-bg-blue .bbb-flexible-content-grid-item A
{
	color: #081257; 
	/*border-bottom: 1px dotted #081257;*/
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span
{
    background-color: #081257;
    border-color: #081257;
    box-shadow: -1px 0 0 0 #8cc5ff;
    color: #fff;
}
.ff-default .ff-el-input--label label
{
    margin-bottom: .5rem;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover
{
    color: #081257;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover
{
    color: #000000;
}

article footer.entry-footer
{
	margin-top: 2rem;
}
article IMG
{
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 10px;
}
article LI
{
	margin-bottom: 1rem;
}

.bbb-flexible-content-page H1,
.bbb-flexible-content-page H2,
.bbb-flexible-content-page H3,
.bbb-flexible-content-page H4,
.bbb-flexible-content-page H5,
.bbb-flexible-content-page H6
{
	font-family: 'Harlow Duo', 'Cardo', Verdana, Arial, Helvetics, sans-serif;
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-weight: 700;
}
.bbb-flexible-content-page P,
.bbb-flexible-content-page LI
{
	font-size: 21px;
	margin-bottom: 1rem;
}
.bbb-flexible-content-page A
{
	color: #081257;
	/*border-bottom: 1px dotted #081257;*/
}
.bbb-section-bg-dark-grey .bbb-flexible-content-page H1,
.bbb-section-bg-dark-grey .bbb-flexible-content-page H2,
.bbb-section-bg-dark-grey .bbb-flexible-content-page H3,
.bbb-section-bg-dark-grey .bbb-flexible-content-page H4,
.bbb-section-bg-dark-grey .bbb-flexible-content-page H5,
.bbb-section-bg-dark-grey .bbb-flexible-content-page H6
{
	color: #ffffff;
}
.bbb-section-bg-dark-grey .bbb-flexible-content-page P,
.bbb-section-bg-dark-grey .bbb-flexible-content-page LI
{
	color: #ffffff;
}

.lightslider-hidden
{
	display: none;
}

.bbb-page-footer-content A
{
	/*border-bottom: 1px dotted #ffffff;*/
}

.robertwood-blog-nav
{
	margin-top: 30px;
	margin-bottom: 10px;
}

@media (max-width: 640px)
{
	#slider-controls-testimonials .carousel-control-prev,
	#slider-controls-testimonials .carousel-control-next
	{
		display: none;
	}
}

@media (max-width: 1400px)
{
	.bbb-hide-home
	{
		display: none;
	}
}
@media (max-width: 1600px)
{
	.navbar-nav .bbb-button A
	{
		padding: 12px 18px;
	}
}

.footer-top
{
	padding: 30px;
	color: #081257;
    background-color: #E3E7EB;
    text-align: center;
}
.footer-middle
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-middle .widget.widgets_company_info IMG
{
	max-width: 80%;
}
.footer-middle .last UL
{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.footer-middle UL
{
	list-style: none;
    padding-left: 0px;
}
.footer-bottom
{
	padding: 15px;
	color: #ffffff;
    background-color: #081257;
    text-align: center;
}

.footer-bar-menu-item
{
	display: inline-block;
	margin: 0px 40px;
	text-transform: uppercase;
}

.footer-widget.widget_nav_menu H3
{
	text-transform: uppercase;
	font-size: 18px;
}

.bbb-flexible-section-bullets-image-container
{
	/*margin-bottom: 50px;*/
}
.bbb-flexible-section-bullets-image-container IMG
{
	width: 100%;
	height: 50vh;
	min-height: 420px;
	object-fit: cover;
	object-position: center center;
}
.bbb-bullet-list
{
	display: table;
    padding-bottom: 10px;
}
.hrc-hotel-features-list
{
	display: table;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bbb-bullet-list-row,
.hrc-hotel-features-list-row
{
	display: table-row;
}
.bbb-bullet-list-item,
.hrc-hotel-features-list-item
{
	display: table-cell;
	vertical-align: middle;
    line-height: 120%;
    padding-bottom: 10px;
}
.bbb-bullet-list-item IMG
{
    width: 120px;
    height: auto;
    margin-right: 20px;
    margin-left: -10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.hrc-hotel-features-list-item IMG
{
    width: 30px;
    height: auto;
    margin-right: 3px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.footer-contact-icon
{
	display: inline-block;
	margin: 5px;
}
.footer-contact-icon A,
.footer-contact-icon A:link,
.footer-contact-icon A:visited
{
	display: inline-block;
    background-color: #690206;
    color: #ffffff;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 50%;
}
.footer-contact-icon A:hover,
.footer-contact-icon A:active
{
	background-color: rgb(109,110,113);
}

.content-area NAV
{
	float: right;
}
.hrc-pagination
{
	margin-top: 50px;
	float: right;
}

.bbb-blog-intro P
{
	font-size: 21px;
}

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea
{
	margin-top: 10px;
    border-radius: 30px;
    padding: 10px 20px;
    height: auto;
}
.btn-outline-primary, .wpcf7 input[type=submit]
{
    color: #ffffff;
    border-color: #690206;
    background-color: #690206;
    width: auto;
    padding: 10px 30px;
    border-radius: 30px;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover,
.btn-outline-primary:active, .wpcf7 input[type=submit]:active
{
    color: #ffffff;
    background-color: rgb(109,110,113);;
    border-color: #690206;
}

.post-navigation-link-next:after
{
    content: "\f061";
}
.post-navigation-link-previous:before
{
    content: "\f060";
}

.hrc-page-title-banner H1
{
	font-family: 'Montserrat', 'Roboto', Verdana, Arial, Helvetics, sans-serif;
	font-size: 80px;
	font-weight: 300;
	color: #081257;
}

.entry-content P
{
	font-size: 21px;
}

.bbb-flexible-content-grid-item-caption-inner-sidebyside H2
{
	font-size: 32px!important;
}
.bbb-flexible-content-grid-item-caption-inner-sidebyside P
{
	font-size: 16px;
}
.bbb-flexible-content-grid-item-caption-inner-price
{
	float: right;
	text-align: right;
}
.bbb-flexible-content-grid-item-caption-inner-price P
{
	color: #690206;
}
.bbb-flexible-content-grid-item-caption-inner-price-intro
{
	text-transform: uppercase;
}
.bbb-flexible-content-grid-item-caption-inner-price-value
{
	font-size: 26px;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider
{
	height: auto!important;
}

.error-404.not-found
{
	padding-top: 3.3vmax;
	padding-bottom: 6.6vmax;
}
