/*

Theme Name: DiviGopherX

Theme URI: https://www.gopherx.com/

Description: Divi Child Theme For Gopher X

Author: Richard Rabago

Author URI: https://www.gopherx.com

Template: Divi

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/*Custome styles*/

/*The breadcrumb module has 30px margin that cant be changed in designer */ 
.et_pb_wc_breadcrumb {
  margin-bottom: 0px !important;
}

/*These are for the products sidebar*/
.et_pb_sidebar_0_tb_body .et_pb_widget {
	margin-bottom: 0px !important;
}

.et_pb_sidebar_0 .et_pb_widget {
	margin-bottom: 0px !important;
}

.et-db #et-boc .et-l .et_pb_widget_area ul {
	padding: 0 0 23px 1em !important;
	list-style: square !important;
}

/*This is for product sub-bullet points*/
.indent-bullet {
	margin-left: 25px; 
	list-style: square;
}

/*Reduce testimonial spacing*/
.et_pb_testimonial_author {
    margin-top: 0px !important;
}

/*This forces the correct color on active link*/
#main-header #top-menu li.current-menu-item > a,
#main-header #top-menu li.current-menu-ancestor > a, #main-header #top-menu li.current-menu-item > a
{
color: #61993B !important;
}

/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 1100px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
    }
}

/*Contact Us Table and Column formats*/
.contact-table-col{
	width: 50% !important; 
	border: 0px !important; 
	padding: 0px !important;
}

/*Get products home page to have wider width on mobile*/
/*Get individual product pages to have wider width*/
@media (max-width: 980px) {
    #products-home-section .et_pb_row, #product-ind-section .et_pb_row, #products-sprayer-section .et_pb_row, #products-oil-section .et_pb_row, #products-parts-section .et_pb_row{
        width: 90% !important;
    }
}
