/*
Theme Name: SF2024
Theme URI: https://www.samfitton.com
Template: Divi
Author: Sam Fitton
Author URI: https://www.samfitton.com
Version: 1.00.1.1714754992
Updated: 2024-05-03 17:49:52

*/
/*@import url('../Divi/style.css');*/


/* NEW MOBILE MENU CSS - some of this can be deleted after swithc to new homepage / menu */

/*align the hamburger menu to the right right*/

.pa-fullscreen-menu .et_pb_menu__wrap {
	justify-content: left !important;
}


/*hide the desktop version of the menu*/

.pa-fullscreen-menu .et_pb_menu__wrap .et_pb_menu__menu {
	display: none !important;
}


/*show the mobile version of the menu on desktop*/

.pa-fullscreen-menu .et_pb_menu__wrap .et_mobile_nav_menu {
	display: block !important;
	align-items: left !important;
}


/*style the opened menu*/

.pa-fullscreen-menu .opened #mobile_menu1 {
	width: 100vw !important;
	position: fixed !important;
	top: 0em !important;
	left: 0vw !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	text-align: left!important;
	flex-direction: column !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: visibility 0.3s, opacity 0.3s ease-in-out;
	padding: 0 !important;
	color: #141415!important;
}


/*style the closed menu*/

.pa-fullscreen-menu .closed #mobile_menu1 {
	background-color: #fff !important;
	width: 100vw !important;
	position: fixed !important;
	left: 100vw !important;
	top: 0em !important;
	height: 100vh !important;
	display: flex !important;
	justify-content: center !important;
	text-align: left!important;
	align-items: left !important;
	flex-direction: column !important;
	transition: visibility 0.3s, opacity 0.3s, left 1s, ease-in-out;
	opacity: 0 !important;
	visibility: hidden !important;
}


/*remove the bullet points from the list items*/

.pa-fullscreen-menu #mobile_menu1 li {
	list-style: none !important;
	text-align: right !important;
	width: 100%
}


/*move the menu to the top above other elements*/

.pa-fullscreen-menu .et_pb_menu__wrap span.mobile_menu_bar {
	z-index: 999999 !important;
}


/*change the opened menu icon*/

.pa-fullscreen-menu .et_pb_menu__wrap .opened .mobile_menu_bar:before {
	content: "\4d" !important;
}


/*make the hamburger menu fixed position on mobile*/

.pa-fullscreen-menu .opened .mobile_menu_bar {
	position: fixed !important;
}


/*remove the default blue border top on the mobile menu*/

.pa-fullscreen-menu .et_mobile_menu {
	border-top: none;
}


/*remove the default background color on menu items*/

.pa-fullscreen-menu .et_mobile_menu .menu-item-has-children>a {
	background-color: #141415!important;
}


/*remove the default hover background color and adjust opacity*/

.et_mobile_menu li a:hover {
	background-color: #141415;
	opacity: 1;
}


/*remove the default border bottom on menu items*/

.pa-fullscreen-menu .et_mobile_menu li a {
	border-bottom: none;
}

#main-header .et_mobile_menu {
	background-color: #121315!important;
}
	
#top-menu-nav .menu_cta a:hover {
opacity: 1;
}

.mobile_nav.opened .et_mobile_menu {
display:block !important;
}

#page-container {
	padding-top: 0px!important;
}

/* DELETE ABOVE THIS LINE */

/* New menu settings 2024 - DO NOT DELETE */ 

.et_slide_in_menu_container {
	letter-spacing: 0px!important;
	text-transform: none!important;
	background: #fff!important;
}

.question-label {
    font-family: Poppins!important;
    font-weight: 400!important;
	font-size:18px!important;
}

/* main header gap */
	
header#main-header {
padding-top: 0px !important;
}


/*--------FIXED Header Drop Shadow-----*/

 header#main-header.et-fixed-header {
 -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,1)!important;
 -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,1)!important;
 box-shadow: 0px 0px 1px 1px rgba(0,0,0,1)!important;
 }



/* ZOOM ON MOUSE OVER */

.zoom {
  transition: transform .5s; /* Animation */
}

.zoom:hover {
  transform: scale(1.05); 
}

.zoom2 {
  transition: transform .5s; /* Animation */
}

.zoom2:hover {
  transform: scale(1.10); 
}

@media only screen and (min-width: 800px) {
	picture#logo img {
    width: auto!important;
	}
#logo {
	width: auto!important;
}
}

/* REMOVE SPINNER GIF */

.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
	background-image: none!important;
}

/* CENTRALISE PASSWORD PLUGIN FORM */

.et_contact_bottom_container {
    display: block !important;
}

.post-password-required form { text-align: center; }


/* MAKE THE MOBILE MENU FIXED ON THE SCREEN */

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
}

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 100vh;
}

/* remove padding between insta images */


#sb_instagram #sbi_images {
	padding: 0px!important;
}

/* REVIEWS SLIDER SMASH BALLOON EDITS */

#sb-reviews-container-1 .sb-item-rating { 
color: white!important;
}

/* removes google icon */

.sb-item-provider-icon {
	display: none!important;
}

/* text color changes */

#sb-reviews-container-1 .sb-item-author-name {
	color: white!important;
	font-size: 18px!important;
	font-weight: 200!important;
}

#sb-reviews-container-1 .sb-item-author-date {
	color: white!important;
}

#sb-reviews-container-1 .sb-item-text {
	color: white!important;
}

/* adds read more at end of review */

.sb-more:after {
  content: " Read more";
}

a.sb-more {
	color: white!important;
}

/* increase star size */

.sb-item-rating-icon svg {
	width: 24px!important;
}

/* WEDDING PLANNING PAGE - HIDE TEXT - JQUERY IN CODE BLOCK NEAR TOP */

body:not(.et-fb) #speechesbefore {
    display:none;
}

body:not(.et-fb) #speechesafter {
    display:none;
}

/* EDIT 17HATS FORM */

#lc_form .question-label {
	font-family: Poppins!important;
	font-size: 18px!important;
	
}



