/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Rob Knapp
 Author URI:   https://www.solutiononepartners.com
 Template:     Divi
 Version:      0.0.1
 Text Domain:  Divi-child
*/



@import url("../Divi/style.css");



/* PRIMARY color
------------------------------------ */
h1, h3.phone,
#top-menu-nav #top-menu li>a,
.et-cart-info,
#et_search_icon {
	color: #005eab;
}

.page-header,
#main-footer {
	background-color: #005eab;
}



/* ACCENT color
------------------------------------ */
#main-footer .footer-widget h4.title,
h2, h3, h4, h5, h6,
#top-menu-nav #top-menu li.current-menu-item>a,
.woocommerce button.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page a.button.alt:hover {
	color: #f27d2e;
}



/* LIGHT color
------------------------------------ */
.page-header h1 {
	color: #fff;
}



/* FONT styles
------------------------------------ */
body {
	font-weight: normal;
}

#top-menu a {
	font-size: 15px;
	text-transform: uppercase;
}

#top-menu-nav #top-menu li.current-menu-item>a {
	text-decoration: underline;
}

h1 {
	font-size: 60px;
	text-align: center;
}

h1.product_title {
	text-align: left;
}

#main-footer .footer-widget h4.title {
	font-size: 32px;
}

#main-footer .footer-widget p {
	font-size: 22px;
}

#footer-info {
	font-size: 13px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-size: 18px !important;
}



/* FOOTER styles
------------------------------------ */
.footer-widget .et_pb_widget {
	text-align: center;
	width: 100%;
}

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



/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}