/* 
 Theme Name:     localbizpro
 Author:         markhendriksen.com
 Author URI:     https://www.markhendriksen.com/
 Template:       Divi
 Version:        1.0
 Description:    A child theme for Divi
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ###### MENU BUTTON ###### */

.et_header_style_left .et-fixed-header #et-top-navigation nav ul li.cta_menu a,
.cta_menu a {
	background-color: #d8b800;
	color: #fff !important;
	padding: 10px 15px !important;
	border-radius: 25px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
	text-shadow: 0.03em 0.03em 0.05em rgba(0, 0, 0, 0.3);
	display:inline-block !important;
} 

.mobile_menu_bar:before {
	color: #d8b800 !important;
}


/* ###### HOME PAGE 2 ###### */

@media (min-width: 981px) and (max-width: 1550px) {
.home_header_column_1,
.home_header_column_2 {
	width: 30% !important;	
}}

@media (min-width: 981px) and (max-width: 1350px) {
.home_header_column_1 .et_pb_button_module_wrapper,
.home_header_column_2 .et_pb_button_module_wrapper {
	margin-top: 25px !important;	
}}

@media (min-width: 981px) and (max-width: 1350px) {
.et_pb_image.header_home_image {
	margin-left: 0px !important;	
	margin-right: 0px !important;
}}

@media (min-width: 981px) and (max-width: 1550px) {
.home_contact_column_1 {
	padding-left: 75px !important;	
}}

/* ###### SEARCH RESULT PAGE ###### */

@media (min-width: 981px) {
.search #left-area {
	width: 64.833%;
}

.search #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.search #main-content .container:before {
    display: none !important;
}}

.search .et_pb_post a img {
    padding-bottom: 25px;
}

.search h2 {
	font-size: 30px;
	font-weight: bold;
}

.search h4.widgettitle {
	font-size: 20px;
	font-weight: bold;
}

.search #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 20px;
}

#search-header {
	display: none;
}

.search #search-header {
	display:block;
}	

/* ###### CATEGORY RESULT PAGE ###### */
@media (min-width: 981px) {
.category #left-area {
	width: 64.833%;
}

.category #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.category #main-content .container:before {
    display: none !important;
}}

.category .et_pb_post a img {
    padding-bottom: 25px;
}

.category h2 {
	font-size: 30px;
	font-weight: bold;
}

.category h4.widgettitle {
	font-size: 20px;
	font-weight: bold;
}

.category #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 20px;
}

#search-header {
	display: none;
}

.search #search-header {
	display:block;
}	
#category-header {
	display: none;
}

.category #category-header {
	display:block;
}

.et-fb #custom_footer {
	display: none;
}