/*
Theme Name:  Divi Child
Theme URI:   http://websitedemo.online/
Version:     1.1
Description: Divi child theme.
Author:      TheWebsiteProjects
Author URI:  http://thewebsiteproject.org/
Template:    Divi
*/

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

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	cursor: pointer;
	font-weight: 400;
	padding: 14px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

@media (max-width: 980px){

}