/*
 Theme Name: Christianson's Nursery Divi Child
 Author: FDG Web
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*remove default 11px padding on each side of list items*/

.vertical-menu .et-menu > li {
	padding-left: 0px;
	padding-right: 0px;
}


/*make the menu items fullwidth and add space between them*/

.vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
}

.home-journal .post-media,
.home-journal .post-content {
	border-radius: 6px;
}

/* Instagram feed styling */
#instagram-gallery-feed-0 .swiper-container .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	
}

#instagram-gallery-feed-0 .swiper-container .swiper-button-prev, 
#instagram-gallery-feed-0 .swiper-container .swiper-button-next {
	color: #fff;
}

.instagram-gallery__button {
	border-radius: 30px;
	background-color: #635d3b !important;
	color: #ece5db !important;
}

/* Subscribe form styling */
.ctct-form-wrapper .ctct-form .ctct-label-top label, .ctct-form-wrapper .ctct-form .ctct-label-bottom label {
	line-height: 1.5em;
}

.ctct-form-wrapper .ctct-form abbr {
	color: #b98b69;
}

input.ctct-email {
	padding: 15px 25px;
	border-radius: 8px;
	width: 100%;
}

input.ctct-submit {
	border: none;
	background: #dabba7;
	padding: 15px 25px;
	font-weight: bold;
	color: #31331e;
	border-radius: 30px;
}

.ctct-disclosure {
	line-height: 1.2em;
	font-size: 10px;
	color: #868364;
}



@media (max-width: 980px) {
	/*open the mobile menu up and use on all devices*/
	.et-db #et-boc .et-l .vertical-menu .et_pb_menu__menu {
		display: flex;
	}
	/*hide the hamburger icon*/
	.et-db #et-boc .et-l .vertical-menu .et_mobile_nav_menu {
		display: none;
	}
	
	/* Mobile styling for the menu */
	ul.sub-menu li.mobile-only {
		display: none;
	}
	ul.sub-menu li.mobile-only.show-menu-items {
		display: block;
		line-height: inherit !important;
	}
	.et_mobile_menu .parent-menu-item > a:after {
		font-family: 'ETmodules';
		content: '\3b';
		font-weight: normal;
		position: absolute;
		font-size: 16px;
		top: 13px;
		right: 10px;
	}
	footer .et_pb_menu__wrap {
		justify-content: flex-start !important;
	}
}