/*
 Theme Name:   Divi Theme Child
 Theme URI:    http://ionmoon.nl/
 Description:  Ionmoon Divi Child Theme
 Author:       Ionmoon
 Author URI:   http://ionmoon.nl
 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
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

#logo {
	
}

.et_toggle_slide_menu:after, .mobile_menu_bar:before {
	color: white !important;
	background-color: #a6bc3dbf;
}

div.et_pb_section.et_pb_section_0 {
	padding-top: 125px !important;
}

.et_pb_text h2 {
	-webkit-text-decoration-color: #A6BC3D !important;
	text-decoration-color: #A6BC3D !important;
}

.row-blurb-icons .et-pb-icon {
	font-size: 60px;
}

.row-blurb-icons .et_pb_image_wrap {
	position: relative;
	-webkit-transition: all 500ms; /* Safari */
	transition: all 500ms;
	bottom:0;
}

.inschrijven_nieuwsbrief input[type=email] {
	padding: 10px 
}

.inschrijven_nieuwsbrief input[type=submit] {
	padding: 10px 30px;
    border: 1px solid black;
    background-color: transparent;
    cursor: pointer;
}

/* info about phonenumber */
p#billing_phone_field:after {
    content: "U wordt 1 à 2 dagen van tevoren gebeld over het moment van levering.";
}

/* product variation dropdown*/

.variations option {
    color: black !important;
	background: white !important;
}

.et-db #et-boc .et-l .et_pb_wc_add_to_cart_0.et_pb_module .et_pb_module_inner form.cart .variations td select {
    background-color: rgba(0,0,0,0.38) !important;
}

/*---------------- Animation Blurb ---------------------*/
.row-blurb-icons .et_pb_blurb_content:hover .et_pb_image_wrap {
	bottom:15px;
	-webkit-transition: all 500ms; /* Safari */
	transition: all 500ms;
}

/* aanbieding tag*/



.woocommerce span.onsale {

font-family: Oswald, sans-serif !important;
	font-weight: 500;
text-transform: uppercase !important;
font-size: 16px;
	background-color: #151938 !important;
}
h2.woocommerce-loop-product__title {
	font-family: Oswald;
	font-weight: 500;
	text-transform: uppercase !important;
}

/*contact form - button */

#gform_submit_button_1 {
	font-size: 20px;
	font-family: oswald;
	text-transform: uppercase;
    border-radius: 3px;
	border-color: #a6bc3d !important;
    padding: .3em 1em;
    border: 1px solid;
    background-color: #a6bc3d;
	color: #fff;
}

input.text, input.title, input[type=text], select, textarea {
    border-radius: 6px;
    padding: 8px 8px !important;
	border-color: #fff;
	font-family: oswald;
}


input.text, input.title, input[type=text], select, textarea {
	border-radius: 3px;
	padding: 8px 8px !important;
}

/* form title - captcha */
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 200!important;
    font-size: 20px!important;
	font-family: oswald;
	text-transform: uppercase;
	color: #000;
	padding-top: 20px;
}


.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 200 !important;
	font-size: 26px!important;
	color: #000;
	text-transform: uppercase;
	}

/*offerte form bigbag*/

#gform_submit_button_5 {
	font-size: 20px;
	font-family: oswald;
	text-transform: uppercase;
    border-radius: 3px;
	border-color: #a6bc3d !important;
    padding: .3em 1em;
    border: 1px solid;
    background-color: #a6bc3d;
	color: #fff;
}
/*offerte form bulk*/

#gform_submit_button_6 {
	font-size: 20px;
	font-family: oswald;
	text-transform: uppercase;
    border-radius: 3px;
	border-color: #a6bc3d !important;
    padding: .3em 1em;
    border: 1px solid;
    background-color: #a6bc3d;
	color: #fff;
}

/*tagcloud*/

.tagcloud a {
	background-color: #708026;
	color: #fff !important;
	
}
.tagcloud a:hover {
	background-color: #708026 !important;
	color: #fff !important;
	
}
.tagcloud a .et_pb_widget_area .et_pb_widget a {
	color: #fff !important;
}