/* 
Theme Name: New Elevated Tax
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Theme for New Elevated Tax built on Hello Elementor.
Author: Team WPValet
Author URI: https://vincere.dev/
Template: hello-elementor
Version: 1.0.0
Text Domain: newelevatedtax
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* General */
p:last-child {
	margin-bottom: 0 !important;
}

.net-button .elementor-button-icon svg {
	width: 100% !important;
}

html, body {
	overflow-x: hidden !important;
}

.net-loop-carousel .swiper-pagination-bullet-active {
	width: 32px !important;
	height: 6px !important;
	border-radius: 100px !important;
	vertical-align: middle !important;
}

.net-aspect-ratio-16-9 img {
	aspect-ratio: 16/9 !important;
}

@media (max-width: 767px) {
	.net-mobile-relative {
		position: relative !important;
	}
}

.net-heading span {
	color: var(--e-global-color-accent) !important;
}

.net-heading.bold span {
	font-weight: 700 !important;
	color: inherit !important;
}

.net-custom-button {
	cursor: pointer;
}

/* Form */
.gform_required_legend {
	display: none !important;
}

.ginput_container_text input,
.ginput_container_email input,
.ginput_container_textarea textarea,
.ginput_container_number input {
	padding: 14.5px 16px !important;
	border-radius: 8px !important;
	border: 1px solid rgba(10, 12, 43, 0.05) !important;
	font-family: Inter !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 1em !important;
	color: var(--e-global-color-primary);
	background-color: rgba(10, 12, 43, 0.03) !important;
	outline: none !important;
	height: auto !important;
	box-shadow: none !important;
}

.ginput_container_text input::placeholder,
.ginput_container_email input::placeholder,
.ginput_container_textarea textarea::placeholder,
.ginput_container_number input::placeholder {
	color: rgba(10, 12, 43, 0.65);
}

.gform_fields {
	row-gap: 18px !important;
}

.gform-footer input[type="submit"] {
	font-family: Aeonik !important;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 1em !important;
	padding: 18px 36px !important;
    border-radius: 8px !important;
	border: none !important;
	outline: none !important;
	background-color: var(--e-global-color-accent);
	transition: background-color 0.2s ease;
}

.gform-footer input[type="submit"]:hover {
	background-color: var(--e-global-color-primary) !important;
}

/* Post Content */
.net-post-content h2{
	font-size: 38px !important;
}

.net-post-content h3{
	font-size: 30px !important;
}

.net-post-content h4{
	font-size: 25px !important;
}

.net-post-content h2,
.net-post-content h3,
.net-post-content h4,
.net-post-content h5,
.net-post-content h6{
	margin: 32px 0 18px !important;
}

.net-post-content p,
.net-post-content ul,
.net-post-content ol{
	margin-bottom: 1em !important;
}

.net-post-content p a{
	color: var(--e-global-color-accent);
	text-decoration: underline;
}

.net-post-content p a:hover{
	text-decoration: none;
}

.net-post-content figure{
	margin: 30px auto;
}

.net-post-content figure.alignleft{
	margin: 10px 20px 20px 0;
}

.net-post-content img{
	border-radius: 14px;
}

.net-post-content blockquote{
	font-size: 24px;
	line-height: 1.3em;
	letter-spacing: -0.02em;
	color: #1D2A20A6;
	border-radius: 12px;
	background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7' clip-path='url(%23clip0_4188_602)'%3E%3Cpath d='M0 40.0001V74.2858H34.2858V40.0001H11.4287C11.4287 27.3969 21.6826 17.1429 34.2858 17.1429V5.71429C15.3795 5.71429 0 21.0938 0 40.0001V40.0001Z' fill='%232E41E5' fill-opacity='0.25'/%3E%3Cpath d='M80.0006 17.1429V5.71429C61.0943 5.71429 45.7148 21.0938 45.7148 40.0001V74.2858H80.0006V40.0001H57.1435C57.1435 27.3969 67.3974 17.1429 80.0006 17.1429V17.1429Z' fill='%232E41E5' fill-opacity='0.25'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4188_602'%3E%3Crect width='80' height='80' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 24px 20px no-repeat #2E41E51A;
	padding: 50px 40px 36px;
	margin: 32px 0 !important;
}

.net-post-content blockquote cite{
	font-size: 18px;
	font-style: normal;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: var(--e-global-color-accent);
}

@media (max-width: 767px){
	.net-post-content h2{
		font-size: 26px !important;
	}
	
	.net-post-content h3{
		font-size: 22px !important;
	}
	
	.net-post-content h4{
		font-size: 20px !important;
	}
	
	.net-post-content h2,
	.net-post-content h3,
	.net-post-content h4,
	.net-post-content h5,
	.net-post-content h6{
		margin: 20px 0 16px !important;
	}
	
	.net-post-content figure.alignleft{
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
	}
	
	.net-post-content blockquote{
		font-size: 20px;
		padding: 30px 20px;
		margin: 20px 0 !important;
	}
	
	.net-post-content blockquote cite{
		font-size: 16px;
	}
}

/* Blog Archive */
.net-archive-loop .page-numbers:not(.next):not(.prev) {
	width: 46px !important;
	height: 46px !important;
	border-radius: 8px;
	display: flex !important;
    justify-content: center;
    align-items: center;
	transition: background-color 0.2s;
}

.net-archive-loop .page-numbers:not(.next):not(.prev):not(.current) {
	background-color: #F1F5F8 !important;
}

.net-archive-loop .page-numbers.current,
.net-archive-loop .page-numbers:not(.next):not(.prev):hover {
	background-color: #2E368F !important;
}

.net-archive-loop .elementor-pagination {
	display: flex !important;
    justify-content: center;
}

/* Team */
.net-team__grey .net-team__bg{
	background-color: #F1F5F8 !important;
}

.net-team__grey .net-team__bg .net-team__box{
	background-color: var(--e-global-color-secondary) !important;
}

.net-team__grey .net-team__bg .elementor-widget-image img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(7500%) hue-rotate(211deg) brightness(103%) contrast(94%);
}
