/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor Child is a child theme of Hello Elementor. Customized for Intention Studios.
	Author: TonyTran
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 1.0.0
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
.ce-service-filter-layout__text-block {
	font-family: Montserrat !important;
}
.error404 .site-main {
	margin: 200px auto 130px;
	
	.page-content {
		text-align: center;
		margin-top: 25px;
	}
}
.ce-content-text__header-line > .word:first-child {
  margin-left: 1em;
}
.elementor-widget-container 
.ce-section-contact-form__form-field 
:is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
    background-color: #EAE6E4 !important;
}
@media screen and (min-width: 1025px) {
	.ce-section-description__content {
		width: 904px !important;
	}
}
@media screen and (max-width: 767px) {
	.ce-service-filter-layout:not(:has(.ce-service-filter-layout__logo-title-wrapper)) .ce-service-filter-layout__logo {
		margin-bottom: 60px;
	}
}