/*
Theme Name: SpectrumChild
Theme URI: https://spectruminteractivegroup.com/
Version: 1.2
Description: A Child Theme for Divi that enables Divi Builder for Custom Post Types
Author: Nagdy @ WPColt.com
Author URI: http://wpcolt.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/
/* Add your custom CSS after this line */


.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}

.contact-message textarea {
	font-family:arial !important;
}


.et-pb-active-slide .et_pb_slide_description{
	-webkit-animation-name:fadeBottom;
	-moz-animation-name:fadeBottom;
	-ms-animation-name:fadeBottom;
	-o-animation-name:fadeBottom;
	animation-name:fadeBottom;
	-webkit-animation-duration:1.5s !important;
	-moz-animation-duration:1.5s !important;
	-ms-animation-duration:1.5s !important;
	-o-animation-duration:1.5s !important;
	animation-duration:1.5s !important;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-timing-function:ease-in-out;
	-ms-animation-timing-function:ease-in-out;
	-o-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-delay:1.75s !important;
	-moz-animation-delay:1.75s !important;
	-ms-animation-delay:1.75s !important;
	-o-animation-delay:1.75s !important;
	animation-delay:1.75s !important;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both
}


