/* 
 Theme Name:     Lure Marketing
 Author:         Walter Viner
 Author URI:     https://www.luremarketing.ca
 Template:       Divi
 Version:        1.0.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.woocommerce-terms-and-conditions-link {
	text-decoration:underline!important;
}

.manual-button {
	display: inline-block;
	border: 2px solid #686868;
	color: #0a0a0a;
	padding: .3em 1em !important;
	background-color: inital;
	font-size: 20px;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7em!important;
}

.manual-button:hover {
	display: inline-block;
	border: 2px solid #2ea3f2;
	color: #2ea3f2;
	padding: .3em 1em !important;
	background-color: inital;
	font-size: 20px;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7em!important;
}

.woocommerce button.button.alt.disabled {
	background: 0 0;
}

@media (max-width: 1024px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }

a, .et-db #et-boc .et-l a {
	color: #2ea3f2 !important;
}