/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Blinq Web Studio
 Author URI:     https://www.blinqwebstudio.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
	font-weight: 400;
}

body .et_pb_menu__logo a img,
body .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
	transition-duration: .2s;
}
body.scrolled .et_pb_menu__logo a img {
	height: 70px!important;
	width: auto;
}
body.scrolled .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
	padding-top: 21px;
	padding-bottom: 21px;
}
body.scrolled header:first-of-type {
	position: fixed;
	top: 0;
	z-index: 999999999999999;
	width: 100%;
	background-color: #FFF;
}

.et_pb_module.et_pb_text ol li { 
  padding-bottom: 1em;
}

/* submenu */
.nav.et-menu li ul {
	min-width: 240px;
	width: unset;
}
.et-menu li li a {
	white-space: nowrap;
	min-width: 200px;
	width: unset;
}

#testimonials .et_pb_slide ul {
	list-style: none;
	padding: 20px 0 10px 0;
	font-size: 32px;	
}

.notBullets {
	
}
.notBullets ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.notBullets ul li {
	display: inline;
	position: relative;
	padding: 5px 0;
	margin: 0 7px;
	font-size: 15px;
  font-weight: 300;
	line-height: 2.2em;
	text-align: center;
	cursor: default;
	background: 
    linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
    linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
  background-size: 100% 0.2em, 0 0.2em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.notBullets ul li:hover,
.notBullets ul li:focus {
  background-size: 0 0.2em, 100% 0.2em;
}
.notBulletsxx ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.notBulletsxx ul li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/* contact form */
form.wpcf7-form .msg-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}
form.wpcf7-form div.form-field {
	position: relative;
}
form.wpcf7-form .wpcf7-form-control-wrap {
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 15px;
	display: block;
}
form.wpcf7-form div.form-field.file,
form.wpcf7-form div.form-field.radio,
form.wpcf7-form div.form-field.checkboxes {
	background-color: #FFF;
	padding: 10px 0 0 10px;
}
form.wpcf7-form div.form-field.checkboxes .wpcf7-form-control-wrap {
	background-color: transparent;
}
form.wpcf7-form div.acceptance .wpcf7-form-control-wrap {
	padding: 0;
	background-color: transparent;
	margin-bottom: 0;
}
form.wpcf7-form div.acceptance .wpcf7-list-item {
	margin: 0;
}
form.wpcf7-form div.form-field input[type="text"],
form.wpcf7-form div.form-field input[type="email"] {
    border: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    height: 40px;
}
form.wpcf7-form div.form-field textarea {
    border: 0;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
}
form.wpcf7-form div.form-field.textfield label,
form.wpcf7-form div.form-field.textarea label {
    position: absolute;
    top: 18px;
    left: 10px;
    font-weight: normal;
		pointer-events: none;
}
form.wpcf7-form div.form-field.textfield.active label,
form.wpcf7-form div.form-field.textarea.active label,
form.wpcf7-form div.form-field.textfield .active label,
form.wpcf7-form div.form-field.textarea .active label {
    top: 0;
    right: 7px;
    left: unset;
    font-size: 14px;
    color: #aaa;
}
form.wpcf7-form .wpcf7-submit {
	background-color: #fbbc43;
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
	float: right;
	border: 0;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 5px;
}

form.wpcf7-form .wpcf7-response-output {
	color: #FFFFFF;
	margin-top: 25px;
}

@media (max-width: 980px) {
	.et_pb_menu .et_mobile_menu {
    width: 100vw;
    margin-left: -10vw;
    height: calc(100vh - 94px);
    border: 0px;
    overflow-y: scroll;
	}
	
	.notBullets h2 {
    text-align: left!important;
	}
	.notBullets ul {
    text-align: left;
	}
	.notBullets ul li {
    margin: 0 14px 0 0;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    line-height: 2.0em;
	
	}
}

@media (max-width: 767px) {
	form.wpcf7-form .msg-split {
    grid-template-columns: 1fr;
	}
}