/*
 Theme Name:     Divi Child
 Theme URI:      https://o2l.com.au
 Description:    Divi Child Theme

 Author:         O2L Media
 Author URI:     https://o2l.com.au
 Template:       Divi
 Version:        1.0.0
*/

/*Layout settings*/

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


/*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: 70%;
	float: right;
}
#top-header .fd_topbar_ls {
	width: 30%;
	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: 25px;
	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-light) !important;
}

/*Footer*/
.footer-widget .fwidget {
	margin-bottom: 30px !important;
}
.fwidget .title {
	margin-bottom: 15px !important;
}
.widget_custom_html {
	display: block;
	width: 100%;
}

#footer-info,
.et-social-icons {
	text-align: center;
	display: block;
	float: none;
}
#footer-info, #footer-info a {
	font-size: 12px;
	font-weight: 600 !important;
	
}
#footer-info a,
.fd-address li a,
.fd-contact li a {
	color: var(--primary-color) !important;
}
.footer-widget a:hover {
	color: var(--primary-color) !important;
	transition: var(--transition);
	opacity: 1;
}

/* Fd List */
/* FD list */
.fd-list-4 {
	column-count: 4;
}
.fd-list-3 {
	column-count: 3;
}
.fd-list-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;
}

/* Fd button */
.footer-widget .fd-button {
	color: #fff !important;
	font-size: 18px;
	padding: 10px 20px;
	background-color: var(--accent-color);
	border-radius: 100px;
	transition: 300ms;
}
/* Learn More */
.read-more {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background-color: var(--accent-color);
	padding: 6px 14px;
	display: inline-block;
	border-radius: 100px;
	transition: 300ms;
}

/* Transform */
.fd-service-blurb .et_pb_main_blurb_image {
	overflow: hidden;
}
.fd-service-blurb .et_pb_image_wrap img {
	width: 400px;
	height: 248px;
	object-fit: cover;
	transition: 400ms;
}
.fd-service-blurb .et_pb_image_wrap img:hover {
	transform: scale(1.2);
	transition: 400ms;
}

.read-more:hover {
	background-color: var(--primary-color);
}
.footer-widget .fd-button:hover {
	color: #fff !important;
	background-color: var(--primary-color);
}

/*Bottombar*/
#footer-info {
	padding-bottom: 5px;
}
#footer-info a:hover {
	color: var(--accent-color) !important;
}

#footer-info {
	text-align: center;
	float: none;
}

/* Responsive */

@media only screen and (min-width: 1024px) {

}
@media only screen and (max-width: 980px) {
/* 	Header */
	#top-header {
		position: fixed !important;
	}
	#main-header {
		position: fixed !important;
		background-color: #fff !important;
	}
	.mobile_menu_bar::before {
		color: var(--primary-color) !important;
	}
	#main-header .et_mobile_menu {
		background-color: var(--primary-color) !important;
		border-radius: 5px;
	}
	.fd-primary-header .header-content {
		width: 100% !important;
	}
	.et_mobile_menu li a {
		color: var(--text-light) !important;
	}
}

@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;
	}
	.fd-list-2, .fd-list-3, .fd-list-4 {
		column-count: 2;
	}
}

@media only screen and (max-width: 767px) {
	.fd-list-2, .fd-list-3, .fd-list-4 {
		column-count: 1;
	}
	.et_pb_module.et_pb_blurb {
		word-break: break-all;
	}
}
