/*---------------------------------------------------------------------------------

 Theme Name:   Unbound
 Theme URI:    https://unbounddocs.com
 Description:  Unbound Theme
 Author:       Eleven
 Author URI:   https://elevenagency.co.uk
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* NAV */

.et_pb_menu .et-menu>li {
    padding-left: 0px;
    padding-right: 0px;
}

.et_pb_menu .et_pb_menu__menu>nav>ul {
	margin-left: 0;
}


.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 0px;
}

.et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row {
	display: -webkit-box !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li a {
	border-right: 1px solid #aeaeae;
    padding: 30px !important;
    border-bottom: 0px solid #16B988;
    transition: 0.1s ease-in-out;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 16px;
}

.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li.current-menu-item a {
    border-bottom: 2px solid #16B988;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_pb_menu__logo {
    padding: 15px;
    border-right: 1px solid #aeaeae;
}

.et_pb_menu_0_tb_header, .et_pb_menu_0_tb_header .sub-menu {
    box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.3);
}

/*scrollable nav*/

/*force the menu to fullwidth to allow for the menu to scroll within it*/

.pa-horizontal-scroll-menu .et_pb_menu__menu {
	width: 100% !important;
}

/*set the menu to automatically overflow*/

.pa-horizontal-scroll-menu .et_pb_menu__wrap {
	overflow: auto !important;
}


/*keep the menu items horizontal and avoid stacking*/

.pa-horizontal-scroll-menu .et_pb_menu__menu ul.et-menu {
	white-space: nowrap !important;
	flex-wrap: nowrap !important;
}

/*hide scrollbar on IE, Edge, and Firefox*/

.pa-horizontal-scroll-menu .et_pb_menu__wrap {
	-ms-overflow-style: none;
	scrollbar-width: none;
}


/*hide scrollbar on Chrome, Safari, and Opera*/

.pa-horizontal-scroll-menu .et_pb_menu__wrap::-webkit-scrollbar {
	display: none;
}

/* hover scroll*/
.hover-scroll {
    position: absolute;
    height: 79px;
    width: calc(100vw - 261px);
    top: 0;
    right: 0;
	pointer-events: none;
}

.hover-scroll .et_pb_code_inner {
	height: 100%;
}

.hover-scroll-nav .et_pb_code_inner {
    height: 100%;
}

.arrow-container {
    height: 100%;
    position: absolute;
    top: 0 !important;
    width: 100%;
	cursor: pointer;
}

.arrow-container .left {
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
		pointer-events:auto !important;
}

.arrow-container .right {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
		pointer-events:auto !important;
}

/*FOOTER*/
.footer-post-nav {
	margin-bottom: 0 !important;
}

span.nav-previous a {
    background-image: url(/wp-content/uploads/2025/07/arrow-prev.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

span.nav-next a {
    background-image: url(/wp-content/uploads/2025/07/arrow-next.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



span.nav-label {
    display: none;
}

/*SCROLL TO TOP*/
.et_pb_scroll_top.et-pb-icon {
	border-radius: 50px;
	right: 48.5% !important;
	bottom: 80px;
}

/* post controls */
.nav-next .meta-nav, .nav-previous .meta-nav {
	display: none;
}

.nav-previous .nav-label::before {
	content: "4";
    font-family: ETmodules!important;
    font-weight: 400!important;
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: -1.3em;
    right: auto;
    display: inline-block;
    font-family: ETmodules!important;
    font-weight: 400!important;
}

.nav-next .nav-label::after {
	content: "5";
	line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: 0.3em;
		margin-right: -1.3em;
    left: auto;
    font-family: ETmodules!important;
    font-weight: 400!important;
}

/* home buttons */
.inline-button .et_pb_button_module_wrapper {
    display: inline-block;
}

/* Hubspot chat */
div#hubspot-messages-iframe-container {
	bottom: 66px !important;
	left: 20px !important;
}

#hs-eu-policy-wording a {
color: #000 !important;
}

/* CUSTOM BLOCKS */

.custom-blurb .et_pb_blurb_content {
	display: flex !important;
	align-items: center;
}

.custom-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	width: 75px !important;
	margin-bottom: 0px !important;
	display: inline-block !important;
}

.custom-blurb .et_pb_blurb_content .et_pb_blurb_container {
	width: calc(100% - 75px);
}

.custom-blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
	padding-bottom: 0px !important;
}

/*Accessibility*/
*:focus{
	outline: dashed 2px #108BD0;
}

/* FONTS 

h1 {
	font-size: 80px;
	font-weight: bold;
}

H2 {
	font-size: 48px;
	font-weight: bold;
}

H3 {
	font-size: 32px;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 24px;
	font-weight: bold;
}

p {
	font-size: 20px;
	line-height: 1.3em 
}

ol li::marker {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

/*** Responsive Styles Smartphone Only 
@media all and (max-width: 767px) {
	h1 {
		font-size: 48px;
	}
	H2 {
		font-size: 36px;
	}
	H3 {
		font-size: 20px;
	}
	h4,h5 {
		font-size: 16px;
	}
}

