/*
 Theme Name:     Grow My Business Divi Child
 Theme URI:      https://www.growmybusiness.co.nz
 Description:    Divi Child Theme for Grow My Business
 Author:         Ben Elwood
 Author URI:     https://www.growmybusiness.co.nz
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@import '../Divi/style.css';


.rh-project-sidebar {
    display: none !important;
}

.rh-project-sidebar .et_pb_code {
    flex: 1 0 !important;
}

.rh-project-sidebar .custom-sidebar-links {
    background-color: #f2d439;
    border-width: 7px !important;
    border-color: #f2d439;
    margin-bottom: 12px;
    width: 100%;
    padding: 8px 15px !important;
    flex: 1 0 !important;
    border-radius: 3px !important;
    line-height: 1.7em !important;
    transition: background-color 0.2 ease-in-out !important;
    cursor: pointer;
}

.rh-project-sidebar .custom-sidebar-links:hover {
    background-color: #edbd38 !important;
}

.rh-project-sidebar ul {
    list-style-type: none;
    padding: 0;
}

.rh-project-sidebar ul li a {
    color: #0a2b35 !important;
}

.project-content-column {
    /* width: unset !important; */
    padding-right: 0px !important;
}

.rh-project-sidebar .module {
    margin-bottom: 32px;
}

.rh-project-sidebar .module h3 {
    font-size: 26px !important;
}

.basic-search-form form {
	display: flex;
	font-size: 18px;
}

.basic-search-form button {
	padding: 4px 6px;
	background-color: #ecbd38;
	color: #111;
	border: 1px solid #ecbd38;
	font-size: 18px;
	border-radius: 3px;
	cursor: pointer;
}


.basic-search-form input {
	padding: 4px 6px;
	border: none;
	color: #111;
	border-bottom: 1px solid #1c4959;
	font-size: 18px;
	flex: 1 1;
	margin-right: 30px;
}

.gmb-addon-pro-cats {
	background-color: #184a5b;
	    color: #FFFFFF !important;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    color: #FFFFFF !important;
	border-radius: 5px !important;
	
}