/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/
 
 /* =Theme customization starts here
------------------------------------------------------- */

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

.et-pb-active-slide {
    opacity: 1!important;
}
/*add borders to the menu items*/

.navSeperator nav > ul > li:not(:last-child) {
  border-right: 1px solid #36454F;
}

/*adjust spacing around menu items*/

.navSeperator li a {
  padding: 4px 10px;
}

/* non-menu links */
.highlightLink a {
	
}
.highlightLink a:hover {
	transition: border .1s ease !important;
	border-bottom: 2px dashed;
}

.grecaptcha-badge { visibility: hidden; }

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:50% !important;}

