/*
 Theme Name:     Frozendiary
 Theme URI:      http://frozendiary.com
 Description:    Custom Divi Child Theme

 Author:         Frozendiary
 Author URI:     http://frozendiary.com
 Template:       Divi
 Version:        1.0.6
*/

/*Classes
.fd-header-cta
.fd-reverse-row
.fd-email-optin-1
.fd-footer-nav
.fd-list-o
.fd-list-col-2
.fd-list-col-3
.fd-list-col-4
.fd-gallery.no-lightbox
*/

/*Layout settings*/

:root {
	--primary-color: #fd0ae0;
	--primary-dark: #000;
	--accent-color: #fd0ae0;
	--text-light: #fff;
	--text-dark: #000;
	--border-color: #ccc;
	--background-color: #fff;
	--transition: 300ms;
}

/* Override Divi Rules */
.et_pb_blurb_content {
	word-break: break-word;
}

/*Topbar*/

#top-header a:hover {
	color: var(--accent-color);
}
#et-info-phone:hover {
	color: #3f4448;
	transition: 300ms;
}
#top-header #et-info {
	text-align: right;
	width: 50%;
	float: right;
}
#top-header .fd_topbar_ls {
	width: 50%;
	float: left;
}
.fd_topbar_ls span {
	font-size: 14px;
}
.fd_topbar_ls a:first-child {
	margin-right: 22px;
}
.fd_topbar_ls a {
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color: var(--accent-color);
	border-radius: 5px;
	padding: 3px 15px 4px 15px;
	margin-left: 20px;
	opacity: 1;
}
.fd_topbar_ls a:hover {
	color: var(--text-light) !important;
	opacity: .9;
}

/*Header*/

#top-menu li a {
	font-weight: 600 !important;
}
#main-header .nav li ul a,
.et-fixed-header #top-menu .sub-menu li.current-menu-item > a {
	color: var(--text-dark) !important;
}

/*Footer*/
.footer-widget .fwidget {
	margin-bottom: 30px !important;
}
.fwidget .title {
	margin-bottom: 15px !important;
}
.widget_custom_html {
	display: block;
	width: 100%;
}
.footer-widget a:hover {
	color: var(--primary-color) !important;
	transition: var(--transition);
	opacity: 1;
}

/* Footer Nav */
.fd-footer-nav, footer .et_pb_widget_area {
	border-right: none !important;
}
.fd-footer-nav ul li {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 1.3em;
}
.fd-footer-nav ul li a {
	color: var(--text-dark) !important;
	font-size: 15px;
	font-weight: 600;
	transition: 300ms;
}
.fd-footer-nav ul li a:hover {
	color: var(--text-light) !important;
}

/*Bottombar*/
#footer-info {
	float: none;
	text-align: center;
	padding-bottom: 5px;
}
#footer-info, #footer-info a {
	font-weight: 600 !important;
}
#footer-info a {
	color: inherit;
}
#footer-info a:hover {
	color: var(--accent-color) !important;
}
#footer-bottom .et-social-icons {
	padding: 10px;
}
#footer-info,
.et-social-icons {
	text-align: center;
	display: block;
	float: none;
}

/**********************************
	Custom Modules
***********************************/

/* Fd List */
.fd-list-col-4 {
	column-count: 4;
}
.fd-list-col-3 {
	column-count: 3;
}
.fd-list-col-2 {
	column-count: 2;
}

/* Fd List o */

.fd-list-o li a {
	font-weight: 600;
}
.fd-list-o li i {
	width: 30px;
	font-weight: 600;
}

/* Newsletter */
.et_pb_newsletter_result {
	max-width: 600px;
	margin: 0 auto 40px auto;
	padding: 35px 10px;
	border: 1px solid var(--text-light);
}
.et_pb_newsletter_result h2 {
	color: var(--text-light) !important;
	font-size: 18px;
	line-height: 1.4em;
}

/* Gallery */
.fd-gallery.no-lightbox a {
	pointer-events: none !important;
}
.fd-gallery.no-lightbox .et-pb-slider-arrows a {
	pointer-events: auto !important;
}




/**********************************
	Responsive
***********************************/

@media only screen and (min-width: 981px) {
	/*Header CTA*/
	.fd-header-cta a,
	 body #main-header.et-fixed-header .current-menu-item.fd-header-cta a {
		color: var(--text-light) !important;
		font-size: 15px;
		font-weight: inherit;
		text-transform: uppercase;
		padding: 12px 15px!important;
		background-color: var(--primary-color);
		border-radius: 3;
		margin-bottom: 24px;
	}
	.fd-header-cta a:hover,
	body #main-header.et-fixed-header .fd-header-cta a:hover {
		opacity: .7 !important;
	}
	/*Newsletter Style 01*/
	.fd-email-optin-1 .et_pb_newsletter_field, .fd-email-optin-1 .et_pb_newsletter_button_wrap {
		flex-basis: calc(33.33% - 20px) !important;
	}
}

@media only screen and (max-width: 980px) {
/* 	Header */
	.mobile_menu_bar::before {
		color: var(--primary-color) !important;
	}
	#main-header .et_mobile_menu {
		background-color: var(--primary-color) !important;
		border-radius: 5px;
	}
	/*Verify Required*/
	.fd-primary-header .header-content {
		width: 100% !important;
	}
	.et_mobile_menu li a {
		/*color: var(--text-light) !important;*/
	}
	/*Switch Column*/
	.fd-reverse-row {
		display: flex;
		flex-direction: column-reverse;
	}
}


@media only screen and (max-width: 1024px), (max-width: 768px) {
	#top-menu li a {
		font-size: 11px;
	}
}
@media only screen and (max-width: 768px) {
	#top-header .fd_topbar_ls {
		display: none;
	}
	#top-header #et-info {
		width: 100%;
		text-align: center;
	}
	/*List Column Count*/
	.fd-list-col-2, .fd-list-col-3, .fd-list-col-4 {
		column-count: 2;
	}
}

@media only screen and (max-width: 767px) {
	/*List Column Count*/
	.fd-list-col-2, .fd-list-col-3, .fd-list-col-4 {
		column-count: 1;
	}
}