BODY
{
	font-family: 'Figtree', Verdana, Arial, Helvetics, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: rgb(62, 71, 79);
}

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

.wrapper
{
    padding: 0px;
}

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

#wrapper-navbar
{
	/*
	position: absolute;
  top: 0px;
  left: 0px;
  */
  width: 100%;
  z-index: 999;
} 
#wrapper-footer-full
{
	background-color: #00314A;
	padding: 0px;
}
#wrapper-footer-full, #wrapper-static-hero
{
	background-color: transparent;
	text-align: center;
}
#wrapper-footer
{
	background-color: #00314A;
	color: #ffffff;
	padding: 70px 0px;
	margin: 0px;
	overflow: hidden;
	border-top: 1px #9FCBEE solid;
}
#wrapper-footer-full P
{
	color: #ffffff;
}

#wrapper-footer-icons
{
	background-color: #CEC5BA;
}
#wrapper-footer-icons IMG
{
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 140px;
	margin: 30px;
}

#wrapper-footer-copyright
{
	background-color: #B40000;
	color: #ffffff;
	padding: 15px;
}

.navbar-dark .navbar-nav .nav-link
{
    color: #00314A;
    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: #B40000;
}
.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: #B40000;
}
.dropdown-toggle
{
    padding-right: 25px !important;
}
.dropdown-toggle::after
{
    color: #00314A;
    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: 1rem;
    padding-left: 1rem;
	white-space: normal;
	line-height: 120%;
	font-weight: 600;
  }
  .navbar-expand-xl .navbar-nav
  {
    align-items: center;
    gap: 20px;
    margin-right: 40px;
    padding-right: 1rem;
  }
}

.dropdown-menu
{
	border: none;
  background-color: transparent;
	background-color: #00314a !important;
	padding-bottom: 10px;
}
.dropdown-item
{
	background-color: #00314a !important;
	color: #ffffff!important;
	border-radius: 0px;
	padding: 15px 18px;
	text-align: left;
	margin-top: 0px;
	font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover
{
    color: #cec5ba !important;
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active
{
    color: #cec5ba !important;
    text-decoration: none;
}
@media (max-width: 1199px)
{
	.dropdown-menu
	{
		background-color: transparent !important;
	}
	.dropdown-item
	{
		background-color: transparent !important;
	}
	.dropdown-toggle::after
	{
		color: #ffffff;
	}
}

@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: #CEC5BA;
}

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

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

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

.hamley-flexible-content-button,
PRE A
{
	margin-top: 20px;
}
.hamley-flexible-content-button A,
.hamley-flexible-content-button A:link,
.hamley-flexible-content-button A:visited,
PRE A,
PRE A:link,
PRE A:visited
{
  font-size: 16px;
  color: #00314A!important;
  padding: 12px 28px 10px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #9FCBEE;
  z-index: 1;
  text-decoration: none;
}
.hamley-flexible-content-button A:hover,
.hamley-flexible-content-button A:active,
PRE A:hover,
PRE A:active
{
  background: #CEC5BA;
}

.hamley-button-reverse.hamley-flexible-content-button A,
.hamley-button-reverse.hamley-flexible-content-button A:link,
.hamley-button-reverse.hamley-flexible-content-button A:visited,
.hamley-section-bg-dark-grey .hamley-flexible-content-button A,
.hamley-section-bg-dark-grey .hamley-flexible-content-button A:link,
.hamley-section-bg-dark-grey .hamley-flexible-content-button A:visited
{
  font-size: 16px;
  color: #00314A!important;
  padding: 12px 28px 10px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #9FCBEE;
  z-index: 1;
  text-decoration: none;
}
.hamley-button-reverse.hamley-flexible-content-button A:hover,
.hamley-button-reverse.hamley-flexible-content-button A:active,
.hamley-section-bg-dark-grey .hamley-flexible-content-button A:hover,
.hamley-section-bg-dark-grey .hamley-flexible-content-button A:active
{
  background: #CEC5BA;
}

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

.hamley-bg-white
{
	background-color: #ffffff;
}
.hamley-bg-grey,
.hamley-bg-gray
{
	background-color: #efefef;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.hamley-bg-blue
{
	background-color: #002739;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
	border-top: 1px #9FCBEE solid;
}
.hamley-section-bg-blue
{
	background-color: #002739;
	border-top: 1px #9FCBEE solid;
}
.hamley-bg-light-blue
{
	background-color: #00314A;
}
.hamley-section-bg-light-blue
{
	background-color: #00314A;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
    border-top: 1px #9FCBEE solid;
}

.hamley-section-bg-white
{
	background-color: #ffffff;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.hamley-section-bg-light-grey,
.hamley-section-bg-light-gray
{
	background-color: #efefef;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.hamley-section-bg-dark-grey,
.hamley-section-bg-dark-gray
{
	background-color: #3e474f;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.hamley-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/hamley/images/slider-left.png)!important;
	width: 30px;
  height: 30px;
	opacity: .5;
	margin-left: 30px;
}
.swiper-button-next:after
{
	content: url(/wp-content/themes/hamley/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;
	}
	.hamley-slide-caption-text
	{
		max-width: unset!important;
	}
	.hamley-slide-caption-heading,
	.hamley-slide-caption-subheading
	{
		font-size: 3vw!important;
	}
}
@media screen and (max-width: 768px)
{
	.hamley-slide-caption-chop
	{
		text-align: center;
	}
	.hamley-slide-caption-heading,
	.hamley-slide-caption-subheading
	{
		font-size: 5vw!important;
	}
	.hamley-slide-caption-heading-container,
	.hamley-slide-caption-subheading-container
	{
		margin-left: auto;
	}
	.hamley-slide-caption-heading,
	.hamley-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: 0px!important;
    background: #ffffff!important;
    opacity: 1!important;
    border: 1px #3e474f solid!important;
    color: #ffffff!important;
}

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

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

.hamley-slide-caption-heading-container
{
	margin-left: -25px;
}
.hamley-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: 0px;
}

.hamley-slide-caption-subheading-container
{
	margin-top: 10px;
	margin-left: -25px;
}
.hamley-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: 0px;
}

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

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


.hamley-flexible-content-image
{
	text-align: center;
	margin-bottom: 1.5rem;
}
.hamley-flexible-content-image-underlay IMG
{
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.hamley-flexible-content-heading,
.hamley-flexible-content-paragraph,
.hamley-flexible-content-paragraph P
{
	overflow-wrap: anywhere;
}
.hamley-flexible-content-heading
{
	margin: 0px 0px 20px 0px;
}
.hamley-flexible-content-heading H3
{
	color: #3e474f;
  line-height: 120%;
  margin-top: 10px;
 	font-size: 26px;
	font-weight: 400;
}
.hamley-flexible-content-two-column-block H1,
.hamley-flexible-content-two-column-block H2,
.hamley-flexible-content-two-column-block H3,
.hamley-flexible-content-two-column-block H4,
.hamley-flexible-content-two-column-block H5,
.hamley-flexible-content-two-column-block H6
{
  line-height: 120%;
  margin-bottom: 15px;
   font-size: 20px;
}
.hamley-flexible-content-two-column-block A,
.hamley-flexible-content-two-column-block A:link,
.hamley-flexible-content-two-column-block A:visited
{
  border: 1px #3e474f solid;
  background: #3e474f;
  color: #ffffff;
  padding: 5px 20px 7px;
  text-align: center;
  margin: auto;
  text-decoration: none;
}
.hamley-flexible-content-two-column-block A:hover,
.hamley-flexible-content-two-column-block A:active
{
  border: 1px #3e474f solid;
  background: #ffffff;
  color: #3e474f;
}

.hamley-flexible-section-grid
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6.6vmax;
	padding-bottom: 6.6vmax;
}

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

.hamley-flexible-content-why-choose-us .hamley-flexible-content-title H2,
.hamley-flexible-content-why-choose-us .hamley-flexible-content-heading,
.hamley-flexible-content-why-choose-us .hamley-flexible-content-heading H3,
.hamley-flexible-content-why-choose-us .hamley-flexible-content-paragraph,
.hamley-flexible-content-why-choose-us .hamley-flexible-content-paragraph P
{
	color: #ffffff;
}
.hamley-flexible-content-grid .hamley-flexible-content-title H2,
.hamley-flexible-content-grid .hamley-flexible-content-heading,
.hamley-flexible-content-grid .hamley-flexible-content-heading H3
{
  color: #3e474f;
}
.hamley-flexible-content-why-choose-us
{
	padding: 0px 0px 40px;
}
.hamley-flexible-content-page-content .hamley-flexible-content-title,
.hamley-flexible-content-extra-content .hamley-flexible-content-title,
.hamley-flexible-content-why-choose-us .hamley-flexible-content-title
{
	margin-bottom: 20px;
}
.hamley-flexible-content-why-choose-us .hamley-flexible-content-title
{
	margin-top: -20px;
}
.hamley-flexible-content-why-choose-us .hamley-flexible-content-paragraph
{
	padding: 0px 20px;
}
.hamley-flexible-content-grid .hamley-flexible-content-title,
.hamley-flexible-content-full-width .hamley-flexible-content-title,
.hamley-flexible-content-two-columns .hamley-flexible-content-title,
.hamley-flexible-content-gallery .hamley-flexible-content-title,
.hamley-flexible-content-form .hamley-flexible-content-title,
.hamley-flexible-content-index .hamley-flexible-content-title
{
	margin-bottom: 30px;
}
.hamley-flexible-content-index IMG
{
	aspect-ratio: 4/3;
	border-radius: 0px;
}
.hamley-flexible-content-index A > .hamley-flexible-content-grid-item:hover,
.hamley-flexible-content-index A > .hamley-flexible-content-grid-item:active
{
	background-color: #CEC5BA;
}
.hamley-flexible-content-full-width
{
	text-align: center;
}
.hamley-flexible-content-full-width IMG
{
	text-align: center;
	margin: auto;
}
.hamley-flexible-content-extra-content .hamley-flexible-content-page IMG
{
	margin: 20px;
}
.hamley-flexible-content-page-content .hamley-flexible-content-page,
.hamley-flexible-content-page-content .hamley-flexible-content-page P
{
	font-size: 21px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 1rem;
	color: #ffffff;
}
.hamley-flexible-content-extra-content .hamley-flexible-content-page
{
	text-align: center;
}
.hamley-nopadding
{
	padding: 0px!important;
}
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full,
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full
{
	display: table;
	width: 100%;
}
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full .pull-left,
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .pull-left,
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full .pull-right,
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .pull-right
{
	display: table-cell;
	vertical-align: middle;
}
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full IMG,
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full IMG
{
	width: 50vw;
	max-width: unset;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.hamley-flexible-content-left-image IMG
{
	padding-right: 40px;
	height: auto;
	object-fit: cover;
	object-position: center center;
}
.hamley-flexible-content-right-image IMG
{
	padding-left: 40px;
	height: auto;
	object-fit: cover;
	object-position: center center;
}
.hamley-flexible-section-left-image-sidebyside,
.hamley-flexible-section-right-image-sidebyside
{
	padding-right: 0px;
	padding-left: 0px;
}	
.hamley-flexible-section-left-image-overlap IMG,
.hamley-flexible-section-right-image-overlap IMG
{
	padding-right: 0px;
	padding-left: 0px;
	width: 140%;
	border-radius: 0px;
}
.hamley-flexible-section-left-image-sidebyside IMG,
.hamley-flexible-section-right-image-sidebyside IMG
{
	padding-right: 0px;
	padding-left: 0px;
	aspect-ratio: 1 / .8;
}
.hamley-flexible-section-left-image-sidebyside .hamley-content-container,
.hamley-flexible-section-right-image-sidebyside .hamley-content-container
{
	margin-top: 0px!important;
	margin-bottom: 0px!important;	
	padding-top: 6.6vmax;
	padding-bottom: 6.6vmax;
	border-radius: 0px!important;
}
.hamley-flexible-section-left-image-sidebyside .hamley-half-pull-left,
.hamley-flexible-section-right-image-sidebyside .hamley-half-pull-right
{
	padding-right: 0px;
	padding-left: 0px;
	display: table;
}
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full .hamley-flexible-content-heading,
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full .hamley-flexible-content-heading H2,
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full .hamley-flexible-content-page
{
	text-align: left;
	color: #ffffff;
}
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .hamley-flexible-content-heading,
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .hamley-flexible-content-heading H2,
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .hamley-flexible-content-page
{
	text-align: left;
	color: #ffffff;
	width: 100%;
}
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .hamley-flexible-content-heading A,
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .hamley-flexible-content-heading H2 A
{
	color: #ffffff;
	/*border-bottom: 1px dotted #fff;*/
}
.hamley-flexible-content-left-image .hamley-flexible-content-heading H2,
.hamley-flexible-content-right-image .hamley-flexible-content-heading H2
{
	text-align: left;
	color: #ffffff;
}
.hamley-content-container
{
	padding: 60px 90px 80px;
}
.hamley-flexible-content-team-member .hamley-content-container,
.hamley-flexible-content-project .hamley-content-container
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.hamley-flexible-content-left-image .hamley-content-container
{
	/*background-color: #00314A; */
	margin-top: 6.6vmax;
	margin-bottom: 6.6vmax;
	border-radius: 0px;
	display: table-cell;
	vertical-align: middle;
}
@media (min-width: 1200px)
{
	.hamley-flexible-content-left-image .hamley-content-container
	{
		padding-left: 90px;
		padding-right: 90px;
	}
}
.hamley-flexible-content-right-image .hamley-content-container
{
	/*background-color: #00314A; */
	margin-top: 6.6vmax;
	margin-bottom: 6.6vmax;
	border-radius: 0px;
	display: table-cell;
	vertical-align: middle;
}
@media (min-width: 1200px)
{
	.hamley-flexible-content-right-image .hamley-content-container
	{
		padding-left: 50px;
		padding-right: 50px;
	}
}
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .pull-right.hamley-content-container,
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full .pull-left.hamley-content-container,
.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .pull-right .hamley-flexible-content-heading,
.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full .pull-left .hamley-flexible-content-heading
{
	padding: 0px;
	margin: 0px;
}
.swiper-container
{
	margin-bottom: -40px;
	position: relative;
}
.hamley-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
{
	margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.hamley-flexible-content-testimonial-slider .carousel-inner
{
	padding-top: 40px;
}
@media (min-width: 990px)
{
	.carousel-item
	{
		padding-left: 80px;
	    padding-right: 80px;
	}
}
.carousel-item-inner
{
	position: relative;
}
.hamley-bg-dark .lSAction>.lSNext,
.hamley-bg-dark .carousel-control-next-icon,
.hamley-section-bg-dark-grey .lSAction>.lSNext,
.hamley-section-bg-dark-grey .carousel-control-next-icon
{
	background-image: url(/wp-content/themes/hamley/images/blue-dark-bg-next.png);
}
.hamley-bg-dark .lSAction>.lSPrev, 
.hamley-bg-dark .carousel-control-prev-icon,
.hamley-bg-image .lSAction>.lSPrev, 
.hamley-bg-image .carousel-control-prev-icon,
.hamley-section-bg-dark-grey .lSAction>.lSPrev, 
.hamley-section-bg-dark-grey .carousel-control-prev-icon
{
	background-image: url(/wp-content/themes/hamley/images/blue-dark-bg-prev.png);
}
.lSAction>.lSNext,
.carousel-control-next-icon
{
	background-image: url(/wp-content/themes/hamley/images/blue-bg-next.png);
}
.lSAction>.lSPrev,
.carousel-control-prev-icon
{
	background-image: url(/wp-content/themes/hamley/images/blue-bg-prev.png);
}
.hamley-flexible-content-gallery-slider .carousel-control-prev
{
	margin-left: -140px;
}
.hamley-flexible-content-gallery-slider .carousel-control-next
{
	margin-right: -140px;
}
.lSAction>.lSNext, .lSAction>.lSPrev,
.carousel-control-next-icon, .carousel-control-prev-icon
{
	width: 44px;
	height: 44px;
	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: -80px;
}
.lSAction>.lSPrev
{
    left: 50%;
    margin-left: -80px;
}

.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;
}

.hamley-relative
{
	position: relative;
}

@media (min-width: 1200px)
{
	.navbar-expand-xl .navbar-nav .dropdown-menu
	{
	    margin-top: 10px;
	}
}

.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 #3e474f solid;
  background: #3e474f;
  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 #3e474f solid;
  background: #ffffff;
  color: #3e474f;
}
#menu-secondary-menu LI.menu-item.hamley-header-phone A,
#menu-secondary-menu LI.menu-item.hamley-header-phone A:link,
#menu-secondary-menu LI.menu-item.hamley-header-phone A:visited
{
  border: none;
  background: transparent;
  color: #3e474f;
  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.hamley-header-phone A:hover,
#menu-secondary-menu LI.menu-item.hamley-header-phone A:active
{
  border: none;
  background: transparent;
  color: #3e474f;
}

.hamley-flexible-content-two-column-block
{
	padding: 40px;
}
.hamley-flexible-content-heading H2
{
}

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

@media (min-width: 769px)
{
	.hamley-flexible-content-left-image .hamley-content-container-arrow
	{
		position: relative;
	}
	.hamley-flexible-content-left-image .hamley-content-container-arrow::before
	{
		content: "";
		position: absolute;
		width: 60px;
		height: 60px;
		background-color: #00314A;
		top: 50%;
		left: 0px;
		margin-top: -30px;
		margin-left: -30px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.hamley-flexible-content-right-image .hamley-content-container-arrow
	{
		position: relative;
	}
	.hamley-flexible-content-right-image .hamley-content-container-arrow::before
	{
		content: "";
		position: absolute;
		width: 60px;
		height: 60px;
		background-color: #00314A;
		top: 50%;
		right: 0px;
		margin-top: -30px;
		margin-right: -30px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
}
@media (min-width: 1200px)
{
	.hamley-flexible-content-left-image .hamley-content-container-arrow
	{
		position: relative;
	}
	.hamley-flexible-content-left-image .hamley-content-container-arrow::before
	{
		content: "";
		position: absolute;
		width: 90px;
		height: 90px;
		background-color: #00314A;
		top: 50%;
		left: 0px;
		margin-top: -45px;
		margin-left: -45px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.hamley-flexible-content-right-image .hamley-content-container-arrow
	{
		position: relative;
	}
	.hamley-flexible-content-right-image .hamley-content-container-arrow::before
	{
		content: "";
		position: absolute;
		width: 90px;
		height: 90px;
		background-color: #00314A;
		top: 50%;
		right: 0px;
		margin-top: -45px;
		margin-right: -45px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
}

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

.navbar-dark .navbar-toggler
{
	border-color: transparent;
}
.navbar-dark .navbar-toggler-icon
{
	background: url(/wp-content/themes/hamley/images/menu-button.png);
	background-size: cover;
  background-position: center center;
}
.navbar-nav .hamley-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 .hamley-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: 15px 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: #3e474f;
    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;
	}
	.hamley-flexible-content-right-image .col-md-2,
	.hamley-flexible-content-right-image .col-md-3,
	.hamley-flexible-content-right-image .col-md-4,
	.hamley-flexible-content-right-image .col-md-5,
	.hamley-flexible-content-right-image .col-md-6,
	.hamley-flexible-content-right-image .col-md-7,
	.hamley-flexible-content-right-image .col-md-8
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.hamley-flexible-content-left-image .col-md-2,
	.hamley-flexible-content-left-image .col-md-3,
	.hamley-flexible-content-left-image .col-md-4,
	.hamley-flexible-content-left-image .col-md-5,
	.hamley-flexible-content-left-image .col-md-6,
	.hamley-flexible-content-left-image .col-md-7,
	.hamley-flexible-content-left-image .col-md-8
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.footer-divider
	{
		color: #3e474f!important;
	}
}
@media (max-width: 768px)
{
	.hamley-flexible-content-left-image.hamley-flexible-content-left-image-full IMG,
	.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full IMG
	{
		width: 100%;
	}
	.hamley-half-container
	{
		width: 100%;
		max-width: unset;
	}
	.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .hamley-flexible-content-heading,
	.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .hamley-flexible-content-heading H2,
	.hamley-flexible-content-right-image.hamley-flexible-content-right-image-full .hamley-flexible-content-page
	{
    text-align: left;
  }
  .hamley-content-container
  {
		padding: 30px;
    margin-bottom: 0px;
  }
  .pull-left > .hamley-content-container
  {
  	padding-top: 0px;
  }
}

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

@media (max-width: 990px)
{
	.menu-secondary-menu-container .hamley-header-phone A
	{
		font-size: 0px!important;
		line-height: 24px;
	}
	.hamley-header-phone SPAN:before
	{
		padding: 9px 10px 9px 11px;
	}
	.menu-secondary-menu-container .hamley-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;
	}
	.hamley-header-location SPAN:before
	{
    background-color: #3e474f;
    font-size: 18px;
    margin-right: 0px;
    color: #ffffff;
    border-radius: 0px;
    padding: 9px 12px;
  }
	.menu-secondary-menu-container .hamley-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;
	}
	.hamley-header-contact SPAN:before
	{
    background-color: #3e474f;
    font-size: 18px;
    margin-right: 0px;
    color: #ffffff;
    border-radius: 0px;
    padding: 9px;
  }
}

.home-banner-area
{
	position: relative;
      min-height: calc(100vh - 200px);
}
.inner-banner-area
{
	min-height: 430px;
	height: 50vh;
	background-size: cover!important;
    background-position: center center!important;
}
.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
{
	color: rgb(62, 71, 79);
	font-size: 69px;
	font-weight: 700;
}
.banner-content H2
{
	color: rgb(62, 71, 79);
	font-size: 48px;
	font-weight: 700;
}
.banner-content P
{
	margin-top: 35px;
}
.hamley-flexible-content-heading H2,
.hamley-flexible-content-page-hero-heading
{
	font-size: 35px;
	font-weight: 700;
}
.hamley-flexible-content-page-hero-heading,
.hamley-flexible-content-page-hero-text
{
	color: #ffffff;
}

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

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

.hamley-flexible-content-numbered-list-container
{
	padding: 0px;
}
.hamley-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;
}
.hamley-flexible-content-numbered-item
{
	margin-top: 20px;
	display: table;
}
.hamley-flexible-content-numbered-item-container
{
	display: table-row;
}
.hamley-flexible-content-numbered-item-marker,
.hamley-flexible-content-numbered-item-content
{
	display: table-cell;
	vertical-align: top;
	padding-top: 20px;
}
.hamley-flexible-content-numbered-item::marker,
.hamley-flexible-content-numbered-item-marker
{
	font-size: 150px;
	color: rgb(209,211,212);
	text-align: center;
	line-height: 100%;
	padding: 0px 30px;
}
.hamley-flexible-content-numbered-list-heading
{
	font-size: 30px;
	color: #3e474f;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
.hamley-flexible-content-numbered-list-content
{
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

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

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

.hamley-projects-map
{
	position: relative;
	display: table;
	margin: auto;
}
.hamley-projects-marker
{
	position: absolute;
	display: table;
}
.hamley-projects-marker-container
{
	display: table-row;
}
.hamley-projects-marker-icon,
.hamley-projects-marker-popup-container
{
	display: table-cell;
}
.hamley-projects-marker-popup-project-name
{
	color: #3e474f;
}
.hamley-projects-marker-popup-project-desc
{
	font-size: 14px;
}
.hamley-projects-marker-popup-inner
{
	background-color: #e6e7e8;
	text-align: left;
	padding: 5px;
	white-space: nowrap;
	margin-left: 30px;
}
.hamley-projects-marker-icon,
.hamley-projects-marker-icon IMG
{
	height: 90px;
  width: 56px;
  max-width: unset;
	padding-left: 0px;
	padding-right: 0px;
}
.hamley-projects-marker-popup
{
	background: url(/wp-content/themes/hamley/images/marker-pointer.png);
	background-size: 30px;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 990px)
{
	.hamley-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;
	max-height: 150px;
    width: auto;
}
.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;
	}
	.hamley-flexible-content-page-content .hamley-flexible-content-page, .hamley-flexible-content-page-content .hamley-flexible-content-page P
	{
		/*font-size: 6vw;*/
	}
	.footer-blurb
	{
    font-size: 4vw;
	}
	/*
	.hamley-flexible-content-left-image .hamley-content-container,
	.banner-content,
	.hamley-flexible-content-title,
	.hamley-flexible-content-file-list,
	.hamley-flexible-content-index,
	.hamley-flexible-content-text-block
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	*/
	.hamley-content-container
	{
		max-width: unset;
		padding: 15px;
	}
	.hamley-flexible-content-numbered-item::marker, .hamley-flexible-content-numbered-item-marker
	{
    font-size: 12vw;
    padding-top: 20px;
  }
  .hamley-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;
	}
}
.hamley-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;
}

.hamley-logo IMG
{
	width: auto;
    max-width: 100%;
    max-height: 117px;
}
@media (min-width: 1200px)
{
	.hamley-logo IMG
	{
	    margin-left: 52px;
	}
}

.hamley-button A
{
	color: #ffffff;
	background: #00314A;
	border-radius: 0px;
	margin-left: 18px;
	padding: 18px 24px;
	line-height: 20px!important;
	padding-left: 24px!important;
    padding-right: 24px!important;
}
.banner-content-container .hamley-button A
{
	margin-left: 0px;
}

.hamley-flexible-call-to-action
{
}
.hamley-flexible-call-to-action .hamley-content-container
{
	padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.hamley-flexible-call-to-action H2
{
	font-size: 48px;
    font-weight: 700;
    color: #00314A;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 768px)
{
	.hamley-flexible-call-to-action H2
	{
		font-size: 35px;
	}
	.hamley-cta-drop-short .hamley-flexible-call-to-action H2
	{
		display: none;
	}
	.hamley-cta-drop-short
	{
		display: flex;
	    width: 100%;
	}
	.hamley-cta-drop-short .hamley-flexible-call-to-action
	{
		width: 100%;
	    align-content: center;
	}
	.hamley-flexible-call-to-action A
	{
		font-size: 5vw;
	}
	.hamley-button-reverse.hamley-flexible-content-button A, .hamley-button-reverse.hamley-flexible-content-button A:link, .hamley-button-reverse.hamley-flexible-content-button A:visited, .hamley-section-bg-dark-grey .hamley-flexible-content-button A, .hamley-section-bg-dark-grey .hamley-flexible-content-button A:link, .hamley-section-bg-dark-grey .hamley-flexible-content-button A:visited
	{
		display: block;
	}
	.hamley-cta-drop-long
	{
		background: #CEC5BA !important;
	    min-height: auto !important;
	}
	.hamley-cta-drop-long .hamley-flexible-call-to-action H2
	{
		color: #b40000 !important;
	}
	.hamley-cta-drop-long .hamley-flexible-call-to-action P
	{
		color: #4c4d4d!important;
	}
}
.hamley-flexible-section-icon-row
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.hamley-flexible-section-icon-row.hamley-bg-dark
{
	background: #3e474f url(../images/icon-bg.png);
	background-position: center left;
	background-repeat: no-repeat;
}
@media (max-width: 768px)
{
	.hamley-flexible-section-icon-row.hamley-bg-dark
	{
		background: #3e474f;
	}
}
.hamley-flexible-content-icon-row
{
	padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}
.hamley-section-bg-white.hamley-flexible-section-icon-row
{
	padding-top: 4.4vmax;
    padding-bottom: 4.4vmax;
}
.hamley-section-bg-white .hamley-flexible-section-icon-row-item
{
	background-color: #efefef;
	padding: 40px 60px;
}
.hamley-flexible-content-icon-row H2
{
	color: #ffffff;
	margin-bottom: 20px;
}
.hamley-section-bg-white .hamley-flexible-section-icon-row-item,
.hamley-section-bg-dark-grey .hamley-flexible-section-icon-row-item
{
	background-color: #efefef;
	padding: 40px 60px;
	border-radius: 0px;
}
.hamley-section-bg-light-blue .hamley-flexible-section-icon-row-item
{
	background-color: #ffffff;
	padding: 40px 60px;
	border-radius: 0px;
}
.hamley-section-bg-white.hamley-flexible-section-icon-row H2
{
	color: rgb(62, 71, 79);
}
.hamley-section-bg-light-blue.hamley-flexible-section-icon-row H2
{
    color: #00314A;
}
.hamley-flexible-content-icon-row IMG
{
	border-radius: 0px;
	max-height: 87px;
	width: auto;
}
.hamley-flexible-content-icon-row .lightslider-max-1 IMG,
.hamley-flexible-content-icon-row .lightslider-max-3 IMG
{
	max-height: 140px;
	margin-bottom: 1rem;
}
.hamley-flexible-content-icon-row P
{
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	margin-top: 10px;
	font-weight: 700;
}
.hamley-section-bg-light-blue .hamley-flexible-section-icon-row-item P,
.hamley-section-bg-white .hamley-flexible-section-icon-row-item P
{
	color: #00314A;
}
.hamley-section-bg-dark-grey .hamley-flexible-section-icon-row-item P
{
	color: rgb(62, 71, 79);
}
.lightslider-max-1 .hamley-flexible-section-icon-row-item P,
.lightslider-max-3 .hamley-flexible-section-icon-row-item P
{
	font-size: 18px;
}

.hamley-flexible-section-icon-row .hamley-flexible-content-grid-item,
.hamley-page-banner-content,
.hamley-flexible-content-grid-content-image .hamley-flexible-content-grid-overlay
{
	position: relative;
}
.hamley-page-banner-content::before,
.hamley-flexible-content-grid-content-image .hamley-flexible-content-grid-overlay::before
{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	margin-left: -9px;
	margin-top: -9px;
	background: url(/wp-content/themes/hamley/images/top-corner.png)!important;
	background-size: contain!important;
	background-position: top left!important;
	background-repeat: no-repeat!important;
}
.hamley-flexible-section-icon-row .hamley-flexible-content-grid-item::after,
.hamley-page-banner-content::after,
.hamley-flexible-content-grid-content-image .hamley-flexible-content-grid-overlay::after
{
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0px;
	width: 45px;
	height: 45px;
	margin-right: -10px;
	margin-bottom: -10px;
	background: url(/wp-content/themes/hamley/images/bottom-corner.png)!important;
	background-size: contain!important;
	background-position: bottom right!important;
	background-repeat: no-repeat!important;
}
.hamley-bg-white + .hamley-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;
}

.hamley-flexible-content-grid-content
{
	position: relative;
	width: 100%;
	height: 100%;
	/*display: table;*/
	padding: 30px;
	border-radius: 15px;
	border: 1px #9FCBEE solid;
	background-color: #002739;
}
.hamley-flexible-content-grid-content.hamley-flexible-content-grid-content-image .hamley-flexible-content-grid-overlay
{
	/*position: absolute;*/
	bottom: 0px;
	left: 0px;
	width: auto;
    margin-left: 50px;
    margin-right: 50px;
    /* height: 100%; */
    /* display: table-cell; */
    text-align: center;
    vertical-align: middle;
    transform: translateY(-50%);
    margin-bottom: -25%;
    z-index: 9;
    background-color: #002739;
    padding: 20px 30px;
}
/*
.hamley-flexible-content-grid-content:after
{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, .3);
}
*/
A .hamley-flexible-content-grid-overlay:hover,
A .hamley-flexible-content-grid-overlay:active
{
  background-color: #CEC5BA!important;
}
.hamley-flexible-content-grid-overlay H3
{
	font-size: 32px;
    font-weight: 700;
    color: #9fcbee !important;
}
.hamley-flexible-content-grid-overlay P
{
    color: #ffffff!important;
    font-size: 21px;
    margin-bottom: 1rem;
}
A .hamley-flexible-content-grid-overlay:hover H3,
A .hamley-flexible-content-grid-overlay:active H3,
A .hamley-flexible-content-grid-overlay:hover P,
A .hamley-flexible-content-grid-overlay:active P
{
	color: #002739!important;
}

.hamley-flexible-content-grid-content-icon .hamley-flexible-content-image IMG
{
	width: auto;
	max-height: 66px;
	margin-top: 12px;
}
.hamley-flexible-content-grid-content.hamley-flexible-content-grid-content-image
{
	border: none;
	border-radius: 0px;
	padding: 0px;
	background-color: transparent;
	position: relative;
}
.hamley-flexible-content-grid-content.hamley-flexible-content-grid-content-list
{
	border: none;
	border-radius: 0px;
	padding: 0px;
	background-color: transparent;
	position: relative;
    border-bottom: 1px #9fcbee solid;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    padding-bottom: 20px;
    align-items: center;
}
.hamley-flexible-content-grid-content.hamley-flexible-content-grid-content-list .hamley-flexible-content-grid-overlay H3
{
	font-weight: 400;
}
.hamley-flexible-content-grid-content-list .hamley-flexible-content-image
{
    margin-bottom: 0px;
    width: 66px;
    margin-right: 20px;
}
.hamley-flexible-content-grid-content-list .hamley-flexible-content-image IMG
{
	width: 66px;
    height: auto;
    max-width: unset;
    max-height: 66px;
    margin-bottom: 12px;
}

.hamley-flexible-content-grid-content.hamley-flexible-content-grid-content-image .hamley-flexible-content-grid-overlay H3,
.hamley-flexible-content-grid-content.hamley-flexible-content-grid-content-counter .hamley-flexible-content-grid-overlay H3
{
	color: #ffffff;
}
.hamley-flexible-content-grid-content.hamley-flexible-content-grid-content-counter
{
	margin-top: 30px;
	padding-top: 60px;
}
.hamley-flexible-content-grid-counter
{
	position: absolute;
    top: 0px;
    left: 50%;
    width: 60px;
    height: 60px;
    background-color: #9FCBEE;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin-top: -30px;
    margin-left: -30px;
    color: #00314A;
    font-size: 36px;
    font-weight: 600;
}

.hamley-flexible-content-testimonial-slider H2
{
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.hamley-flexible-content-testimonial-slider P
{
	color: #ffffff;
	font-size: 20px;
}

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

.hamley-page-content-container
{
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
    padding-right: 3.3vmax;
    padding-left: 3.3vmax;
}

.hamley-flexible-content-testimonial-slider,
.hamley-flexible-content-icon-row
{
	position: relative;
    padding-bottom: 80px;
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
    padding-right: 3.3vmax;
    padding-left: 3.3vmax;
}
.hamley-flexible-content-testimonial-slider .carousel-control-prev,
.hamley-flexible-content-icon-row .carousel-control-prev
{
	left: 0px;
	margin-left: -80px;
}
.hamley-flexible-content-testimonial-slider .carousel-control-next,
.hamley-flexible-content-icon-row .carousel-control-next
{
	right: 0px;
	margin-right: -80px;
}
.hamley-flexible-content-testimonial-slider .visually-hidden,
.hamley-flexible-content-icon-row .visually-hidden
{
	display: none;
}

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

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

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

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

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

.hamley-flexible-section-gallery
{
	padding-bottom: 160px;
}
.hamley-flexible-section-gallery H2
{
	color: #00314A;
	font-size: 35px;
	margin-bottom: 28px;
}
.hamley-flexible-section-gallery P
{
	font-size: 21px;
	margin-bottom: 1.5rem;
}
.hamley-flexible-section-gallery-container
{
	background-color: #ffffff;
	padding: 34px;
	border-radius: 0px;
}
.hamley-flexible-section-gallery-container IMG
{
	aspect-ratio: 4/3;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center center;
}
.hamley-flexible-section-gallery-container P
{
	font-size: 22px;
	font-weight: 700;
	color: #00314A;
	margin-top: 1rem;
    margin-bottom: 0px;
}
.hamley-bg-image .hamley-flexible-section-gallery-container H1,
.hamley-bg-image .hamley-flexible-section-gallery-container H2,
.hamley-bg-image .hamley-flexible-section-gallery-container H3,
.hamley-bg-image .hamley-flexible-section-gallery-container H4,
.hamley-bg-image .hamley-flexible-section-gallery-container H5,
.hamley-bg-image .hamley-flexible-section-gallery-container H6,
.hamley-bg-image .hamley-flexible-section-gallery-container P,
.hamley-bg-image .hamley-flexible-section-gallery-container LI,
.hamley-bg-image .hamley-flexible-section-gallery-container A
{
	color: #00314A;
}

.hamley-flexible-inline-testimonial P
{
	font-size: 21px;
	color: #00314A;
	font-weight: 700;
}
.hamley-flexible-inline-testimonial H4
{
	font-size: 21px;
	margin-bottom: 0px;
}

.hamley-page-banner-container
{
    position: absolute;
    bottom: 50%;
    width: 100%;
    text-align: center;
   	transform: translateY(50%);
}
.hamley-page-banner-content
{
    text-align: center;
    padding: 30px 90px;
    background-color: rgb(159 203 238 / 91%);
    width: fit-content;
    margin: auto;
    border-radius: 0px;
}
.hamley-page-banner-content H1
{
    text-align: center;
    color: #00314A;
    font-size: 48px;
    font-weight: 700;
    margin: 0px;
}

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

.hamley-header-contact-section
{
	background-color: #B40000;
	padding: 20px;
}
.hamley-header-contact-section-item
{
	color: #ffffff;
	font-size: 18px;
	float: left;
    /*margin-left: 50px;*/
}
.hamley-header-contact-section-item I
{
	color: #ffffff;
	margin-right: 10px;
}
.hamley-header-contact-section-item A,
.hamley-header-contact-section-item A:link,
.hamley-header-contact-section-item A:visited
{
	color: #ffffff;
}
.hamley-header-contact-section-item A:hover,
.hamley-header-contact-section-item A:active
{
	color: #6d6e71;
}
@media (max-width: 1199px)
{
	.hamley-header-contact-section
	{
		display: flex;
		border-bottom: 1px #666666 solid;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px;
	}
	.hamley-header-contact-section-item
	{
		color: #ffffff;
		font-size: 18px;
		float: none;
	    margin-left: 0px;
	}
}
@media (min-width: 1200px)
{
	.hamley-header-contact-section
	{
		padding: 10px 33px;
		display: flex;
	    border-bottom: 1px #666666 solid;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    gap: 30px;
	    justify-content: flex-end;
	}
	.sticky-header.fixed .hamley-header-contact-section
	{
		display: none;
	}
	#navbarNavDropdown
	{
		/*margin-top: 35px;*/
		justify-content: flex-end;
	}
 	.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 .hamley-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: 0px;
    color: #ffffff;
    background-color: #00314A;
    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;
}

.hamley-blog-index-img IMG
{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
	border-radius: 0px;
}
.page-link
{
	color: #00314A
}
.page-item.active .page-link
{
    background-color: #00314A;
    border-color: #00314A;
}

.hamley-flexible-content-blog-title H2
{
	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: rgb(239, 239, 239);
    white-space: nowrap;
	margin-right: 20px;
	margin-left: 20px;
	text-decoration: underline;
}
#wrapper-footer-full LI A
{
	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: rgb(255, 255, 255);
}
#wrapper-footer-full .wp-block-separator
{
    border: none;
    border-top: 1px #666666 solid;
}
#wrapper-footer-full .footer-divider
{
	margin: 0px 15px;
	color: #666666;
}

.hamley-flexible-content-grid-item
{
	margin-top: 30px;
	padding: 30px;
	background-color: #fcf5ee;
	border-radius: 0px;
}
.hamley-flexible-section-blocks .hamley-flexible-content-heading H3
{
    font-size: 35px;
    font-weight: 700;
}
.hamley-flexible-section-blocks .hamley-flexible-content-grid-item H1,
.hamley-flexible-section-blocks .hamley-flexible-content-grid-item H2,
.hamley-flexible-section-blocks .hamley-flexible-content-grid-item H3,
.hamley-flexible-section-blocks .hamley-flexible-content-grid-item H4,
.hamley-flexible-section-blocks .hamley-flexible-content-grid-item H5,
.hamley-flexible-section-blocks .hamley-flexible-content-grid-item H6
{
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.hamley-flexible-section-blocks .hamley-flexible-content-paragraph,
.hamley-flexible-section-blocks .hamley-flexible-content-paragraph P,
.hamley-flexible-section-blocks .hamley-flexible-content-paragraph LI
{
	font-size: 21px;
	paddind-top: 1rem;
	padding-bottom: 1rem;
}

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

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

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span
{
    background-color: #00314A;
    border-color: #00314A;
    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: #00314A;
}
.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: 0px;
}
article LI
{
	margin-bottom: 1rem;
}

.hamley-flexible-content-page H1,
.hamley-flexible-content-page H2,
.hamley-flexible-content-page H3,
.hamley-flexible-content-page H4,
.hamley-flexible-content-page H5,
.hamley-flexible-content-page H6,
.hamley-page-content H1
{
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-weight: 700;
}
.hamley-flexible-content-page P,
.hamley-flexible-content-page LI
{
	font-size: 21px;
	margin-bottom: 1rem;
}
.hamley-flexible-content-page A
{
	color: #ffffff;
	/*border-bottom: 1px dotted #00314A;*/
	text-decoration: underline;
}
.hamley-section-bg-dark-grey .hamley-flexible-content-page H1,
.hamley-section-bg-dark-grey .hamley-flexible-content-page H2,
.hamley-section-bg-dark-grey .hamley-flexible-content-page H3,
.hamley-section-bg-dark-grey .hamley-flexible-content-page H4,
.hamley-section-bg-dark-grey .hamley-flexible-content-page H5,
.hamley-section-bg-dark-grey .hamley-flexible-content-page H6
{
	color: #ffffff;
}
.hamley-section-bg-dark-grey .hamley-flexible-content-page P,
.hamley-section-bg-dark-grey .hamley-flexible-content-page LI
{
	color: #ffffff;
}

.lightslider-hidden
{
	display: none;
}

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

.robertwood-blog-nav
{
	margin-bottom: 120px;
}

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

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


.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #F8C9B7;
  position: relative;
}
.testimonial-area .site-title-tagline {
  color: #2b2b2b;
}

.site-title {
  font-weight: 600;
  /*text-transform: capitalize;*/
  font-size: 50px;
  color: #2b2b2b;
  margin-top: 8px;
  margin-bottom: 0;
}
.about-area
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.about-left
{
	padding: 80px;
}
.about-left .site-title
{
  font-family: Arial, sans-serif;
  font-size: 5vw;
    color: #ffffff;
}
@media all and (max-width: 768px)
{
	.about-left .site-title
	{
		font-size: 10vw;
	}
	.hamley-flexible-call-to-action .text-white
	{
		/*text-shadow: 1px 1px 1px #000000;*/
	}
	.hamley-flexible-call-to-action .hamley-flexible-content-button
	{
	    margin-top: 0px!important;
	}
	.hamley-flexible-call-to-action .hamley-flexible-content-heading
	{
		margin: 0px 0px 0px 0px!important;
	}
}
.about-left .about-text
{
	font-size: 2vw;
    line-height: 120%;
    color: #ffffff;
}
.about-img IMG
{
	height: 66vh;
	min-height: 640px;
    object-fit: cover;
    object-position: center center;
}

.about-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
}

.about-call {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-call-icon {
  width: 55px;
  height: 55px;
  font-size: 25px;
  border-radius: 50px;
  background: #F8C9B7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.about-call-content span {
  font-weight: 500;
  color: #F8C9B7;
}

.about-call-number {
  font-size: 22px;
}

.about-call-number a {
  color: #e97d53;
}

@media all and (max-width: 991px) {
  .about-right
  {
    margin: unset;
  }

  .about-experience
  {
    bottom: 0px; 
    right: 50px;
    left: auto;
  }
  
  .about-left
  {
    position: relative;
    display: block;
    padding: 50px;
    text-align: center;
  }
  left
  .about-right .site-title
  {
  	font-size: 54px;
  }
  .about-left .about-text
  {
  	font-size: 21px;
  }
  
  .about-bottom
  {
  	display: block;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .about-bottom{
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}

@media all and (max-width: 640px) {
  .site-title
  {
  	font-size: 40px;
  }
  .about-right .site-title
  {
  	font-size: 12.5vw;
  }
}


.theme-btn {
  font-size: 16px;
  color: #00314A!important;
  padding: 12px 28px 10px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #9FCBEE;
  z-index: 1;
}
.theme-btn.theme-btn-reverse
{
	background-color: #9FCBEE;
}
.header-btn .theme-btn
{
	background: #9FCBEE;
}
.cta-area .theme-btn
{
  background: #9FCBEE;
}

.theme-btn:hover,
.theme-btn:active
{
  background-color: #CEC5BA;
}

.theme-btn i,
.hamley-flexible-content-button A I
{
  margin-left: 5px;
}

.hamley-page-content .col-lg-6
{
	align-content: center;
}

.sp-easy-accordion
{
	padding-bottom: 1px;
	position: relative;
}
.sp-easy-accordion:before
{
	content: "";
	position: absolute;
	left: 0px;
    top: -21px;
    margin-left: -80px;
    width: 26px;
    height: 100%;
	background: url(/wp-content/themes/hamley/images/expander-line.png);
	background-size: 26px auto;
	background-repeat: no-repeat;
	background-position: top center;
}
.sp-easy-accordion:after
{
	content: "";
	position: absolute;
	left: 0px;
    bottom: 0px;
    margin-left: -80px;
    width: 26px;
    height: 30px;
	background: url(/wp-content/themes/hamley/images/expander-line-end.png);
	background-size: 26px auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.sp-easy-accordion>.sp-ea-single
{
    background: transparent!important;
    border: none!important;
	border-bottom: 1px #9FCBEE solid !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.sp-easy-accordion .sp-ea-single .ea-header:before
{
	content: "";
	position: absolute;
	left: 0px;
    top: 21px;
    margin-left: -80px;
    width: 26px;
    height: 26px;
	background: url(/wp-content/themes/hamley/images/expander-dot.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.sp-easy-accordion>.sp-ea-single>.ea-header a
{
    color: #9FCBEE!important;
    font-size: 28px!important;
    line-height: 140%!important;
    padding-left: 0px!important;
}
.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon
{
    float: right!important;
    color: #9FCBEE!important;
    font-size: 28px!important;
    padding-left: 30px;
}
.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body
{
    background: transparent!important;
    color: #ffffff!important;
    line-height: 140%!important;
    padding-left: 0px!important;
}

#footer-full-content
{
	padding-left: 15vw;
    padding-right: 15vw;
}

.fluentform
{
	background-color: #EDF4F6;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px #9FCBEE solid;
}
.ff-default .ff-el-form-control
{
	background: #DFEBF5;
    border: 1px #DFEBF5 solid!important;
}
.fluentform .ff-el-group
{
    color: #00314A;
}
.ff-default .ff-el-input--label label
{
	color: #00314A;
}
select.ff-el-form-control:not([size]):not([multiple])
{
    height: 42px;
    font-size: 18px;
    padding: 2px 15px;
}
.ff-custom_html H1,
.ff-custom_html H2,
.ff-custom_html H3,
.ff-custom_html P
{
	color: #00314A!important;
	margin-bottom: 0px;
}
.ff-btn-submit
{
    background-color: #9FCBEE!important;
    color: #00314a!important;
    text-transform: uppercase;
    font-weight: 600!important;
    font-size: 20px!important;
}
.ff_submit_btn_wrapper
{
	margin-top: 40px;
	text-align: center!important;
}
.ff-name-address-wrapper .ff-el-input--label
{
	margin-bottom: 20px!important;
}
.ff-name-address-wrapper .ff-el-input--label LABEL
{
	font-weight: 300!important;
}
.ff-name-address-wrapper .ff-el-input--content .ff-el-input--label
{
	margin-bottom: 5px!important;
}
.ff-name-address-wrapper .ff-el-input--content .ff-el-input--label LABEL
{
	font-weight: 500!important;
}
.ff-custom_html HR
{
	margin-bottom: 25px;
}

@media (max-width: 1199px)
{
	.dropdown-menu
	{
		display: block;
	}
	.dropdown-toggle::after
	{
		display: none;
	}
	/*
	.navbar .hamley-expander-button-open.menu-item-has-children::after
	{
		content: "\f068"!important;
	    font-family: "FontAwesome";
		margin-left: 10px;
	}
	.navbar .menu-item-has-children.dropdown::after
	{
		content: "\2b";
	    font-family: "FontAwesome";
		margin-left: 10px;
	    position: absolute;
	    color: #ffffff;
	    right: 0px;
	    top: 10px;
	    font-size: 20px;
	    z-index: 9;
	}
	*/
}

.hamley-bg-blue.hamley-bg-pattern-top
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-right
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-bottom
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-base.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-top-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-mid-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-mid-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-bottom-right
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-half-bottom-right
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-half-top-right
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-top-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-half-bottom-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-bottom-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.hamley-bg-blue.hamley-bg-pattern-half-top-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.hamley-section-bg-blue.hamley-bg-pattern-top
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-right
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-bottom
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-base.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-top-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-mid-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-mid-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-bottom-right
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-half-bottom-right
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-half-top-right
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-top-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-half-bottom-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-bottom-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.hamley-section-bg-blue.hamley-bg-pattern-half-top-left
{
	background: #002739 url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.hamley-section-bg-light-blue.hamley-bg-pattern-top
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-left
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-right
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-bottom
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-base.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-top-left
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-mid-left
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-mid-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-bottom-right
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-half-bottom-right
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-half-top-right
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-top-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-half-bottom-left
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-bottom-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.hamley-section-bg-light-blue.hamley-bg-pattern-half-top-left
{
	background: #00314A url(/wp-content/themes/hamley/images/hamley-bg-pattern-half-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.ff-message-success
{
    border: none!important;
	box-shadow: none!important;
}
.ff-message-success P
{
	    color: #00314a!important;
}

