/*======================================
Theme Name: Adrian Marks
Theme URI: https://divicake.com/
Description: A child theme for Adrian Marks
Version: 1.0
Author: enjoy! Marketing
Author URI: https://www.enjoymarketing.co.uk
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Black #000000 */
/* Green #8fc046 */


@font-face {
    font-family: 'Slate Bold';
    src: url('/assets/webfonts/Slate-Bold.eot');
    src: url('/assets/webfonts/Slate-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/webfonts/Slate-Bold.woff2') format('woff2'),
        url('/assets/webfonts/Slate-Bold.woff') format('woff'),
        url('/assets/webfonts/Slate-Bold.ttf') format('truetype'),
        url('/assets/webfonts/Slate-Bold.svg#Slate-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Slate Regular';
    src: url('/assets/webfonts/Slate-Regular.eot');
    src: url('/assets/webfonts/Slate-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/webfonts/Slate-Regular.woff2') format('woff2'),
        url('/assets/webfonts/Slate-Regular.woff') format('woff'),
        url('/assets/webfonts/Slate-Regular.ttf') format('truetype'),
        url('/assets/webfonts/Slate-Regular.svg#Slate-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Cookie Bar  =============================================== */

#cookie-law-info-bar {
    z-index: 2147483648 !important;
}
#hubspot-messages-iframe-container {
    z-index: 99999 !important;
}

/* Classes  =============================================== */

.Green {
	color: #8fc046;
}
.lowercase, .sentencecase {
	text-transform: none !important;
}
.upercase {
	text-transform: uppercase !important;
}

/* General Styles  =============================================== */


/* General Styles  =============================================== */

body  {
	font-family: 'Slate Regular', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Slate Bold', sans-serif;
}
h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
	font-family: 'Slate Regular', sans-serif;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center, .center {
	text-align: center;
}
ul.BulletList, ul.TickList {
	list-style: none !important;
	list-style-type: none !important;
}
ul.BulletList li, ul.TickList li {
	padding-bottom: 16px;
}
ul.BulletList li::before, ul.TickList li::before {
	content: "\2022";
	color: #8fc046;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}
ul.BulletList li::before {
	content: "\2022";
}
ul.TickList li::before {
	content: "\2713";
}

/* Custom Header  =============================================== */

#main-header.et-fixed-header, body.et_pb_pagebuilder_layout #main-header.et-fixed-header, .et-fixed-header#main-header .nav li ul {
  background-color: rgba(0, 0, 0, .8) !important;
}

/* Top Nav CTA */

body .nav-cta a {
	color: #FFFFFF !important;
}

/* Menu */

body .et_pb_menu ul li.nav-cta a, body #top-menu li.nav-cta a, #et_mobile_nav_menu li.nav-cta a {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: 2px solid #FFF;
	padding: 10px 15px !important;
}
body .et_pb_menu ul li.nav-cta a:hover, body #top-menu li.nav-cta a:hover, #et_mobile_nav_menu li.nav-cta a:hover {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 1);
	opacity: 1;
}
/* Mobile Nav */
body .mobile_menu_bar:before, body .mobile_menu_bar:after {
    color: #FFF;
}
body .et_mobile_menu {
    border-color: #FFF;
}
@media only screen and (max-width:980px) {
body .et_pb_menu ul li.nav-cta a, body #top-menu li.nav-cta a, #et_mobile_nav_menu li.nav-cta a {
    padding: 10px 15px !important;
    width: 200px;
    margin: auto;
    text-align: center;
    font-size: 18px;
}
}

/* Custom Footer  =============================================== */

#custom-footer {
	
}
#custom-footer #footer-contact-details a, #custom-footer #footer-links a, #custom-footer #footer-copyright a {
	color: #ffffff;
	text-decoration: none;
}
#custom-footer #footer-contact-details a:hover, #custom-footer #footer-links a:hover, #custom-footer #footer-copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#custom-footer #footer-links ul {
	margin-bottom: 0;
	line-height: 16px;
}
#custom-footer #footer-links ul ul {
	margin-top: 10px;
}
#custom-footer #footer-links ul li {
	list-style: none;
	font-weight: bold;
	margin-bottom: 5px;
}
#custom-footer #footer-links ul li li {
	list-style: none;
	font-weight: normal;
	margin-bottom: 2px;
}