/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.3.1714591083
Updated: 2024-05-01 19:18:03

*/

/* GLOBAL */

#page-container {
	overflow: hidden;
}

#main-header {
	z-index: 50;
	padding: 10px 0;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.container {
	max-width: 1460px;
}

.et_pb_row {
	max-width: 1200px;
}

p {
	font-weight: 300;
/* 	color: #000000; */
}


/* HEADER */
.et_fixed_nav #main-header {
	max-height: 100px;
}

.et_menu_container {
    text-align: center;
    display: flex;
    align-items: center;
}

.et_menu_container:before,
.et_menu_container:after {
	display: none;
}

.et_header_style_left .logo_container {
	height: 80px;
    width: 200px;
    position: relative;
    display: flex;
    align-items: center;
}

#top-menu a {
	color: #000000;
}

#top-menu-nav>ul>li>a:hover {
	opacity: 1;
	color: #CE57F8;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background: transparent;
	opacity: 1;
	color: #CE57F8 !important;
}

.et_header_style_left #top-menu > li > a {
    font-weight: 400;
    font-size: 18px;
    padding: 10px 20px !important;
}

.et_header_style_left #top-menu > li.menu_contact > a {
    font-weight: 600;
}

#et-top-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding: 0 !important;
	flex: 1;
}

.mobile_menu_bar:before, 
.mobile_menu_bar:after, 
#top-menu li.current-menu-ancestor>a, 
#top-menu li.current-menu-item>a {
	color: #CE57F8;
}

#mobile_menu {
 	width: 100vw;
    /*height: 100vh; */
	left: 50%;
	transform: translateX(-50%);
    top: 69px;
/* 	position: fixed; */
	border: none;
	text-align: left;
    /*background-image: url(https://jenthecelebrant.teapotdev.co.uk/wp-content/uploads/2024/06/Group-88.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom;*/
}

/*.mobile_nav.opened #mobile_menu {*/
/*    background-size: contain;*/
/*}*/

.mobile_menu_bar:before {
    color: #565A68 !important;
}

#mobile_menu .menu-item > a {
	font-size: 22px;
	font-weight: normal;
	background-color: transparent;
	border: none;
}

#mobile_menu .menu-item-has-children > a {
	font-weight: bold;
	padding: 10px 0;
}

/* HERO SLIDER */
.hero .et_pb_slider {
	overflow: visible !important;
}

.hero .et_pb_slide_title {
    padding-bottom: 40px;
}

.hero .et_pb_slide_content {
    padding-bottom: 30px;
}

.hero .et_pb_slide .et_pb_slide_description {
	padding-left: 0;
	width: 60%;
    margin-left: 0;
}

.hero .et_pb_slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 754px;
	height: 754px;
	background-image: url('/wp-content/uploads/2024/05/hero-ellipse.png');
	transform: translate(30%, -60%);
	-webkit-animation: slide 0.7s forwards;
    -webkit-animation-delay: 1.2s;
    animation: slide 0.7s forwards;
    animation-delay: 1.2s;
	mix-blend-mode: multiply;
}

.et_pb_bg_layout_dark .et_pb_slide_content p {
	color: #fff !important;
}

@-webkit-keyframes slide {
    100% { 
		opacity: 1;
		transform: translate(30%, -30%); 
	}
}

@keyframes slide {
    100% { 	
		opacity: 1;
		transform: translate(30%, -30%);
	}
}

.hero .et_pb_slide:after {
	content: '';
	position: absolute;
	top: 50px;
	right: 0;
	display: block;
	width: 416px;
	height: 416px;
	background-image: url('/wp-content/uploads/2024/05/hero-ellipse-green.png');
	transform: translate(416px, 370px);
    z-index: 10;
	-webkit-animation: slideRight 0.7s forwards;
    -webkit-animation-delay: 1.2s;
    animation: slideRight 0.7s forwards;
    animation-delay: 1.2s;
}

@keyframes slideRight { 
	0% {
		-webkit-transform: translate(-20%, 370px);
		transform: translate(-20%, 370px);
	}
}
@keyframes slideRight { 
	100% {
		-webkit-transform: translate(-20%, 370px);
		transform: translate(-20%, 370px);
	}
}

@media (max-width: 980px) {
    .hero .et_pb_slide:before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: -180px;
    	display: block;
	    width: 500px;
        height: 500px;
        background-size: 500px;
        background-repeat: no-repeat;
    	background-image: url('/wp-content/uploads/2024/05/hero-ellipse.png');
    	transform: translate(30%, -60%);
    	-webkit-animation: slide 0.7s forwards;
        -webkit-animation-delay: 1.2s;
        animation: slide 0.7s forwards;
        animation-delay: 1.2s;
    	mix-blend-mode: multiply;
    }

    .hero .et_pb_slide:after {
    	content: '';
    	position: absolute;
    	top: 70px;
        right: -50px;
    	display: block;
	    width: 300px;
        height: 300px;
        background-size: 300px;
    	background-image: url('/wp-content/uploads/2024/05/hero-ellipse-green.png');
    	transform: translate(416px, 370px);
        z-index: 10;
    	-webkit-animation: slideRight 0.7s forwards;
        -webkit-animation-delay: 1.2s;
        animation: slideRight 0.7s forwards;
        animation-delay: 1.2s;
    }
    
    .home_awards .et_pb_column {
        width: 100% !important;
    }
}


@media only screen and (max-width: 480px)
{
    .hero .et_pb_slide:before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: -180px;
    	display: block;
	    width: 300px;
        height: 300px;
        background-size: 300px;
        background-repeat: no-repeat;
    	background-image: url('/wp-content/uploads/2024/05/hero-ellipse.png');
    	transform: translate(30%, -60%);
    	-webkit-animation: slide 0.7s forwards;
        -webkit-animation-delay: 1.2s;
        animation: slide 0.7s forwards;
        animation-delay: 1.2s;
    	mix-blend-mode: multiply;
    }

    .hero .et_pb_slide:after {
    	content: '';
    	position: absolute;
	    top: 140px;
        right: -150px;
        display: block;
        width: 250px;
        height: 250px;
        background-size: 250px;
    	background-image: url('/wp-content/uploads/2024/05/hero-ellipse-green.png');
    	transform: translate(416px, 370px);
        z-index: 1;
    	-webkit-animation: slideRight 0.7s forwards;
        -webkit-animation-delay: 1.2s;
        animation: slideRight 0.7s forwards;
        animation-delay: 1.2s;
    }
	
	.hero .et_pb_slide_title {
		padding-bottom: 200px;
	}
	
	.hero .et_pb_slide {
		background-position: 70% !important;
	}
}



.what_next .et_pb_main_blurb_image {
	width: 88px;
	height: 88px;
}


/* GRAVITY FORMS */
#gform_3 .gform_footer {
	justify-content: flex-end;
}

#gform_3 input[type='text'],
#gform_3 input[type='email'],
#gform_3 textarea {
    background: #F0F0F0;
	border: none;
	box-shadow: none;
    border-radius: 15px;
    height: 50px;
}

#gform_3 .gfield_label {
	font-size: 18px;
	font-weight: 500;
}

.gform_required_legend {
	display: none;
}

#gform_submit_button_3 {
	background: #29C4A9;
	border-radius: 20px;
	font-size: 20px;
	padding: 18px 40px;
}


/* HOME */
.floating_icon {
	position: absolute;
	z-index: 10;
}

/* Vow Renewals */
.vow_ellipse {
	right: 0;
}

.vow_heart {
	top: 0;
}

/* Funerals */
.funerals_ellispe {	
    right: 0;
}


/* BUTTONS */

/* .green_bg:before {
	content: url('/wp-content/uploads/2024/05/button-hover-bg.png');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
} */

.et_pb_button,
.et_header_style_left #top-menu > li.menu_contact a {
	background: #fff !important;
	border: 1px solid #000 !important;
	border-radius: 30px;
	color: #000 !important;
	padding: 10px 45px !important;
	font-size: 20px;
	line-height: 1.7em !important;
}

.et_pb_button:after {
	display: none !important;
}

.et_pb_button,
.et_header_style_left #top-menu > li.menu_contact a {
	overflow: visible !important;
}

.et_pb_button:before,
.et_header_style_left #top-menu > li.menu_contact a:before {
	width: 0% !important;
	display: block !important;
	transition: all 0.3s !important;
	animation: wipe-out-right 0.5s forwards !important;
	content: url(/wp-content/uploads/2024/05/button-hover-bg.png) !important;
	position: absolute !important;
	top: 0 !important;
	height: 100% !important;
	opacity: 1;
	mix-blend-mode: multiply;
}

.et_pb_button:before {
    left: calc(50% - 78.5px) !important;
}

.et_header_style_left #top-menu > li.menu_contact a:before {
    left: calc(50% - 108.5px) !important;
}

.et_header_style_left #top-menu > li.menu_contact a:hover {
    opacity: 1 !important;
}

.et_pb_button:hover:before,
.et_header_style_left #top-menu > li.menu_contact a:hover:before {
	transition: all 0.3s !important;
	overflow: hidden !important;
	width: 217px !important;
/* 	transform: translateX(-50%); */
	animation: wipe-in-right 0.5s forwards !important;
}

@keyframes wipe-in-right {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes wipe-out-right {
	from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 100% 0 0);
  }
}

[transition-style="in:wipe:right"] {
  	animation: 2.5s cubic-bezier(.25, 1, .30, 1) wipe-in-right both;
	animation: 2.5s cubic-bezier(.25, 1, .30, 1) wipe-out-right both;
}

.about_top .et_pb_bottom_inside_divider {
	z-index: 10 !important;
}


.why_a_celebrant_ellipse {
	right: 0;
}


.contact_ellipse_1 {
    top: -240px;
    right: -350px;
}

.contact_ellipse_2 {
	bottom: 0;
}

.et_pb_row_0_tb_footer .et_pb_module_heading {
    font-size: 18px;
}

.footer_cta_middle .et_pb_code_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}

.footer_cta_middle .et_pb_code_inner p {
	padding-left: 50px;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
	flex-direction: column;
}


/*.footer_cta_button a {*/
/*	padding-top: 15px !important;*/
/*    padding-bottom: 15px !important;*/
/*}*/

/* .footer_cta_green {
	left: -60px;
} */

/* .footer_cta_jen {
	top: -80px;
    left: 50px;
} */

.footer_cta_yellow {
	/*right: -140px;*/
 /*   top: 90px;*/
	z-index: 5;
}

/*.footer_cta_purple {*/
/*    left: 150px;*/
/*    top: -10px;*/
/*}*/

/*.footer_cta_blue {*/
/*	top: 100px;*/
/*}*/

@media only screen and (min-width: 981px) {
    #logo {
        max-height: 80px !important;
    }
}

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
	-webkit-order: 1;
	order: 1;
}
 
.second-on-mobile {
	-webkit-order: 2;
	order: 2;
}
 
.third-on-mobile {
	-webkit-order: 3;
	order: 3;
}
 
.fourth-on-mobile {
	-webkit-order: 4;
	order: 4;
}
	
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
	margin-bottom: 30px;
}
}

@media (min-width: 981px) and (max-width: 1410px) {
    .footer_cta_jen {
        transform: translateY(-20px) !important;
    }
}

@media (max-width: 1410px) {
    .footer_cta_middle .et_pb_code_inner {
        flex-direction: column;
        justify-content: center;
    }
    
    .footer_cta_middle .et_pb_code_inner p {
        padding-left: 0;
    }
}

@media (max-width: 980px) {
    .contact_ellipse_1 {
        top: -50px;
        right: -350px;
    }
    
    /*.footer_cta_yellow {*/
    /*    right: 500px;*/
    /*    top: 148px;*/
    /*    z-index: 5;*/
    /*}*/
    
    .testimonial_block:before {
        top: -50px !important;
    }

    .testimonial_block:after {
        bottom: -50px !important;
    }
    
    .footer_cta_text {
        text-align: center;
    }
}


.services_carousel .dica-container {
    align-items: center;
}

.services_carousel .dica_divi_carouselitem {
    min-height: 720px;
    margin-right: 15px;
}

.services_carousel .swiper-container {
    margin-bottom: 30px;
}

.services_carousel .swiper-buttton-container {
    max-width: 200px;
    width: 200px;
}

.services_carousel .swiper-pagination {
    margin-top: -28px !important;
    width: auto;
    margin: 0 auto;
}

.testimonial_block {
    display: flex;
    align-items: center;
    justify-content: center;
}


.testimonial_block .dica-container {
    align-items: center;
}

.testimonial_block .dica-item-content .item-title {
    padding-bottom: 25px;
}

.testimonial_block .swiper-buttton-container {
    max-width: 200px;
    width: 200px;
}

.testimonial_block .swiper-pagination {
    margin-top: -28px !important;
    width: auto;
    margin: 0 auto;
}

.testimonial_block:before {
/*     content: url('https://jenthecelebrant.teapotdev.co.uk/wp-content/uploads/2024/05/left-speech-mark.png'); */
	content: '';
	background-image: url('https://jenthecelebrant.teapotdev.co.uk/wp-content/uploads/2024/05/left-speech-mark.png');
	background-repeat: no-repeat;
	background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    width: 161px;
    height: 120px;
    top: 0;
}

.testimonial_block:after {
/*     content: url('https://jenthecelebrant.teapotdev.co.uk/wp-content/uploads/2024/05/right-speech-mark.png'); */
	content: '';
	background-image: url('https://jenthecelebrant.teapotdev.co.uk/wp-content/uploads/2024/05/right-speech-mark.png');
	background-repeat: no-repeat;
	background-size: contain;
    display: block;
    position: absolute;
    right: 0;
    visibility: visible;
    width: 161px;
    height: 120px;
    bottom: 0;
    z-index: 10;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, 
#top-menu .menu-item-has-children>a:first-child:after {
    display: none;
}

#top-menu li {
    padding-right: 32px;
}

#top-menu li li a {
    padding: 6px 0px;
}

@media (min-width: 981px) {
	.sub-menu {
		border-radius: 20px;
		background: #FFF;
		box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.25);
		border: none !important;
	}

	.sub-menu li a {
		color: #000 !important;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: 24px; /* 133.333% */
		letter-spacing: 0.18px;
	}
}

@media (max-width: 980px) {
	.logo_container a {
		display: flex;
	}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
	}
	
	.et_header_style_left .logo_container {
		height: auto;
	}
}

@media (max-width: 767px) {
	.footer_column_2,
	.footer_column_3 {
		margin-bottom: 0 !important;
	}
	
	.et_pb_slide {
		background-position: -750px;
		min-height: 300px;
	}
	
	.et_pb_slide_description {
		height: 100%;
		display: flex;
	    flex-direction: column;
	}
	
	.services_hero .et_pb_slide_title {
	    padding-bottom: 0;
	}
	
	.et_pb_slide_title {
		flex: 1;
		padding-bottom: 0;
	    display: flex;
        align-items: center;
	}
	
	.testimonial_block:before,
	.testimonial_block:after {
		width: 121px;
	}
	
    .services_carousel .dica_divi_carouselitem {
        min-height: 400px;
    }
    
    /*.footer_cta_yellow {*/
    /*    right: 380px;*/
    /*    top: 220px;*/
    /*}*/
}

@media (max-width: 524px) {
    .footer_cta_green {
        transform: translateX(-70%) translateY(330px) !important;
    }
    
    .footer_cta_jen {
        transform: translateX(-20%) translateY(330px) !important;
		transform: translateX(-20%) translateY(290px) !important;
    }
    
    .footer_cta_yellow {
        transform: translateX(70px) translateY(450px) !important;
    }
    
    .footer_cta_purple {
        transform: translateX(260px) translateY(-60px) !important;
    }
    
    .footer_cta_blue {
        transform: translateX(240px) translateY(20px) !important;
    }
}

@media (max-width: 384px) {
   .footer_cta_green {
        transform:translateX(-80%) translateY(340px) !important;
    }
   
/*    .footer_cta_jen {
        transform: translateX(-20%) translateY(360px) !important;
    } */
    
    .footer_cta_yellow {
        transform:translateX(25px) translateY(470px) !important;
    }
    
    .footer_cta_purple {
        transform: translateX(220px) translateY(-60px) !important;
    }
    
    .footer_cta_blue {
        transform: translateX(200px) translateY(20px) !important;
    }

}

#sbi_images {
    padding-top: 0 !important;
}

.sbi_item {
    border-radius: 30px;
}