/* 
Theme Name: Anuvia
Author: GruffyGoat
Description:template
Version: 0.0.1
*/


/*********************************
* REST CSS
* *******************************/

*,
*::before,
*::after {
	box-sizing: border-box;
	/* 1 */
}

html {
	font-family: sans-serif;
	/* 2 */
	line-height: 1.15;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 4 */
	-ms-text-size-adjust: 100%;
	/* 4 */
	-ms-overflow-style: scrollbar;
	/* 5 */
	-webkit-tap-highlight-color: transparent;
	/* 6 */
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	/* 1 */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	/* 3 */
	background-color: #fff;
	/* 2 */
}

[tabindex="-1"]:focus {
	outline: none !important;
}

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	/* 4 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
	cursor: help;
	/* 3 */
	border-bottom: 0;
	/* 1 */
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
	/* Undo browser default */
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
	/* Add the correct font style in Android 4.3- */
}

b,
strong {
	font-weight: 700;
	/* Add the correct font weight in Chrome, Edge, and Safari */
}

small {
	font-size: 80%;
	/* Add the correct font size in all browsers */
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	/* 	color: #007bff; */
	text-decoration: none;
	background-color: transparent;
	/* Remove the gray background on active links in IE 10. */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

/* a:hover {
color: #0056b3;
text-decoration: underline;
} */

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* Correct the inheritance and scaling of font size in all browsers. */
	font-size: 1em;
	/* Correct the odd `em` font sizing in all browsers. */
}

pre {
	/* Remove browser default top margin */
	margin-top: 0;
	/* Reset browser default of `1em` to use `rem`s */
	margin-bottom: 1rem;
	/* Don't allow content to break outside */
	overflow: auto;
	/* We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract. */
	-ms-overflow-style: scrollbar;
}

figure {
	/* Apply a consistent margin strategy (matches our type styles). */
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
	/* Remove the border on images inside links in IE 10-. */
}

svg:not(:root) {
	overflow: hidden;
	/* Hide the overflow in IE */
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
	/* Prevent double borders */
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	/* 	color: #868e96; */
	text-align: left;
	caption-side: bottom;
}

th {
	/* Matches default `<td>` alignment by inheriting from the `<body>`, or the closest parent with a set `text-align`. */
	text-align: inherit;
}

label {
	/* Allow labels to use `margin` for spacing. */
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	/* Remove the margin in Firefox and Safari */
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
	/* Show the overflow in Edge */
}

button,
select {
	text-transform: none;
	/* Remove the inheritance of text transform in Firefox */
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	/* Reset the default outline behavior of fieldsets so they don't affect page layout. */
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	/* 1 */
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	/* 2 */
	white-space: normal;
	/* 1 */
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

html {
	background: #e2e2e2;
}

body {
	/* 	max-width: 1920px; */
	margin: 0 auto;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

/*
input::-webkit-input-placeholder { 
color: #FFFFFF !important;
opacity: 1 !important;
}
input::-moz-placeholder { 
color: #FFFFFF !important;
opacity: 1 !important;
}
input:-ms-input-placeholder { 
color: #FFFFFF !important;
opacity: 1 !important;
}
input:-moz-placeholder { 
color: #FFFFFF !important;
opacity: 1 !important;
}
*/
/*************************
** Custom Css *******
*************************/

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}
.elementor-widget-text-editor a:hover {
	text-decoration: underline;
	color: var(--e-global-color-text);
}

body {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}

.anuvia-banner h1,
.anuvia-banner p {
	text-shadow: 0px 0px 100px rgba(0,0,0,1)
}

@media only screen and (min-width: 1025px) {
	header > .e-parent,
	footer > .e-parent,
	[data-elementor-type="wp-page"] > .e-parent {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.anuvia-notification-bar-inner {
	text-align: center;
}

/*
.anuvia-cta .elementor-cta__title:after {
	content: '\e941';
	font-family:"Material Symbols Outlined";
	position: absolute;
	right: 0;
	top: 2px;
	opacity: 0;
	transition: 0.3s all;
	font-size:30px;
	font-weight:100;
}

.anuvia-cta a:hover .elementor-cta__title:after {
	opacity: 1;
}
*/

/*********************************
* MAIN MENU UPDATES - DESKTOP
* *******************************/
.anuvia-main-menu ul.sub-menu a.elementor-sub-item {
	border: none;
	padding-left: 20px;
	padding-right: 60px;
	position: relative;
}
.anuvia-main-menu ul.sub-menu a.elementor-sub-item:after {
	content: '\e941';
	font-family: "Material Symbols Outlined";
	position: absolute;
	right: 20px;
	top: 0;
	opacity: 0;
	transition: 0.3s all;
	font-size: 30px;
	font-weight: 100;
	bottom: 0;
	margin: auto;
	height: 20px;
}
.anuvia-main-menu ul.sub-menu a.elementor-sub-item:hover:after {
	opacity: 1;
}
@media only screen and (min-width: 1380px) and (max-width: 1600px) {
	.anuvia-main-menu ul.elementor-nav-menu > li > a {
		font-size: 15px !important;
	}
	.anuvia-main-menu ul.elementor-nav-menu > li > a .sub-arrow {
		padding: 5px;
		padding-inline-end: 0;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1379px) {
	.anuvia-main-menu ul.elementor-nav-menu > li > a {
		margin-right: 0 !important;
	}

	.anuvia-main-menu ul.elementor-nav-menu > li > a .sub-arrow {
		padding: 5px;
		padding-inline-end: 0;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1250px) {
	.anuvia-main-menu ul.elementor-nav-menu > li > a {
		font-size: 14px !important;
		margin-left: 5px !important;
	}

	.anuvia-main-menu ul.elementor-nav-menu > li:first-child > a {
		margin-left: 0 !important;
	}

	.anuvia-main-menu ul.elementor-nav-menu > li > a .sub-arrow {
		padding: 3px;
		padding-inline-end: 0;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
	.anuvia-main-menu ul.elementor-nav-menu > li > a {
		font-size: 12px !important;
	}
	.anuvia-header-btn a.elementor-button {
		font-size: 13px !important;
        padding-left: 15px;
        padding-right: 15px;
	}
}

@media only screen and (min-width: 1025px) {
	.anuvia-menu-title {
		background: #f2f2f2 !important;
	}
	.anuvia-menu-title > a {
		pointer-events: none !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		font-weight: 400 ! important;
	}
	.anuvia-menu-subtitle {
		padding-left: 10px !important;
	}
	.anuvia-menu-subtitle > a {

	}
}

/*********************************
* MAIN MENU UPDATES - MOBILE
* *******************************/
.anuvia-mobile-menu-btn {
	color: #fff !important;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
}

.anuvia-mobile-menu-btn span{
	font-size: 22px;
	font-weight: 300;
}

.anuvia-mobile-nav .elementor-nav-menu > li > a {
	margin-right: 40px;
	
}
.anuvia-mobile-nav .elementor-nav-menu > li > a .sub-arrow {
	position: absolute;
	right: -40px;
	background: var(--e-global-color-94f2e22);
	padding: 3px !important;
}

/* .anuvia-mobile-nav .elementor-nav-menu > li a {
	text-transform:uppercase;	
} */

/**************************
**** SEARCH BAR - MENU ****
***************************/
a.anuvia-search-btn {
	display: flex;
	position: relative;
	color: #fff;
	padding: 5px 0 5px 5px
}
a.anuvia-search-btn span {
	font-size: 20px;
}

body:not(.elementor-editor-active) .anuvia-search-bar {
	height: 0;
	transition: 0.15s all;
}
body:not(.elementor-editor-active) .anuvia-search-bar.active {
	height: 65px;
} 
/******************
**** FOOTER ****
******************/
/* [data-elementor-type="footer"] {
	padding-bottom: 220px;	
}
[data-elementor-type="footer"].hide-form {
	padding-bottom: 0;
}
.anuvia-footer-form-close .elementor-icon {
	cursor: pointer;
} */

/******************
****TESTIMONIAL****
******************/
.anuvia-testi,
.anuvia-search,
.anuvia-news {
	display:flex;
	height: 100%;
}

.anuvia-testi:hover,
.anuvia-search:hover,
.anuvia-news:hover {
	background: var(--e-global-color-fa6ed86);
}

.anuvia-testi:hover .elementor-button-text,
.anuvia-search:hover .elementor-button-text,
.anuvia-news:hover .elementor-button-text {
	color: var(--e-global-color-bb6e218);
}

.anuvia-testi:hover .elementor-button-wrapper svg path {
	fill:var(--e-global-color-bb6e218);
}

.anuvia-testi-grid .e-loop-item:nth-child(odd),
.anuvia-search-grid .e-loop-item:nth-child(odd),
.anuvia-news-grid .e-loop-item:nth-child(odd) {
	background: var( --e-global-color-41924ff )
}

.anuvia-detail-nav .post-navigation__prev--label,
.anuvia-detail-nav .post-navigation__next--label {
/* 	font-size:13px !important; */
	position:relative;
}


.anuvia-detail-nav .post-navigation__prev--label:before,
.anuvia-detail-nav .post-navigation__next--label:after {
	content: '\e941';
    font-family: "Material Symbols Outlined";
    position: absolute;
    right: -22px;
    top: 0;
    opacity: 1;
    transition: 0.3s all;
    font-size: 22px;
    font-weight: 300;
	color:var(--e-global-color-94f2e22);
}

.anuvia-detail-nav .post-navigation__prev--label:before {
	content: '\ef7d';
	right:unset;
	left:-22px;
}

 
.anuvia-detail-nav .elementor-post-navigation,
.anuvia-detail-nav .elementor-post-navigation__link,
.anuvia-detail-nav .elementor-post-navigation__link__next,
.anuvia-detail-nav .post-navigation__next--label,
.anuvia-detail-nav .elementor-post-navigation__link__prev,
.anuvia-detail-nav .post-navigation__prev--label{
	overflow:visible;
}


@media only screen and (max-width: 1024px) {
	.anuvia-testi-grid .e-loop-item:nth-child(odd),
	.anuvia-search-grid .e-loop-item:nth-child(odd),
	.anuvia-news-grid .e-loop-item:nth-child(odd){
		background: #fff;
	}
	.anuvia-testi,
	.anuvia-search,
	.anuvia-news {
		border-bottom: 1px solid var( --e-global-color-41924ff );
	}
	.anuvia-testi-grid .e-loop-item:nth-child(even),
	.anuvia-search-grid .e-loop-item:nth-child(even),
	.anuvia-news-grid .e-loop-item:nth-child(even){
		border-right: 1px solid var( --e-global-color-41924ff );
	}

}
@media only screen and (max-width: 767px) {

	.anuvia-testi-grid .e-loop-item:nth-child(even),
	.anuvia-search-grid .e-loop-item:nth-child(even),
	.anuvia-news-grid .e-loop-item:nth-child(even){
		border-right: none;
	}
	.anuvia-testi,
	.anuvia-search,
	.anuvia-news {
		border-bottom: none;
	}
	.anuvia-testi-grid .e-loop-item:nth-child(odd),
	.anuvia-search-grid .e-loop-item:nth-child(odd),
	.anuvia-news-grid .e-loop-item:nth-child(odd) {
		background: var( --e-global-color-41924ff );
	}
}


/**********************
****** CIRCLES  ******
***********************/
.anuvia-circles .anuvia-circles-inner:after,
.anuvia-circles .anuvia-circles-inner:before{
	content: '';
	position: absolute;
	z-index: 0;
	border: 2px solid #fee0b6;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	top: calc(50% - 150px);
	left: calc(50% - 150px);
}
.anuvia-circles .anuvia-circles-inner:before {
	width: 500px;
	height: 500px;
	top: calc(50% - 250px);
	left: calc(50% - 250px);
}
.anuvia-circles .anuvia-circles-inner p {
	position: relative;
	z-index: 1;
}

.anuvia-testimonial-images:before {
	content: "";
	position: absolute;
	background-image: url('https://anuvia.gruffygoat.dev/wp-content/uploads/2025/06/image__carousel-top-left.jpg');
	background-size: cover;
	width: 28vw;
	height: 28vw;
	left: 0;
	top: 0;
}
.anuvia-testimonial-images:after {
	content: "";
	position: absolute;
	background-image: url('https://anuvia.gruffygoat.dev/wp-content/uploads/2025/06/image__carousel-bottom-right.jpg');
	background-size: cover;
	width: 28vw;
	height: 28vw;
	right: 0;
	bottom: 0;
}

@media only screen and (min-width: 1501px) and (max-width: 1920px) {
	.anuvia-testimonial-images:after,
	.anuvia-testimonial-images:before {
		width: 38vw;
		height: 24vw;
	}
}
@media only screen and (max-width: 767px) {
	.anuvia-testimonial-images:after,
	.anuvia-testimonial-images:before {
		display: none;
	}
}

/*****************
****** HOME ******
******************/

.anuvia-checked-list ul {
	padding:0;
}

.anuvia-checked-list ul li {
	list-style:none;
	position:relative;
	padding-left:30px;
	margin-bottom:5px;
}

.anuvia-checked-list ul li:last-of-type {
	margin-bottom:0;	
}

.anuvia-checked-list ul li:before {
	color: var(--e-global-color-94f2e22);
	content: '\e5ca';
	font-family:"Material Symbols Outlined";
	font-size:20px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top:2px;
}

.anuvia-tab .e-n-tab-title {
	border-bottom:4px solid #F3F5F8;
	position:relative;
}

.anuvia-tab .e-n-tab-title:after {
	content: '\e941';
	font-family:"Material Symbols Outlined";
	position: absolute;
	right: 0;
	top: 20px;
	opacity: 0;
	transition: 0.3s all;
	font-size:30px;
	font-weight:100;
}

.anuvia-tab .e-n-tab-title:hover:after,
.anuvia-tab .e-n-tab-title[aria-selected="true"]:after {
	opacity:1;
}

.anuvia-tab .e-n-tab-title:hover {
	cursor:pointer;
}

.anuvia-tab-content ul {
	margin-top:20px;
	padding: 0 0 0 18px;
}

.anuvia-tab-content ul li {
	margin-bottom:15px;	
}

.anuvia-tab-content ul li:last-of-type {
	margin-bottom:0;	
}

/* .anuvia-faq .elementor-widget-text-editor p {
line-height:1.55em;
font-size:20px;
} */

.anuvia-faq .e-n-accordion-item {
	border-bottom:1px solid #d5d8dc;
}

.anuvia-faq .e-n-accordion-item:last-of-type {
	border-bottom:none;	
}

.anuvia-list ul {
	padding:0;
	padding-left:20px;
}

.anuvia-list ul li {
	margin-bottom:10px;
}

.anuvia-search-grid .page-numbers {
	/* 	background:var(--e-global-color-fa6ed86) orange; */
	background: var(--e-global-color-94f2e22);
	/* 	padding:2px 10px; */
	/* 	border-radius:5px; */
	width: 33px;
	height: 33px;
	display: inline-block;
}

.anuvia-search-grid .page-numbers:hover {
	background:var(--e-global-color-fa6ed86);
}

.anuvia-search-grid .page-numbers.current {
	background:var(--e-global-color-fa6ed86);
}

.anuvia-sitemap ul.children {
	margin-bottom:0 !important;
}

.author-info {
	background: #F3F5F8;
	padding: 20px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.author-info-left p {
	margin: 0;
} 

@media only screen and (min-width: 1025px) {
	.anuvia-sidebar-menu {
		display: flex;
		justify-content: flex-end;
	}

	.anuvia-sidebar-menu a {
		display: inline-flex;
		padding-inline: 10px !important;
		margin-right: -10px;
	}
	.anuvia-sidebar-menu .current-menu-item a:after {
		bottom: 17px;
	} 
	.anuvia-sidebar-menu .elementor-nav-menu li {
		text-align: right;
	}
}

@media only screen and (max-width: 1024px) {
	.anuvia-tab .e-n-tab-title:after {
		transform:rotate(90deg);
	}

	.anuvia-sidebar-menu .current-menu-item {
		justify-content:center !important;
	}

	.anuvia-sidebar-menu .menu-item.current-menu-item a {
		display:flex;
		width:100%;
		font-weight:400;
		margin-right:0;
	}

	.anuvia-sidebar-menu .menu-item a {
		border-bottom: 1px solid #E5E5E5;
	}

	.anuvia-sidebar-menu .current-menu-item a:after {
		display:none;
	}

	.anuvia-sidemenu-title {
		position:relative;
	}

	.anuvia-sidemenu-title:after {
		content: "\e5cd";
        position: absolute;
        right: 20px;
        font-family: "Material Symbols Outlined";
        color: #fff;
        font-size: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 30px;
        transition: 0.3s all;
		transform: rotate(45deg);
	}
	.anuvia-sidemenu-title.rotate:after {
		transform: rotate(0);
	}
	.elementor-editor-active .anuvia-sidebar-menu {
		display: block	
	}
	.anuvia-sidebar-menu {
		display: none;
	}
	.anuvia-sidebar-menu.show {
		display: block;
	}
	.anuvia-sidebar-menu a.elementor-item {
		text-align: center;
	}

	
}

@media only screen and (max-width: 767px) {
	.anuvia-home-imagebox figure {
		margin-bottom:10px !important;
	}
	
	.anuvia-detail-nav .elementor-post-navigation {
		flex-wrap:wrap;
	}
	
	.anuvia-detail-nav .elementor-post-navigation__prev {
		flex: 0 0 100%;
	}
	
	.anuvia-detail-nav .elementor-post-navigation__separator-wrapper {
		display:none;
	}
	
	.anuvia-detail-nav .elementor-post-navigation__next {
		flex:0 0 100%
	}
	
	.anuvia-detail-nav  .elementor-post-navigation .elementor-post-navigation__next a {
    	justify-content: flex-start;
	}
	
	.anuvia-detail-nav .elementor-post-navigation__link__next {
		text-align:left !important;
	}
	
	.anuvia-detail-nav .post-navigation__next--label:after {
		right:unset;
		left:32px;
	}
	
	.author-info {
		display: block;	
	}
}


.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active {
	color: var( --e-global-color-94f2e22 ) !important;
}

.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active::before,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active::after {
	background-color: transparent !important;
}

.cff-post-text {
	font-size: 15px;
}